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-10T23:09:26.888Z||main|||||INFO|500||The following profiles are active: basic
2022-09-10T23:09:41.172Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-10T23:09:41.173Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-10T23:09:41.327Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-10T23:09:46.497Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-10T23:09:46.937Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-10T23:09:47.495Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-10T23:09:47.538Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-10T23:09:48.157Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-10T23:09:48.682Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-10T23:09:49.516Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-10T23:09:51.899Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-10T23:09:55.067Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-10T23:09:55.134Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-10T23:09:55.812Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-10T23:09:56.069Z||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-10T23:09:57.330Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-10T23:09:58.574Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-10T23:09:58.642Z||main|||||WARN|500||The sdc end point is not alive
2022-09-10T23:10:02.182Z||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-10T23:10:07.292Z||main|||||WARN|500||---
2022-09-10T23:10:07.293Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-10T23:10:07.293Z||main|||||WARN|500||---
2022-09-10T23:10:08.709Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-10T23:10:15.424Z||main|||||INFO|500||Started Application in 52.754 seconds (JVM running for 56.054)
2022-09-10T23:10:15.509Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:10:15.527Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:10:15.556Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:10:15.597Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:10:15.658Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 53a7b5e5-b895-4858-bd19-d36b202ea5e6 url= /sdc/v1/artifactTypes
2022-09-10T23:10:15.659Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:10:15.785Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:10:15.788Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69b153fd
2022-09-10T23:10:15.788Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:10:15.809Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:10:15.811Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:10:15.817Z||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$$35489af3.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-10T23:11:05.416Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:11:05.417Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:11:05.418Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:11:05.421Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:11:05.429Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e225052a-378b-44db-a221-54cb117660bf url= /sdc/v1/artifactTypes
2022-09-10T23:11:05.429Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:11:05.456Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:11:05.457Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@307fa785
2022-09-10T23:11:05.457Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:11:05.458Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:11:05.458Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:11:05.459Z||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$$35489af3.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-10T23:11:55.416Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:11:55.416Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:11:55.417Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:11:55.420Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:11:55.432Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1c9d0af4-c72d-4e04-9536-8f5e04f89a8c url= /sdc/v1/artifactTypes
2022-09-10T23:11:55.433Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:11:55.439Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:11:55.439Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d10ae28
2022-09-10T23:11:55.440Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:11:55.440Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:11:55.441Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:11:55.442Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at 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$$35489af3.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-10T23:12:45.415Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:12:45.416Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:12:45.416Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:12:45.419Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:12:45.425Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 830f5db8-4d4e-487a-aa73-4067f4ec1351 url= /sdc/v1/artifactTypes
2022-09-10T23:12:45.425Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:12:45.431Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:12:45.431Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6827d299
2022-09-10T23:12:45.432Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:12:45.432Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:12:45.432Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:12:45.433Z||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$$35489af3.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-10T23:13:35.416Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:13:35.417Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:13:35.417Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:13:35.420Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:13:35.425Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f2a0133f-9d51-45ed-894e-7e4211189591 url= /sdc/v1/artifactTypes
2022-09-10T23:13:35.425Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:13:35.429Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:13:35.430Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@427e48d8
2022-09-10T23:13:35.430Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:13:35.430Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:13:35.431Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:13:35.431Z||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$$35489af3.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-10T23:14:25.415Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:14:25.416Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:14:25.416Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:14:25.420Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:14:25.425Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07a1a1b5-b7c8-461f-8c3c-0ffdfb487030 url= /sdc/v1/artifactTypes
2022-09-10T23:14:25.425Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:14:25.430Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:14:25.430Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7129be02
2022-09-10T23:14:25.430Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:14:25.431Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:14:25.431Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:14:25.432Z||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$$35489af3.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-10T23:15:15.415Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:15:15.419Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:15:15.419Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:15:15.422Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:15:15.431Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 89b89887-35d2-41f2-ab81-f3257795def6 url= /sdc/v1/artifactTypes
2022-09-10T23:15:15.432Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:15:15.439Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:15:15.439Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a87f345
2022-09-10T23:15:15.439Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:15:15.439Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:15:15.440Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:15:15.440Z||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$$35489af3.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-10T23:16:05.417Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:16:05.418Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:16:05.418Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:16:05.429Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:16:05.440Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac1e196c-7e20-47a6-86de-82afe81e5f66 url= /sdc/v1/artifactTypes
2022-09-10T23:16:05.440Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:16:05.447Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:16:05.447Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19f15c82
2022-09-10T23:16:05.447Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:16:05.448Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:16:05.448Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:16:05.449Z||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$$35489af3.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-10T23:16:55.417Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:16:55.418Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:16:55.418Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:16:55.423Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:16:55.431Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 65d875f6-c8c3-437a-9948-a1213ec49fdd url= /sdc/v1/artifactTypes
2022-09-10T23:16:55.431Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:16:55.440Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:16:55.440Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e92ed81
2022-09-10T23:16:55.440Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:16:55.442Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:16:55.442Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:16:55.444Z||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$$35489af3.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-10T23:17:45.416Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:17:45.417Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:17:45.417Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:17:45.422Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:17:45.429Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3afa4ae7-8bec-4ebd-a954-c619c3c3f4fb url= /sdc/v1/artifactTypes
2022-09-10T23:17:45.430Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:17:45.437Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:17:45.438Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ecf4d4
2022-09-10T23:17:45.438Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:17:45.439Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:17:45.440Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:17:45.441Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$35489af3.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-10T23:18:35.415Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:18:35.416Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:18:35.417Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:18:35.419Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:18:35.426Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7405f2cd-d87f-454b-aab0-0354dec4c04e url= /sdc/v1/artifactTypes
2022-09-10T23:18:35.426Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:18:35.433Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:18:35.433Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@323ae2a
2022-09-10T23:18:35.434Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:18:35.434Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:18:35.435Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:18:35.437Z||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$$35489af3.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-10T23:19:25.416Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:19:25.417Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:19:25.417Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:19:25.420Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:19:25.428Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 33349d8e-02b1-40ab-b243-fa79b68c0abb url= /sdc/v1/artifactTypes
2022-09-10T23:19:25.429Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:19:25.435Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:19:25.435Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c4f6fea
2022-09-10T23:19:25.435Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:19:25.436Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:19:25.436Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:19:25.437Z||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$$35489af3.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-10T23:20:15.197Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-10T23:20:15.415Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:20:15.416Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:20:15.416Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:20:15.419Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:20:15.429Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 03f2da9b-69e9-4759-8086-d1f8143bef08 url= /sdc/v1/artifactTypes
2022-09-10T23:20:15.430Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:20:15.448Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:20:15.450Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3b74718b
2022-09-10T23:20:15.450Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:20:15.451Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:20:15.451Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:20:15.452Z||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$$35489af3.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-10T23:21:05.416Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:21:05.417Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:21:05.417Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:21:05.424Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:21:05.432Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e91a0483-b34e-47e6-92b3-3266fd7aaf1b url= /sdc/v1/artifactTypes
2022-09-10T23:21:05.433Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:21:05.440Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:21:05.441Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4685ce18
2022-09-10T23:21:05.441Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:21:05.442Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:21:05.442Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:21:05.443Z||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$$35489af3.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-10T23:21:55.416Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:21:55.416Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:21:55.417Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:21:55.420Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:21:55.425Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d97ce4a2-6ea3-4542-8c3b-c8da7ea6435a url= /sdc/v1/artifactTypes
2022-09-10T23:21:55.426Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:21:55.434Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:21:55.434Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54382f29
2022-09-10T23:21:55.434Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:21:55.435Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:21:55.435Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:21:55.436Z||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$$35489af3.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-10T23:22:45.420Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:22:45.422Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:22:45.422Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:22:45.425Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:22:45.432Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b0887462-7612-4f16-b55d-5d8d5db3483c url= /sdc/v1/artifactTypes
2022-09-10T23:22:45.432Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:22:45.439Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:22:45.439Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@eeb569d
2022-09-10T23:22:45.439Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:22:45.440Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:22:45.440Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:22:45.441Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$35489af3.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-10T23:23:35.416Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:23:35.417Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:23:35.419Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:23:35.422Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:23:35.430Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c617aa4-9735-4f9e-ae21-e45b51b80f91 url= /sdc/v1/artifactTypes
2022-09-10T23:23:35.431Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:23:35.437Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-10T23:23:35.438Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41f7274b
2022-09-10T23:23:35.439Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-10T23:23:35.439Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-10T23:23:35.440Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-10T23:23:35.441Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$35489af3.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2022-09-10T23:24:25.416Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-10T23:24:25.417Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-10T23:24:25.417Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-10T23:24:25.420Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-10T23:24:25.425Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ced6fbb0-ee2f-4f46-a221-b18f2b3b2de7 url= /sdc/v1/artifactTypes
2022-09-10T23:24:25.425Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-10T23:24:25.510Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-10T23:24:25.521Z||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-10T23:24:25.547Z||scheduling-1|||||DEBUG|500||create keys
2022-09-10T23:24:25.555Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-10T23:24:25.653Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:24:25.674Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= aec7ee13-8254-45ad-873e-d616f7651a1c url= /sdc/v1/registerForDistribution
2022-09-10T23:24:25.819Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= aec7ee13-8254-45ad-873e-d616f7651a1c url= /sdc/v1/registerForDistribution
2022-09-10T23:24:25.820Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-10T23:24:25.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:24:25.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:24:25.838Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-10T23:24:25.841Z||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-10T23:24:25.841Z||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-10T23:24:25.841Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:24:25.841Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:24:36.239Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:24:36.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:25:25.827Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:25:25.828Z||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-10T23:25:25.829Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:25:25.829Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:25:25.831Z||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-10T23:25:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:25:35.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:25:35.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:26:25.827Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:26:25.828Z||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-10T23:26:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:26:25.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:26:25.831Z||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-10T23:26:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:26:35.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:26:35.398Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:27:25.827Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:27:25.828Z||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-10T23:27:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:27:25.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:27:25.830Z||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-10T23:27:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:27:35.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:27:35.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:28:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:28:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:28:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:28:25.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:28:25.830Z||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-10T23:28:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:28:35.374Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:28:35.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:29:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:29:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:29:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:29:25.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:29:25.830Z||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-10T23:29:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:29:35.388Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:29:35.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:30:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:30:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:30:25.829Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:30:25.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:30:25.830Z||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-10T23:30:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:30:35.379Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:30:35.387Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:31:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:31:25.829Z||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-10T23:31:25.829Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:31:25.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:31:25.830Z||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-10T23:31:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:31:35.384Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:31:35.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:32:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:32:25.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:32:25.831Z||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-10T23:32:25.831Z||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-10T23:32:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:32:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:32:35.406Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:32:35.408Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:33:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:33:25.828Z||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-10T23:33:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:33:25.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:33:25.830Z||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-10T23:33:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:33:35.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:33:35.416Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:34:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:34:25.828Z||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-10T23:34:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:34:25.829Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:34:25.830Z||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-10T23:34:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:34:35.411Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:34:35.412Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:35:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:35:25.828Z||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-10T23:35:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:35:25.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:35:25.830Z||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-10T23:35:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:35:35.381Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:35:35.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:36:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:36:25.828Z||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-10T23:36:25.829Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:36:25.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:36:25.830Z||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-10T23:36:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:36:35.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:36:35.405Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:37:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:37:25.828Z||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-10T23:37:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:37:25.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:37:25.830Z||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-10T23:37:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:37:35.381Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:37:35.395Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:38:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:38:25.829Z||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-10T23:38:25.829Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:38:25.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:38:25.831Z||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-10T23:38:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:38:35.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:38:35.388Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:39:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:39:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:39:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:39:25.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:39:25.831Z||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-10T23:39:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:39:35.374Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:39:35.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:40:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:40:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:40:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:40:25.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:40:25.830Z||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-10T23:40:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:40:35.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:40:35.399Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:41:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:41:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:41:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:41:25.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:41:25.830Z||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-10T23:41:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:41:35.380Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:41:35.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:42:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:42:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:42:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:42:25.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:42:25.830Z||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-10T23:42:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:42:35.381Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:42:35.384Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:43:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:43:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:43:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:43:25.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:43:25.830Z||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-10T23:43:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:43:35.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:43:35.388Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:44:25.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:44:25.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:44:25.829Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:44:25.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:44:25.830Z||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-10T23:44:25.833Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:44:35.382Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:44:35.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:45:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:45:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:45:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:45:25.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:45:25.830Z||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-10T23:45:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:45:35.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:45:35.389Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:46:25.828Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:46:25.830Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:46:25.836Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:46:25.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:46:25.837Z||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-10T23:46:25.840Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:46:35.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:46:35.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:47:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:47:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:47:25.829Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:47:25.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:47:25.830Z||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-10T23:47:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:47:35.381Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:47:35.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:48:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:48:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:48:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:48:25.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:48:25.830Z||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-10T23:48:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:48:35.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:48:35.386Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:49:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:49:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:49:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:49:25.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:49:25.830Z||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-10T23:49:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:49:35.377Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:49:35.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:50:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:50:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:50:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:50:25.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:50:25.830Z||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-10T23:50:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:50:35.374Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:50:35.380Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:51:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:51:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:51:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:51:25.829Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:51:25.830Z||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-10T23:51:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:51:35.373Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:51:35.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:52:25.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:52:25.831Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:52:25.832Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:52:25.832Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:52:25.832Z||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-10T23:52:25.832Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:52:35.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:52:35.410Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:53:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:53:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:53:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:53:25.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:53:25.830Z||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-10T23:53:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:53:35.384Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:53:35.391Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:54:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:54:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:54:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:54:25.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:54:25.830Z||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-10T23:54:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:54:35.384Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:54:35.393Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:55:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:55:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:55:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:55:25.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:55:25.830Z||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-10T23:55:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:55:35.382Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:55:35.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:56:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:56:25.829Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:56:25.829Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:56:25.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:56:25.831Z||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-10T23:56:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:56:35.382Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:56:35.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:57:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:57:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:57:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:57:25.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:57:25.830Z||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-10T23:57:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:57:35.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:57:35.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:58:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:58:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:58:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:58:25.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:58:25.830Z||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-10T23:58:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:58:35.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:58:35.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:59:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:59:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-10T23:59:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-10T23:59:25.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-10T23:59:25.830Z||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-10T23:59:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-10T23:59:35.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-10T23:59:35.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:00:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:00:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:00:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:00:25.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:00:25.830Z||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-11T00:00:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:00:35.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:00:35.398Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:01:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:01:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:01:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:01:25.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:01:25.830Z||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-11T00:01:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:01:35.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:01:35.412Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:02:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:02:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:02:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:02:25.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:02:25.830Z||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-11T00:02:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:02:35.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:02:35.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:03:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:03:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:03:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:03:25.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:03:25.830Z||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-11T00:03:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:03:35.376Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:03:35.391Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:04:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:04:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:04:25.829Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:04:25.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:04:25.830Z||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-11T00:04:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:04:35.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:04:35.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:05:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:05:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:05:25.829Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:05:25.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:05:25.830Z||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-11T00:05:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:05:35.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:05:35.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:06:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:06:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:06:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:06:25.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:06:25.830Z||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-11T00:06:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:06:35.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:06:35.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:07:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:07:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:07:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:07:25.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:07:25.830Z||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-11T00:07:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:07:35.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:07:35.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:08:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:08:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:08:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:08:25.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:08:25.830Z||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-11T00:08:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:08:35.381Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:08:35.399Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:09:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:09:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:09:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:09:25.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:09:25.830Z||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-11T00:09:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:09:35.377Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:09:35.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:10:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:10:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:10:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:10:25.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:10:25.830Z||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-11T00:10:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:10:35.385Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:10:35.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:11:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:11:25.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:11:25.829Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:11:25.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:11:25.830Z||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-11T00:11:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:11:35.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:11:35.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:12:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:12:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:12:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:12:25.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:12:25.830Z||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-11T00:12:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:12:35.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:12:35.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:13:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:13:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:13:25.829Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:13:25.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:13:25.830Z||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-11T00:13:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:13:35.382Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:13:35.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:14:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:14:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:14:25.829Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:14:25.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:14:25.830Z||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-11T00:14:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:14:35.394Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:14:35.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:15:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:15:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:15:25.829Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:15:25.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:15:25.830Z||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-11T00:15:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:15:35.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:15:35.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:16:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:16:25.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:16:25.829Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:16:25.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:16:25.830Z||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-11T00:16:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:16:35.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:16:35.383Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:17:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:17:25.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:17:25.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:17:25.829Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:17:25.830Z||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-11T00:17:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:17:35.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:17:35.397Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:18:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:18:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:18:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:18:25.829Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:18:25.830Z||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-11T00:18:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:18:35.384Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:18:35.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:19:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:19:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:19:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:19:25.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:19:25.830Z||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-11T00:19:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:19:35.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:19:35.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:20:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:20:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:20:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:20:25.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:20:25.830Z||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-11T00:20:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:20:35.381Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:20:35.431Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:21:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:21:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:21:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:21:25.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:21:25.830Z||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-11T00:21:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:21:35.381Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:21:35.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:22:25.828Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:22:25.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:22:25.830Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:22:25.830Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:22:25.830Z||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-11T00:22:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:22:35.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:22:35.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:23:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:23:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T00:23:25.829Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T00:23:25.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:23:25.830Z||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-11T00:23:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:23:35.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:23:35.390Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:24:25.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:24:25.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:24:25.831Z||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-11T00:24:25.831Z||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-11T00:24:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:24:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:24:35.381Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:24:35.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:25:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:25:25.828Z||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-11T00:25:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:25:25.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:25:25.830Z||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-11T00:25:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:25:35.379Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:25:35.380Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:26:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:26:25.828Z||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-11T00:26:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:26:25.829Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:26:25.830Z||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-11T00:26:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:26:35.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:26:35.402Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:27:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:27:25.828Z||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-11T00:27:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:27:25.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:27:25.830Z||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-11T00:27:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:27:35.382Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:27:35.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:28:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:28:25.828Z||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-11T00:28:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:28:25.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:28:25.830Z||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-11T00:28:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:28:35.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:28:35.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:29:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:29:25.827Z||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-11T00:29:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:29:25.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:29:25.830Z||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-11T00:29:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:29:35.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:29:35.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:30:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:30:25.828Z||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-11T00:30:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:30:25.829Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:30:25.830Z||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-11T00:30:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:30:35.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:30:35.393Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:31:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:31:25.829Z||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-11T00:31:25.829Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:31:25.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:31:25.831Z||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-11T00:31:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:31:35.389Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:31:35.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:32:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:32:25.829Z||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-11T00:32:25.829Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:32:25.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:32:25.830Z||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-11T00:32:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:32:35.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:32:35.413Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:33:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:33:25.828Z||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-11T00:33:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:33:25.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:33:25.830Z||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-11T00:33:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:33:35.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:33:35.391Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:34:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:34:25.828Z||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-11T00:34:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:34:25.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:34:25.831Z||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-11T00:34:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:34:35.383Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:34:35.384Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:35:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:35:25.828Z||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-11T00:35:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:35:25.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:35:25.831Z||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-11T00:35:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:35:35.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:35:35.387Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:36:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:36:25.828Z||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-11T00:36:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:36:25.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:36:25.830Z||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-11T00:36:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:36:35.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:36:35.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:37:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:37:25.828Z||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-11T00:37:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:37:25.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:37:25.830Z||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-11T00:37:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:37:35.396Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:37:35.405Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:38:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:38:25.828Z||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-11T00:38:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:38:25.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:38:25.830Z||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-11T00:38:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:38:35.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:38:35.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:39:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:39:25.829Z||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-11T00:39:25.829Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:39:25.829Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:39:25.830Z||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-11T00:39:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:39:35.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:39:35.392Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:40:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:40:25.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:40:25.829Z||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-11T00:40:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:40:25.830Z||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-11T00:40:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:40:35.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:40:35.390Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:41:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:41:25.828Z||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-11T00:41:25.829Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:41:25.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:41:25.830Z||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-11T00:41:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:41:35.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:41:35.388Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:42:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:42:25.828Z||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-11T00:42:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:42:25.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:42:25.830Z||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-11T00:42:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:42:35.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:42:35.392Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:43:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:43:25.828Z||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-11T00:43:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:43:25.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:43:25.830Z||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-11T00:43:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:43:35.394Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:43:35.399Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:44:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:44:25.828Z||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-11T00:44:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:44:25.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:44:25.834Z||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-11T00:44:25.834Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:44:35.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:44:35.391Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:45:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:45:25.828Z||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-11T00:45:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:45:25.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:45:25.830Z||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-11T00:45:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:45:35.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:45:35.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:46:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:46:25.828Z||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-11T00:46:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:46:25.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:46:25.830Z||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-11T00:46:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:46:35.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:46:35.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:47:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:47:25.828Z||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-11T00:47:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:47:25.829Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:47:25.830Z||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-11T00:47:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:47:35.379Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:47:35.393Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:48:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:48:25.829Z||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-11T00:48:25.829Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:48:25.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:48:25.830Z||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-11T00:48:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:48:35.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:48:35.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:49:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:49:25.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:49:25.830Z||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-11T00:49:25.831Z||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-11T00:49:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:49:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:49:35.381Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:49:35.382Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:50:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:50:25.828Z||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-11T00:50:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:50:25.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:50:25.830Z||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-11T00:50:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:50:35.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:50:35.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:51:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:51:25.828Z||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-11T00:51:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:51:25.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:51:25.830Z||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-11T00:51:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:51:35.381Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:51:35.381Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:52:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:52:25.828Z||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-11T00:52:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:52:25.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:52:25.830Z||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-11T00:52:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:52:35.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:52:35.379Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:53:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:53:25.828Z||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-11T00:53:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:53:25.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:53:25.830Z||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-11T00:53:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:53:35.381Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:53:35.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:54:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:54:25.828Z||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-11T00:54:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:54:25.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:54:25.830Z||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-11T00:54:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:54:35.385Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:54:35.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:55:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:55:25.828Z||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-11T00:55:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:55:25.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:55:25.830Z||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-11T00:55:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:55:35.371Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:55:35.393Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:56:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:56:25.828Z||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-11T00:56:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:56:25.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:56:25.830Z||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-11T00:56:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:56:35.381Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:56:35.382Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:57:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:57:25.828Z||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-11T00:57:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:57:25.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:57:25.830Z||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-11T00:57:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:57:35.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:57:35.390Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:58:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:58:25.829Z||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-11T00:58:25.829Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:58:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:58:25.830Z||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-11T00:58:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:58:35.380Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:58:35.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:59:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:59:25.829Z||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-11T00:59:25.829Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:59:25.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T00:59:25.830Z||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-11T00:59:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T00:59:35.376Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T00:59:35.382Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:00:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:00:25.828Z||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-11T01:00:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:00:25.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:00:25.830Z||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-11T01:00:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:00:35.384Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:00:35.398Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:01:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:01:25.828Z||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-11T01:01:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:01:25.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:01:25.830Z||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-11T01:01:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:01:35.385Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:01:35.415Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:02:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:02:25.828Z||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-11T01:02:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:02:25.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:02:25.831Z||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-11T01:02:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:02:35.384Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:02:35.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:03:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:03:25.828Z||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-11T01:03:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:03:25.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:03:25.830Z||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-11T01:03:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:03:35.375Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:03:35.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:04:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:04:25.828Z||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-11T01:04:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:04:25.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:04:25.830Z||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-11T01:04:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:04:35.376Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:04:35.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:05:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:05:25.831Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:05:25.832Z||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-11T01:05:25.832Z||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-11T01:05:25.832Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:05:25.832Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:05:35.392Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:05:35.392Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:06:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:06:25.828Z||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-11T01:06:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:06:25.829Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:06:25.830Z||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-11T01:06:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:06:35.376Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:06:35.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:07:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:07:25.829Z||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-11T01:07:25.829Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:07:25.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:07:25.830Z||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-11T01:07:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:07:35.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:07:35.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:08:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:08:25.829Z||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-11T01:08:25.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:08:25.830Z||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-11T01:08:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:08:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:08:35.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:08:35.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:09:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:09:25.828Z||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-11T01:09:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:09:25.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:09:25.830Z||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-11T01:09:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:09:35.375Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:09:35.389Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:10:25.827Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:10:25.828Z||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-11T01:10:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:10:25.830Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:10:25.830Z||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-11T01:10:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:10:35.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:10:35.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:11:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:11:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:11:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:11:25.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:11:25.830Z||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-11T01:11:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:11:35.379Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:11:35.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:25.827Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:12:25.828Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:12:25.828Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:25.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:12:25.830Z||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-11T01:12:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:12:26.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:26.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d1b745d-2003-45ab-9b6e-40a8bfd11523","serviceName":"vFW 2022-09-11 01-10-44","serviceVersion":"1.0","serviceUUID":"af8173c5-ca2c-4814-b72d-b6342e27e610","serviceDescription":"catalog service description","serviceInvariantUUID":"3c8ea7d8-6bc3-48ae-82d3-011599f24569","resources":[{"resourceInstanceName":"vFW 34fd9f41-63d2 0","resourceName":"vFW 34fd9f41-63d2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f6205f0c-3612-4bbd-bfde-8dfd5fc8554a","resourceInvariantUUID":"14d20ee6-c7ab-4ce9-8250-98454d04c910","resourceCustomizationUUID":"39d1c513-1e6c-4052-87e0-0ede6ed93419","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vf-license-model.xml","artifactChecksum":"NGEzZGE1OWFlMjg0NWE3N2QzNjNjYjRmZTQ0MGFkYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"369641d5-bca3-4e83-a035-06a63a0b3af5","artifactVersion":"1"},{"artifactName":"vfw34fd9f4163d20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json","artifactChecksum":"NjY1YjVmNDc0OGVhNjhjODc5ZWMxZWM0N2NhOTIwYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a21cadf-6063-4fb6-8900-42eec6ee8218","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce4b8fb8-3e20-4e44-8b39-6df6baf95d02","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vendor-license-model.xml","artifactChecksum":"ZmU2ZWM1NDUzMWM3YWI0MmYzZWMyMjA2YThjMzViMjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"833f4213-7b64-4452-bffd-5c7229af7bb9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"805d7f5a-b3a0-4e10-b5f8-92c90a878655","artifactVersion":"2","generatedFromUUID":"ce4b8fb8-3e20-4e44-8b39-6df6baf95d02"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220911011044-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-template.yml","artifactChecksum":"MWE0OWRhMGI2M2VjZGVkMDRiNWRjNDUxNWQ2ZWI5Y2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"59e251bf-3241-423c-8457-53e6ca639140","artifactVersion":"1"},{"artifactName":"service-Vfw20220911011044-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar","artifactChecksum":"MGQ3ZWY5NDc2ZTNmMTkwYmZjZDE5YjA3MWY0ZDU0NTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"16bbbdfd-b8d2-4b21-9500-bdf448d8913a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-11T01:12:26.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:26.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662858717154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.481Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T01:12:26.488Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:12:26.502Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:12:26.502Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858745827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662858715072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "cds",
"timestamp": 1662858716357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "aai-ml",
"timestamp": 1662858718755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662858717154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "cds",
"timestamp": 1662858716357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662858715072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json",
"status": "NOTIFIED"
}
2022-09-11T01:12:26.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "aai-ml",
"timestamp": 1662858718755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662858717154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "cds",
"timestamp": 1662858716357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662858715072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-11T01:12:26.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "aai-ml",
"timestamp": 1662858718755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662858717154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "cds",
"timestamp": 1662858716357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662858715072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "aai-ml",
"timestamp": 1662858718755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662858717154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "cds",
"timestamp": 1662858716357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662858715072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-11T01:12:26.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "aai-ml",
"timestamp": 1662858718755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662858717154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "cds",
"timestamp": 1662858716357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662858715072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "aai-ml",
"timestamp": 1662858718755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:26.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662858717154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "NOTIFIED"
}
2022-09-11T01:12:26.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "cds",
"timestamp": 1662858716357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "NOTIFIED"
}
2022-09-11T01:12:26.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662858715072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "NOTIFIED"
}
2022-09-11T01:12:26.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "aai-ml",
"timestamp": 1662858718755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "NOTIFIED"
}
2022-09-11T01:12:26.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:12:26.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662858728098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:12:26.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:12:26.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662858727870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:12:26.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:12:26.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "cds",
"timestamp": 1662858727873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:12:26.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:12:26.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "aai-ml",
"timestamp": 1662858728748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:12:26.522Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:12:26.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662858728966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:12:26.523Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:12:26.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "aai-ml",
"timestamp": 1662858729800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-11T01:12:26.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:12:26.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "aai-ml",
"timestamp": 1662858730824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-11T01:12:26.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:12:26.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662858730032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:12:26.525Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:12:26.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "aai-ml",
"timestamp": 1662858731833,
"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-11T01:12:26.603Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-11T01:12:26.607Z||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-11T01:12:26.607Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:26.631Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:26.632Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-11T01:12:26.752Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7d1b745d-2003-45ab-9b6e-40a8bfd11523
2022-09-11T01:12:26.787Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d1b745d-2003-45ab-9b6e-40a8bfd11523 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-11T01:12:26.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662858731136,
"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-11T01:12:26.833Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d1b745d-2003-45ab-9b6e-40a8bfd11523
2022-09-11T01:12:26.834Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d1b745d-2003-45ab-9b6e-40a8bfd11523 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-11T01:12:26.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662858731914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-11T01:12:26.846Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:12:26.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662858732141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json",
"status": "DEPLOY_OK"
}
2022-09-11T01:12:26.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:12:26.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:12:26.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662858732919,
"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-11T01:12:26.854Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d1b745d-2003-45ab-9b6e-40a8bfd11523
2022-09-11T01:12:26.854Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d1b745d-2003-45ab-9b6e-40a8bfd11523 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-11T01:12:27.515Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T01:12:27.516Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:12:27.532Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:12:27.532Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858745827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json",
"status": "NOTIFIED"
}
2022-09-11T01:12:27.619Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-09-11T01:12:27.620Z||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-11T01:12:27.621Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:27.671Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:27.672Z||pool-4-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-09-11T01:12:28.533Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T01:12:28.533Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:12:28.536Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:12:28.536Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858745827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-11T01:12:28.636Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:12:28.637Z||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-11T01:12:28.637Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:28.653Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:28.654Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-11T01:12:29.536Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T01:12:29.537Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:12:29.539Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:12:29.539Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858745827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:29.639Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:12:29.640Z||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-11T01:12:29.640Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:29.660Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:29.660Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:12:30.540Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T01:12:30.541Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:12:30.544Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:12:30.544Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858745827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-11T01:12:30.644Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:12:30.645Z||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-11T01:12:30.645Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:30.664Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:30.664Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-11T01:12:31.544Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T01:12:31.546Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:12:31.548Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:12:31.548Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858745827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:12:31.648Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-11T01:12:31.649Z||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-11T01:12:31.650Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:31.664Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:31.664Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:12:32.549Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T01:12:32.551Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:12:32.554Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:12:32.554Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858745827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "NOTIFIED"
}
2022-09-11T01:12:32.654Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:12:32.655Z||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-11T01:12:32.655Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:32.670Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:32.670Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-11T01:12:33.556Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"serviceName": "vFW 2022-09-11 01-10-44",
"serviceVersion": "1.0",
"serviceUUID": "af8173c5-ca2c-4814-b72d-b6342e27e610",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3c8ea7d8-6bc3-48ae-82d3-011599f24569",
"resources": [
{
"resourceInstanceName": "vFW 34fd9f41-63d2 0",
"resourceCustomizationUUID": "39d1c513-1e6c-4052-87e0-0ede6ed93419",
"resourceName": "vFW 34fd9f41-63d2",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f6205f0c-3612-4bbd-bfde-8dfd5fc8554a",
"resourceInvariantUUID": "14d20ee6-c7ab-4ce9-8250-98454d04c910",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw34fd9f4163d20_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json",
"artifactChecksum": "NjY1YjVmNDc0OGVhNjhjODc5ZWMxZWM0N2NhOTIwYjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0a21cadf-6063-4fb6-8900-42eec6ee8218",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ce4b8fb8-3e20-4e44-8b39-6df6baf95d02",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "805d7f5a-b3a0-4e10-b5f8-92c90a878655",
"generatedFromUUID": "ce4b8fb8-3e20-4e44-8b39-6df6baf95d02"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "805d7f5a-b3a0-4e10-b5f8-92c90a878655",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220911011044-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"artifactChecksum": "MGQ3ZWY5NDc2ZTNmMTkwYmZjZDE5YjA3MWY0ZDU0NTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "16bbbdfd-b8d2-4b21-9500-bdf448d8913a"
}
],
"workloadContext": "Production"
}
2022-09-11T01:12:33.557Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-11T01:12:33.558Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 af8173c5-ca2c-4814-b72d-b6342e27e610 ASDC
2022-09-11T01:12:33.809Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7d1b745d-2003-45ab-9b6e-40a8bfd11523
ServiceName:vFW 2022-09-11 01-10-44
ServiceVersion:1.0
ServiceUUID:af8173c5-ca2c-4814-b72d-b6342e27e610
ServiceInvariantUUID:3c8ea7d8-6bc3-48ae-82d3-011599f24569
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220911011044-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar
ArtifactUUID:16bbbdfd-b8d2-4b21-9500-bdf448d8913a
ArtifactChecksum:MGQ3ZWY5NDc2ZTNmMTkwYmZjZDE5YjA3MWY0ZDU0NTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 34fd9f41-63d2 0
ResourceCustomizationUUID:39d1c513-1e6c-4052-87e0-0ede6ed93419
ResourceInvariantUUID:14d20ee6-c7ab-4ce9-8250-98454d04c910
ResourceName:vFW 34fd9f41-63d2
ResourceType:VF
ResourceUUID:f6205f0c-3612-4bbd-bfde-8dfd5fc8554a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw34fd9f4163d20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json
ArtifactUUID:0a21cadf-6063-4fb6-8900-42eec6ee8218
ArtifactChecksum:NjY1YjVmNDc0OGVhNjhjODc5ZWMxZWM0N2NhOTIwYjY=
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/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml
ArtifactUUID:ce4b8fb8-3e20-4e44-8b39-6df6baf95d02
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/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env
ArtifactUUID:805d7f5a-b3a0-4e10-b5f8-92c90a878655
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/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env
ArtifactUUID:805d7f5a-b3a0-4e10-b5f8-92c90a878655
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-11T01:12:33.810Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af8173c5-ca2c-4814-b72d-b6342e27e610 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-11T01:12:33.893Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-11T01:12:33.894Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-11T01:12:33.895Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-11T01:12:33.896Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 16bbbdfd-b8d2-4b21-9500-bdf448d8913a from URL: /sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar
2022-09-11T01:12:33.896Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-11T01:12:33.898Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar
2022-09-11T01:12:34.041Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-11T01:12:34.063Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar 16bbbdfd-b8d2-4b21-9500-bdf448d8913a 100624
2022-09-11T01:12:34.065Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar ASDC sendASDCNotification
2022-09-11T01:12:34.065Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar
2022-09-11T01:12:34.067Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-11T01:12:34.068Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:12:34.071Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:12:34.071Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858754064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:12:34.171Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:12:34.172Z||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-11T01:12:34.172Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:34.191Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:34.192Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-11T01:12:35.072Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-11T01:12:35.073Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-11T01:12:35.074Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 16bbbdfd-b8d2-4b21-9500-bdf448d8913a, URL: /sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar to file: /app/ASDC/1/service-Vfw20220911011044-csar.csar
2022-09-11T01:12:35.075Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220911011044-csar.csar
2022-09-11T01:12:35.182Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220911011044-csar.csar
2022-09-11T01:12:35.183Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220911011044-csar.csar
2022-09-11T01:12:35.901Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17411933726951308164/Definitions/service-Vfw20220911011044-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-11T01:12:38.917Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-11T01:12:38.923Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-11T01:12:38.923Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220911011044-csar.csar
2022-09-11T01:12:38.923Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-11T01:12:38.923Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220911011044-csar.csar
2022-09-11T01:12:38.923Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||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-Vfw20220911011044-csar.csar
2022-09-11T01:12:38.923Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||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-Vfw20220911011044-csar.csar
2022-09-11T01:12:38.924Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||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-Vfw20220911011044-csar.csar
2022-09-11T01:12:38.924Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220911011044-csar.csar
2022-09-11T01:12:38.924Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220911011044-csar.csar
2022-09-11T01:12:38.924Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||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-Vfw20220911011044-csar.csar
2022-09-11T01:12:38.924Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220911011044-csar.csar
2022-09-11T01:12:38.924Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220911011044-csar.csar
2022-09-11T01:12:38.924Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 34fd9f41-63d2 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-Vfw20220911011044-csar.csar
2022-09-11T01:12:38.924Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220911011044-csar.csar
2022-09-11T01:12:38.924Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-11T01:12:38.931Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:38.933Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:12:38.937Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is matching search criteria
2022-09-11T01:12:38.938Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-11T01:12:38.940Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 34fd9f41-63d2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-11T01:12:38.942Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:38.942Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:12:38.942Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is matching search criteria
2022-09-11T01:12:38.942Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-11T01:12:38.942Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 34fd9f41-63d2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-11T01:12:38.943Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:38.943Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:12:38.947Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:38.947Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is not matching search criteria
2022-09-11T01:12:38.947Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-11T01:12:38.948Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-11T01:12:38.948Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-11T01:12:38.948Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:12:38.948Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-11T01:12:38.948Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:12:38.948Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-11T01:12:38.949Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-11T01:12:38.949Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-11T01:12:38.949Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:12:38.949Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-11T01:12:38.949Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-11T01:12:38.949Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-11T01:12:38.949Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-11T01:12:38.950Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:12:38.950Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-11T01:12:38.950Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:38.950Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-11T01:12:38.951Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:38.952Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is matching search criteria
2022-09-11T01:12:38.952Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 34fd9f41-63d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:12:38.952Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:38.952Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is matching search criteria
2022-09-11T01:12:38.952Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 34fd9f41-63d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:12:38.953Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:38.953Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is matching search criteria
2022-09-11T01:12:38.953Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 34fd9f41-63d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:12:38.953Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:38.954Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is not matching search criteria
2022-09-11T01:12:38.954Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-11T01:12:38.954Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-11T01:12:38.954Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-11T01:12:38.954Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-11T01:12:38.954Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-11T01:12:38.955Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:12:38.955Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-11T01:12:38.955Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-11T01:12:38.955Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-11T01:12:38.955Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-11T01:12:38.955Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:12:38.956Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8ec32891-e93f-4aa4-96a6-c33e75f2e83c
2022-09-11T01:12:38.956Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:38.956Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is not matching search criteria
2022-09-11T01:12:38.956Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-11T01:12:38.957Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-11T01:12:38.957Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-11T01:12:38.957Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:12:38.957Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-11T01:12:38.957Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:12:38.957Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-11T01:12:38.957Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-11T01:12:38.958Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-11T01:12:38.958Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-11T01:12:38.958Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-11T01:12:38.958Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:12:38.958Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9b4dd29-6a77-4bf2-a79a-cfd825e89176
2022-09-11T01:12:38.959Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:38.959Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is not matching search criteria
2022-09-11T01:12:38.959Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-11T01:12:38.959Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-11T01:12:38.959Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-11T01:12:38.960Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:12:38.960Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-11T01:12:38.960Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:12:38.960Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-11T01:12:38.960Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-11T01:12:38.960Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-11T01:12:38.960Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:12:38.961Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-11T01:12:38.961Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-11T01:12:38.961Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b548ce3b-f9f4-41c1-be5a-e5f4fd11961f
2022-09-11T01:12:38.961Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:38.962Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:12:38.962Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:38.962Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:12:38.962Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:38.963Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:12:38.963Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:38.963Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:12:38.963Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-11 01-10-44
Description:catalog service description
Model UUID:af8173c5-ca2c-4814-b72d-b6342e27e610
Model Version:NULL
Model InvariantUuid:3c8ea7d8-6bc3-48ae-82d3-011599f24569
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 34fd9f41-63d2
Model UUID:c40e753e-0517-4d82-be21-4ceeb22a715b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:14d20ee6-c7ab-4ce9-8250-98454d04c910
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:39d1c513-1e6c-4052-87e0-0ede6ed93419
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:749dc603-c9bc-40d3-b347-d8e7cb13ef7a
ModelName:Vfw34fd9f4163d2..base_vfw..module-0
ModelUuid:8636949d-bb72-4925-adf7-98c350f4bf43
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8ec32891-e93f-4aa4-96a6-c33e75f2e83c
ModelInvariantUuid:567172fe-86a4-4fd4-a287-861373564c9f
ModelName:vFW 34fd9f41-63d2-nodes.vfwCvfc
ModelUuid:8805438e-212a-4949-88f2-0d86963f1262
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:86cbe1a7-354c-43e2-8fb9-221a7eaec664
ModelInvariantUuid:2d3f297c-99d1-4857-9d3b-3565f41f1226
ModelName:Vfw34fd9f4163d2.compute.nodes.heat.vfw
ModelUuid:4b7fc4ae-c9ce-4c75-b3d0-63978924d6f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d9b4dd29-6a77-4bf2-a79a-cfd825e89176
ModelInvariantUuid:779448a5-493c-444c-9369-47a61da7fc87
ModelName:vFW 34fd9f41-63d2-nodes.vsnCvfc
ModelUuid:b70042b5-bdd9-43c9-81a2-40b46726a86d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:54918c1f-5980-4fa7-88cd-23ddbad3aeb7
ModelInvariantUuid:719560ce-f5b2-4db3-a1f0-b1ca5cf16163
ModelName:Vfw34fd9f4163d2.compute.nodes.heat.vsn
ModelUuid:c548f93c-568b-45b7-9ae5-eb9b3f968f71
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b548ce3b-f9f4-41c1-be5a-e5f4fd11961f
ModelInvariantUuid:ff75d218-1437-4418-8d1f-98e6316b404c
ModelName:vFW 34fd9f41-63d2-nodes.vpgCvfc
ModelUuid:7a2f9dfd-f0a8-40d8-b039-4b1d0e449006
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d2e4270d-7d7e-4183-8830-2d81978caa99
ModelInvariantUuid:e7331edc-3966-4818-acb7-8bf2b26149ca
ModelName:Vfw34fd9f4163d2.compute.nodes.heat.vpg
ModelUuid:6943f9e9-1321-41f7-b2f8-969eea275792
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-11T01:12:38.979Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f6205f0c-3612-4bbd-bfde-8dfd5fc8554a
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-11T01:12:39.073Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||vFW 34fd9f41-63d2 0
2022-09-11T01:12:39.080Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f6205f0c-3612-4bbd-bfde-8dfd5fc8554a
2022-09-11T01:12:39.080Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0a21cadf-6063-4fb6-8900-42eec6ee8218 from URL: /sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json
2022-09-11T01:12:39.080Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-11T01:12:39.081Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json
2022-09-11T01:12:39.197Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-11T01:12:39.197Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json 0a21cadf-6063-4fb6-8900-42eec6ee8218 785
2022-09-11T01:12:39.198Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json ASDC sendASDCNotification
2022-09-11T01:12:39.198Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json
2022-09-11T01:12:39.198Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-11T01:12:39.198Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:12:39.200Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:12:39.200Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858759198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:12:39.301Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-11T01:12:39.301Z||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-11T01:12:39.302Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:39.321Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:39.322Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:12:40.202Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw34fd9f4163d2..base_vfw..module-0",
"vfModuleModelInvariantUUID": "749dc603-c9bc-40d3-b347-d8e7cb13ef7a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8636949d-bb72-4925-adf7-98c350f4bf43",
"vfModuleModelCustomizationUUID": "310b244b-7021-40f4-9fe6-3ae55dcdef81",
"isBase": true,
"artifacts": [
"ce4b8fb8-3e20-4e44-8b39-6df6baf95d02",
"805d7f5a-b3a0-4e10-b5f8-92c90a878655"
],
"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-11T01:12:40.217Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw34fd9f4163d2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8636949d-bb72-4925-adf7-98c350f4bf43
VfModuleModelInvariantUUID:749dc603-c9bc-40d3-b347-d8e7cb13ef7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce4b8fb8-3e20-4e44-8b39-6df6baf95d02
,
805d7f5a-b3a0-4e10-b5f8-92c90a878655
}
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-11T01:12:40.221Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw34fd9f4163d2..base_vfw..module-0",
"vfModuleModelInvariantUUID": "749dc603-c9bc-40d3-b347-d8e7cb13ef7a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8636949d-bb72-4925-adf7-98c350f4bf43",
"vfModuleModelCustomizationUUID": "310b244b-7021-40f4-9fe6-3ae55dcdef81",
"isBase": true,
"artifacts": [
"ce4b8fb8-3e20-4e44-8b39-6df6baf95d02",
"805d7f5a-b3a0-4e10-b5f8-92c90a878655"
],
"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-11T01:12:40.221Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw34fd9f4163d2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8636949d-bb72-4925-adf7-98c350f4bf43
VfModuleModelInvariantUUID:749dc603-c9bc-40d3-b347-d8e7cb13ef7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce4b8fb8-3e20-4e44-8b39-6df6baf95d02
,
805d7f5a-b3a0-4e10-b5f8-92c90a878655
}
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-11T01:12:40.221Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ce4b8fb8-3e20-4e44-8b39-6df6baf95d02 from URL: /sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml
2022-09-11T01:12:40.221Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-11T01:12:40.221Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml
2022-09-11T01:12:40.326Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-11T01:12:40.327Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml ce4b8fb8-3e20-4e44-8b39-6df6baf95d02 20368
2022-09-11T01:12:40.327Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-11T01:12:40.327Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml
2022-09-11T01:12:40.327Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-11T01:12:40.328Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:12:40.329Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:12:40.329Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858760327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:12:40.430Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:12:40.430Z||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-11T01:12:40.431Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:40.450Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:40.451Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:12:41.330Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 805d7f5a-b3a0-4e10-b5f8-92c90a878655 from URL: /sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env
2022-09-11T01:12:41.331Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-11T01:12:41.331Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env
2022-09-11T01:12:41.389Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-11T01:12:41.390Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env 805d7f5a-b3a0-4e10-b5f8-92c90a878655 2098
2022-09-11T01:12:41.390Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-11T01:12:41.390Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env
2022-09-11T01:12:41.390Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-11T01:12:41.391Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:12:41.392Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:12:41.392Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858761390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:12:41.493Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:12:41.494Z||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-11T01:12:41.494Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:41.512Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:41.513Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:12:42.393Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: af8173c5-ca2c-4814-b72d-b6342e27e610
2022-09-11T01:12:42.394Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 34fd9f41-63d2 0 f6205f0c-3612-4bbd-bfde-8dfd5fc8554a 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-11T01:12:42.431Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e9f25b, org.onap.sdc.toscaparser.api.parameters.Input@f0c65ba, org.onap.sdc.toscaparser.api.parameters.Input@7548e070, org.onap.sdc.toscaparser.api.parameters.Input@7d208b7d, org.onap.sdc.toscaparser.api.parameters.Input@3492d5a8]
2022-09-11T01:12:42.435Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.435Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:12:42.436Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-09-11T01:12:42.436Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 39d1c513-1e6c-4052-87e0-0ede6ed93419
2022-09-11T01:12:42.436Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 39d1c513-1e6c-4052-87e0-0ede6ed93419 matches Tosca VF Customization UUID: 39d1c513-1e6c-4052-87e0-0ede6ed93419
2022-09-11T01:12:42.436Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 39d1c513-1e6c-4052-87e0-0ede6ed93419 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-11T01:12:42.444Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.445Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:12:42.446Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 39d1c513-1e6c-4052-87e0-0ede6ed93419: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-11T01:12:42.446Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19c1e000
2022-09-11T01:12:42.447Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.447Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-11T01:12:42.448Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 310b244b-7021-40f4-9fe6-3ae55dcdef81
2022-09-11T01:12:42.449Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 310b244b-7021-40f4-9fe6-3ae55dcdef81
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-11T01:12:42.456Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.456Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is matching search criteria
2022-09-11T01:12:42.457Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 34fd9f41-63d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:12:42.458Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.458Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is matching search criteria
2022-09-11T01:12:42.458Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 34fd9f41-63d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:12:42.459Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.459Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is not matching search criteria
2022-09-11T01:12:42.459Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-11T01:12:42.459Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-11T01:12:42.460Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-11T01:12:42.460Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-11T01:12:42.460Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-11T01:12:42.460Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:12:42.461Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-11T01:12:42.461Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-11T01:12:42.461Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-11T01:12:42.461Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-11T01:12:42.462Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:12:42.462Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8ec32891-e93f-4aa4-96a6-c33e75f2e83c
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-11T01:12:42.473Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.473Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is matching search criteria
2022-09-11T01:12:42.473Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 34fd9f41-63d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:12:42.474Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.474Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is not matching search criteria
2022-09-11T01:12:42.475Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-11T01:12:42.475Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-11T01:12:42.475Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-11T01:12:42.475Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:12:42.475Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-11T01:12:42.476Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:12:42.476Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-11T01:12:42.476Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-11T01:12:42.476Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-11T01:12:42.477Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-11T01:12:42.477Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-11T01:12:42.477Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:12:42.477Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9b4dd29-6a77-4bf2-a79a-cfd825e89176
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-11T01:12:42.480Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.480Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is matching search criteria
2022-09-11T01:12:42.480Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 34fd9f41-63d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:12:42.483Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.483Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is not matching search criteria
2022-09-11T01:12:42.484Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-11T01:12:42.484Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-11T01:12:42.484Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-11T01:12:42.484Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:12:42.484Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-11T01:12:42.485Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:12:42.485Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-11T01:12:42.485Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-11T01:12:42.486Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-11T01:12:42.486Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:12:42.486Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-11T01:12:42.486Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-11T01:12:42.487Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b548ce3b-f9f4-41c1-be5a-e5f4fd11961f
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-11T01:12:42.489Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.490Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is matching search criteria
2022-09-11T01:12:42.490Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 34fd9f41-63d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:12:42.491Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.491Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Node template vFW 34fd9f41-63d2 0 is matching search criteria
2022-09-11T01:12:42.491Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 34fd9f41-63d2 0] matching following query criteria: sdcType=VF, customizationUUID=39d1c513-1e6c-4052-87e0-0ede6ed93419
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-11T01:12:42.495Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.495Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:12:42.496Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid af8173c5-ca2c-4814-b72d-b6342e27e610: vFW 34fd9f41-63d2
2022-09-11T01:12:42.496Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.497Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:12:42.497Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.497Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:12:42.498Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.498Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:12:42.498Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.498Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:12:42.499Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:12:42.499Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-11 01-10-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:12:42.499Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-09-11 01-10-44
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-11T01:12:42.818Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 34fd9f41-63d2 f6205f0c-3612-4bbd-bfde-8dfd5fc8554a 1 ASDC deployResourceStructure
2022-09-11T01:12:42.818Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json ASDC sendASDCNotification
2022-09-11T01:12:42.819Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json
2022-09-11T01:12:42.819Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-11T01:12:42.819Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:12:42.821Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:12:42.821Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858762818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json",
"status": "DEPLOY_OK"
}
2022-09-11T01:12:42.921Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:12:42.922Z||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-11T01:12:42.922Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:42.939Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:42.940Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:12:43.821Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-11T01:12:43.822Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml
2022-09-11T01:12:43.822Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-11T01:12:43.822Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:12:43.825Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:12:43.825Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858763821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-11T01:12:43.924Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-11T01:12:43.926Z||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-11T01:12:43.926Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:43.961Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:43.962Z||pool-15-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-09-11T01:12:44.826Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-11T01:12:44.826Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env
2022-09-11T01:12:44.826Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-11T01:12:44.827Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:12:44.828Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:12:44.829Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858764825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-11T01:12:44.929Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:12:44.930Z||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-11T01:12:44.930Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:44.954Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:44.954Z||pool-16-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:12:45.829Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar ASDC sendASDCNotification
2022-09-11T01:12:45.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar
2022-09-11T01:12:45.831Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-11T01:12:45.831Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:12:45.834Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:12:45.834Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858765829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-11T01:12:45.934Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:12:45.935Z||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-11T01:12:45.935Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:12:45.951Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:12:45.952Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-11T01:12:46.835Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d1b745d-2003-45ab-9b6e-40a8bfd11523
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-11T01:12:46.852Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d1b745d-2003-45ab-9b6e-40a8bfd11523
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-11T01:12:46.856Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-11T01:12:46.856Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-11T01:12:46.856Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-11T01:12:46.856Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-11T01:12:46.856Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-11T01:12:46.856Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||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-11T01:12:46.862Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-11T01:13:16.862Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d1b745d-2003-45ab-9b6e-40a8bfd11523 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-11T01:13:16.875Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d1b745d-2003-45ab-9b6e-40a8bfd11523 and serviceModelVersionId: af8173c5-ca2c-4814-b72d-b6342e27e610
2022-09-11T01:13:16.875Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3c8ea7d8-6bc3-48ae-82d3-011599f24569
2022-09-11T01:13:25.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:13:25.830Z||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-11T01:13:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:13:25.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:13:25.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:13:25.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858745827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:13:25.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:13:32.568Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3c8ea7d8-6bc3-48ae-82d3-011599f24569/model-vers/model-ver/af8173c5-ca2c-4814-b72d-b6342e27e610?depth=0
2022-09-11T01:13:32.675Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-09-11T01:13:33.178Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/3c8ea7d8-6bc3-48ae-82d3-011599f24569/model-vers/model-ver/af8173c5-ca2c-4814-b72d-b6342e27e610?depth=0|INFO|500||Invoke
2022-09-11T01:13:33.186Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/3c8ea7d8-6bc3-48ae-82d3-011599f24569/model-vers/model-ver/af8173c5-ca2c-4814-b72d-b6342e27e610?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/3c8ea7d8-6bc3-48ae-82d3-011599f24569/model-vers/model-ver/af8173c5-ca2c-4814-b72d-b6342e27e610?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7d1b745d-2003-45ab-9b6e-40a8bfd11523], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9baa9673-33a7-4dd4-a198-58c85610607d], X-ECOMP-RequestID=[7d1b745d-2003-45ab-9b6e-40a8bfd11523], X-TransactionId=[], X-ONAP-RequestID=[7d1b745d-2003-45ab-9b6e-40a8bfd11523], Content-Type=[application/merge-patch+json]}
2022-09-11T01:13:33.218Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/3c8ea7d8-6bc3-48ae-82d3-011599f24569/model-vers/model-ver/af8173c5-ca2c-4814-b72d-b6342e27e610?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-11T01:13:33.256Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/3c8ea7d8-6bc3-48ae-82d3-011599f24569/model-vers/model-ver/af8173c5-ca2c-4814-b72d-b6342e27e610?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/3c8ea7d8-6bc3-48ae-82d3-011599f24569/model-vers/model-ver/af8173c5-ca2c-4814-b72d-b6342e27e610?depth=0 has http status code:503 and response headers:{date=[Sun, 11 Sep 2022 01:13:33 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-11T01:13:33.259Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/3c8ea7d8-6bc3-48ae-82d3-011599f24569/model-vers/model-ver/af8173c5-ca2c-4814-b72d-b6342e27e610?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-11T01:13:33.260Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/3c8ea7d8-6bc3-48ae-82d3-011599f24569/model-vers/model-ver/af8173c5-ca2c-4814-b72d-b6342e27e610?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-11T01:13:33.280Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7d1b745d-2003-45ab-9b6e-40a8bfd11523 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-11T01:13:33.281Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=7d1b745d-2003-45ab-9b6e-40a8bfd11523 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-11T01:13:33.282Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=7d1b745d-2003-45ab-9b6e-40a8bfd11523 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-11T01:13:33.282Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7d1b745d-2003-45ab-9b6e-40a8bfd11523 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-11T01:13:33.290Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||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-11T01:13:33.290Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d1b745d-2003-45ab-9b6e-40a8bfd11523 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=7d1b745d-2003-45ab-9b6e-40a8bfd11523 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-11T01:13:33.292Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-11T01:13:33.292Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:13:33.296Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:13:33.298Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858813290,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d7d1b745d-2003-45ab-9b6e-40a8bfd11523 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-11T01:13:33.396Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-11T01:13:33.398Z||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-11T01:13:33.398Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:13:33.420Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:13:33.421Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-11T01:13:34.322Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:13:34.323Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:13:34.323Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:13:43.921Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:14:25.827Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:14:25.828Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:14:25.828Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:14:25.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:14:25.830Z||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-11T01:14:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:14:25.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:14:25.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:14:25.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858745827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json",
"status": "NOTIFIED"
}
2022-09-11T01:14:25.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:14:25.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:14:25.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858745827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-11T01:14:25.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:14:25.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:14:25.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858745827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:14:25.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:14:25.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:14:25.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858745827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-11T01:14:25.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:14:25.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:14:25.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858745827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:14:25.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:14:25.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:14:25.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858745827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "NOTIFIED"
}
2022-09-11T01:14:25.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-11T01:14:25.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:14:25.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858754064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:14:25.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:14:25.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:14:25.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858759198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:14:25.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:14:25.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:14:25.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858760327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:14:25.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:14:25.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:14:25.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858761390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:14:25.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:14:25.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:14:25.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858762818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/vfw34fd9f4163d20_modules.json",
"status": "DEPLOY_OK"
}
2022-09-11T01:14:25.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:14:25.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:14:25.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858763821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-11T01:14:25.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:14:25.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:14:25.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858764825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/resourceInstances/vfw34fd9f4163d20/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-11T01:14:25.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:14:25.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-11T01:14:25.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858765829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911011044/1.0/artifacts/service-Vfw20220911011044-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-11T01:14:25.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:14:35.380Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:15:25.827Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:15:25.828Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:15:25.828Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:15:25.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:15:25.830Z||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-11T01:15:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:15:26.362Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:15:26.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-11T01:15:26.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d1b745d-2003-45ab-9b6e-40a8bfd11523",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662858813290,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d7d1b745d-2003-45ab-9b6e-40a8bfd11523 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-11T01:15:26.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:15:35.379Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:16:25.827Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:16:25.828Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:16:25.829Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:16:25.831Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:16:25.832Z||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-11T01:16:25.832Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:16:35.379Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:16:35.388Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:17:25.827Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:17:25.829Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:17:25.829Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:17:25.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:17:25.830Z||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-11T01:17:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:17:35.381Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:17:35.381Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:18:25.827Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:18:25.829Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:18:25.829Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:18:25.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:18:25.830Z||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-11T01:18:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:18:35.385Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:18:35.385Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:19:25.827Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:19:25.828Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:19:25.828Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:19:25.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:19:25.830Z||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-11T01:19:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:19:35.382Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:19:35.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:20:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:20:25.828Z||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-11T01:20:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:20:25.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:20:25.830Z||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-11T01:20:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:20:35.381Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:20:35.390Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:21:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:21:25.828Z||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-11T01:21:25.829Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:21:25.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:21:25.830Z||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-11T01:21:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:21:35.370Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:21:35.380Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:22:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:22:25.832Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:22:25.833Z||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-11T01:22:25.833Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:22:25.834Z||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-11T01:22:25.834Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:22:35.379Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:22:35.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:23:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:23:25.828Z||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-11T01:23:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:23:25.829Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:23:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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-11T01:23:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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 sZBPIBJdB0o895a1) ...
2022-09-11T01:23:35.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:23:35.389Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:24:25.827Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:24:25.828Z||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-11T01:24:25.829Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:24:25.829Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:24:25.830Z||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-11T01:24:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:24:35.400Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:24:35.400Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:25:25.827Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:25:25.828Z||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-11T01:25:25.828Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:25:25.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:25:25.830Z||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-11T01:25:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:25:35.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:25:35.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:26:25.827Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:26:25.829Z||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-11T01:26:25.829Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:26:25.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:26:25.830Z||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-11T01:26:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:26:35.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:26:35.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:25.827Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:27:25.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:27:25.831Z||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-11T01:27:25.832Z||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-11T01:27:25.832Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:27:25.832Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:27:26.470Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:26.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"265a4a25-510a-4bdc-b745-4b89b3332ba8","serviceName":"vFW 2022-09-11 01-25-56","serviceVersion":"1.0","serviceUUID":"7976207c-894f-41e4-832e-6cffce83a673","serviceDescription":"catalog service description","serviceInvariantUUID":"150cdd79-2792-4e8b-ad73-95838c12abb0","resources":[{"resourceInstanceName":"vFW b484fe08-57aa 0","resourceName":"vFW b484fe08-57aa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6db9046b-4938-471b-8447-597c0dfd0c20","resourceInvariantUUID":"add8a621-79cb-41c5-a6a0-8bac35cb77e7","resourceCustomizationUUID":"73349fa8-1c88-473e-825b-213c69bd927d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vf-license-model.xml","artifactChecksum":"Y2I0Y2E3YTQ5MTA1OWZmOWViMTczMzcxMTQzYWVlM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5d61c57-f5d5-41c6-9534-656ff33fbe58","artifactVersion":"1"},{"artifactName":"vfwb484fe0857aa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json","artifactChecksum":"NDdiOTJkOGVlYWFiYjc4NWUzNWFmYmY0ZGYwMGEwYjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"32412347-f3ef-4147-9e2d-8667edd27ffd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a32d9c99-0917-482d-97fc-f41e88d885d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vendor-license-model.xml","artifactChecksum":"MTc5MTg1Mzg3NWZmNmEzMTEwNTI4ODhkZGZlOGM3YWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1d0bfffa-d09a-4a69-a361-28b835ae5a83","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b7cec5dc-5744-4d95-9bff-9c16d51fd905","artifactVersion":"2","generatedFromUUID":"a32d9c99-0917-482d-97fc-f41e88d885d0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220911012556-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-template.yml","artifactChecksum":"ZGY4Yzk3MjdlNmQ0Njc0MThhYTU0NGFmZTU5NWVjN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f47ff52-61b4-4ca5-b184-a2dd8308a581","artifactVersion":"1"},{"artifactName":"service-Vfw20220911012556-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar","artifactChecksum":"YzExNzYyMTRkNjQwMGM5NTczZTk0MzEwZDg3OTVhMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d56a7dff-a395-4d66-bd98-e7b88ab4b1f5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-11T01:27:26.481Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T01:27:26.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:26.482Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:27:26.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "aai-ml",
"timestamp": 1662859618755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662859617154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "cds",
"timestamp": 1662859616357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662859615071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.489Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:27:26.489Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859645827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "aai-ml",
"timestamp": 1662859618755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662859617154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "cds",
"timestamp": 1662859616357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662859615071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json",
"status": "NOTIFIED"
}
2022-09-11T01:27:26.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "aai-ml",
"timestamp": 1662859618755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662859617154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662859615071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-11T01:27:26.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "cds",
"timestamp": 1662859616357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "aai-ml",
"timestamp": 1662859618755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662859617154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662859615071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "cds",
"timestamp": 1662859616357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "aai-ml",
"timestamp": 1662859618755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662859617154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662859615071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-11T01:27:26.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "cds",
"timestamp": 1662859616357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "aai-ml",
"timestamp": 1662859618755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662859617154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662859615071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "cds",
"timestamp": 1662859616357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:26.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "aai-ml",
"timestamp": 1662859618755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "NOTIFIED"
}
2022-09-11T01:27:26.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662859617154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "NOTIFIED"
}
2022-09-11T01:27:26.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662859615071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "NOTIFIED"
}
2022-09-11T01:27:26.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "cds",
"timestamp": 1662859616357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "NOTIFIED"
}
2022-09-11T01:27:26.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:27:26.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "aai-ml",
"timestamp": 1662859628561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:27:26.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:27:26.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662859627932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:27:26.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:27:26.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "cds",
"timestamp": 1662859627736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:27:26.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:27:26.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662859627744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:27:26.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:27:26.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "aai-ml",
"timestamp": 1662859629575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-11T01:27:26.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:27:26.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662859628833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:27:26.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:27:26.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "aai-ml",
"timestamp": 1662859630582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-11T01:27:26.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:27:26.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662859629946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:27:26.507Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:27:26.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662859630546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-11T01:27:26.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:27:26.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "aai-ml",
"timestamp": 1662859631588,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-11T01:27:26.535Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 265a4a25-510a-4bdc-b745-4b89b3332ba8
2022-09-11T01:27:26.536Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 265a4a25-510a-4bdc-b745-4b89b3332ba8 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-11T01:27:26.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662859630984,
"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-11T01:27:26.557Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 265a4a25-510a-4bdc-b745-4b89b3332ba8
2022-09-11T01:27:26.558Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 265a4a25-510a-4bdc-b745-4b89b3332ba8 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-11T01:27:26.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662859631550,
"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-11T01:27:26.578Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 265a4a25-510a-4bdc-b745-4b89b3332ba8
2022-09-11T01:27:26.579Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 265a4a25-510a-4bdc-b745-4b89b3332ba8 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-11T01:27:26.588Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-11T01:27:26.590Z||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-11T01:27:26.590Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:27:26.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:27:26.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662859631988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-11T01:27:26.593Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:27:26.612Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:26.613Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:27:27.494Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T01:27:27.494Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:27:27.519Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:27:27.520Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859645827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json",
"status": "NOTIFIED"
}
2022-09-11T01:27:27.597Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-09-11T01:27:27.598Z||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-11T01:27:27.598Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:27:27.614Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:27.614Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-11T01:27:28.520Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T01:27:28.525Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:27:28.529Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:27:28.529Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859645827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-11T01:27:28.629Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:27:28.632Z||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-11T01:27:28.633Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:27:28.659Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:28.660Z||pool-21-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":2,"count":1}
2022-09-11T01:27:29.530Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T01:27:29.531Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:27:29.533Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:27:29.533Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859645827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:29.634Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-11T01:27:29.635Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-11T01:27:29.635Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:27:29.655Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:29.655Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-11T01:27:30.538Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T01:27:30.538Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:27:30.542Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:27:30.542Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859645827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-11T01:27:30.642Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:27:30.643Z||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-11T01:27:30.643Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:27:30.661Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:30.662Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:27:31.543Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T01:27:31.545Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:27:31.548Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:27:31.549Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859645827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:27:31.649Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:27:31.650Z||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-11T01:27:31.650Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:27:31.670Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:31.670Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:27:32.549Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T01:27:32.550Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:27:32.553Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:27:32.553Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859645827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "NOTIFIED"
}
2022-09-11T01:27:32.653Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 1 ms
2022-09-11T01:27:32.655Z||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-11T01:27:32.655Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:27:32.676Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:32.677Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:27:33.656Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"serviceName": "vFW 2022-09-11 01-25-56",
"serviceVersion": "1.0",
"serviceUUID": "7976207c-894f-41e4-832e-6cffce83a673",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "150cdd79-2792-4e8b-ad73-95838c12abb0",
"resources": [
{
"resourceInstanceName": "vFW b484fe08-57aa 0",
"resourceCustomizationUUID": "73349fa8-1c88-473e-825b-213c69bd927d",
"resourceName": "vFW b484fe08-57aa",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6db9046b-4938-471b-8447-597c0dfd0c20",
"resourceInvariantUUID": "add8a621-79cb-41c5-a6a0-8bac35cb77e7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb484fe0857aa0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json",
"artifactChecksum": "NDdiOTJkOGVlYWFiYjc4NWUzNWFmYmY0ZGYwMGEwYjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "32412347-f3ef-4147-9e2d-8667edd27ffd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a32d9c99-0917-482d-97fc-f41e88d885d0",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b7cec5dc-5744-4d95-9bff-9c16d51fd905",
"generatedFromUUID": "a32d9c99-0917-482d-97fc-f41e88d885d0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b7cec5dc-5744-4d95-9bff-9c16d51fd905",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220911012556-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"artifactChecksum": "YzExNzYyMTRkNjQwMGM5NTczZTk0MzEwZDg3OTVhMTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d56a7dff-a395-4d66-bd98-e7b88ab4b1f5"
}
],
"workloadContext": "Production"
}
2022-09-11T01:27:33.657Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-11T01:27:33.657Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7976207c-894f-41e4-832e-6cffce83a673 ASDC
2022-09-11T01:27:33.661Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:265a4a25-510a-4bdc-b745-4b89b3332ba8
ServiceName:vFW 2022-09-11 01-25-56
ServiceVersion:1.0
ServiceUUID:7976207c-894f-41e4-832e-6cffce83a673
ServiceInvariantUUID:150cdd79-2792-4e8b-ad73-95838c12abb0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220911012556-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar
ArtifactUUID:d56a7dff-a395-4d66-bd98-e7b88ab4b1f5
ArtifactChecksum:YzExNzYyMTRkNjQwMGM5NTczZTk0MzEwZDg3OTVhMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b484fe08-57aa 0
ResourceCustomizationUUID:73349fa8-1c88-473e-825b-213c69bd927d
ResourceInvariantUUID:add8a621-79cb-41c5-a6a0-8bac35cb77e7
ResourceName:vFW b484fe08-57aa
ResourceType:VF
ResourceUUID:6db9046b-4938-471b-8447-597c0dfd0c20
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb484fe0857aa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json
ArtifactUUID:32412347-f3ef-4147-9e2d-8667edd27ffd
ArtifactChecksum:NDdiOTJkOGVlYWFiYjc4NWUzNWFmYmY0ZGYwMGEwYjU=
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/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml
ArtifactUUID:a32d9c99-0917-482d-97fc-f41e88d885d0
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/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env
ArtifactUUID:b7cec5dc-5744-4d95-9bff-9c16d51fd905
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/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env
ArtifactUUID:b7cec5dc-5744-4d95-9bff-9c16d51fd905
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-11T01:27:33.661Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7976207c-894f-41e4-832e-6cffce83a673 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-11T01:27:33.714Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-11T01:27:33.716Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-11T01:27:33.716Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-11T01:27:33.716Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d56a7dff-a395-4d66-bd98-e7b88ab4b1f5 from URL: /sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:33.716Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-11T01:27:33.717Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:33.882Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-11T01:27:33.883Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar d56a7dff-a395-4d66-bd98-e7b88ab4b1f5 100624
2022-09-11T01:27:33.884Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar ASDC sendASDCNotification
2022-09-11T01:27:33.884Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:33.884Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-11T01:27:33.885Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:27:33.888Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:27:33.888Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859653884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:27:33.988Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:27:33.989Z||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-11T01:27:33.989Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:27:34.006Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:34.007Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:27:34.888Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-11T01:27:34.890Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-09-11T01:27:34.890Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d56a7dff-a395-4d66-bd98-e7b88ab4b1f5, URL: /sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar to file: /app/ASDC/1/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:34.890Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220911012556-csar.csar
2022-09-11T01:27:34.891Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:34.891Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:35.224Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17469265472883973151/Definitions/service-Vfw20220911012556-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_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
2022-09-11T01:27:37.473Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-11T01:27:37.474Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-11T01:27:37.474Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:37.474Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-11T01:27:37.474Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:37.474Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:37.474Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:37.474Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:37.474Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:37.475Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:37.475Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:37.475Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:37.475Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:37.475Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:37.475Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b484fe08-57aa 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-Vfw20220911012556-csar.csar
2022-09-11T01:27:37.475Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-09-11T01:27:37.475Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:37.476Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:27:37.476Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is matching search criteria
2022-09-11T01:27:37.476Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-11T01:27:37.476Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b484fe08-57aa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-11T01:27:37.477Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:37.477Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:27:37.477Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is matching search criteria
2022-09-11T01:27:37.477Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-09-11T01:27:37.477Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b484fe08-57aa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-11T01:27:37.477Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:37.478Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:27:37.478Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:37.478Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is not matching search criteria
2022-09-11T01:27:37.478Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-11T01:27:37.478Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-11T01:27:37.478Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-11T01:27:37.478Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:27:37.479Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:27:37.479Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-11T01:27:37.479Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-11T01:27:37.479Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-11T01:27:37.479Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-11T01:27:37.479Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:27:37.479Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-11T01:27:37.479Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-11T01:27:37.480Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-11T01:27:37.480Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-11T01:27:37.480Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:27:37.480Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-11T01:27:37.480Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:37.480Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-11T01:27:37.481Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:37.481Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is matching search criteria
2022-09-11T01:27:37.481Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b484fe08-57aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:27:37.481Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:37.481Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is matching search criteria
2022-09-11T01:27:37.481Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b484fe08-57aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:27:37.482Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:37.482Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is matching search criteria
2022-09-11T01:27:37.482Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b484fe08-57aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:27:37.482Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:37.482Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is not matching search criteria
2022-09-11T01:27:37.482Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-11T01:27:37.482Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-11T01:27:37.483Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-11T01:27:37.483Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-11T01:27:37.483Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-11T01:27:37.483Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:27:37.483Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-11T01:27:37.483Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-11T01:27:37.483Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-11T01:27:37.484Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-11T01:27:37.484Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:27:37.484Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5b14710d-c568-4832-b76f-ebf14cfd8050
2022-09-11T01:27:37.484Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:37.484Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is not matching search criteria
2022-09-11T01:27:37.484Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-11T01:27:37.484Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-11T01:27:37.485Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-11T01:27:37.485Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:27:37.485Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:27:37.485Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-11T01:27:37.485Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-11T01:27:37.485Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-11T01:27:37.485Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-11T01:27:37.486Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-11T01:27:37.486Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-11T01:27:37.486Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:27:37.486Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8e630740-cba3-46ba-9843-d16dec7dd4b5
2022-09-11T01:27:37.486Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:37.486Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is not matching search criteria
2022-09-11T01:27:37.486Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-11T01:27:37.487Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-11T01:27:37.487Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-11T01:27:37.487Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:27:37.487Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:27:37.487Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-11T01:27:37.487Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-11T01:27:37.488Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-11T01:27:37.488Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-11T01:27:37.488Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:27:37.488Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-11T01:27:37.488Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-11T01:27:37.488Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7e0186ee-54d4-4e75-82c5-74bc643a5e49
2022-09-11T01:27:37.488Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:37.489Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:27:37.489Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:37.489Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:27:37.489Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:37.489Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:27:37.489Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:37.490Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:27:37.490Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-11 01-25-56
Description:catalog service description
Model UUID:7976207c-894f-41e4-832e-6cffce83a673
Model Version:NULL
Model InvariantUuid:150cdd79-2792-4e8b-ad73-95838c12abb0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b484fe08-57aa
Model UUID:032a832d-b19f-4903-8568-5f5743e64b57
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:add8a621-79cb-41c5-a6a0-8bac35cb77e7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:73349fa8-1c88-473e-825b-213c69bd927d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d84e821c-295f-4f36-b3b5-766ab5553f27
ModelName:VfwB484fe0857aa..base_vfw..module-0
ModelUuid:b5220af1-6a05-47c4-9d16-82e4daeaf918
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5b14710d-c568-4832-b76f-ebf14cfd8050
ModelInvariantUuid:116d4309-3ae4-4e0f-b906-44becc1285f3
ModelName:vFW b484fe08-57aa-nodes.vfwCvfc
ModelUuid:c336bccf-591b-4f2c-b084-cfc24848de4d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:890e27d9-8cfb-4006-b5fa-0135c81c13f5
ModelInvariantUuid:a9e1f081-b6a9-4594-bf9f-474389d66dd0
ModelName:VfwB484fe0857aa.compute.nodes.heat.vfw
ModelUuid:4c762331-4ae2-4fb0-8e1f-6dfd17ddcc35
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8e630740-cba3-46ba-9843-d16dec7dd4b5
ModelInvariantUuid:2d391701-73ea-4d2f-b644-f2e94996868a
ModelName:vFW b484fe08-57aa-nodes.vsnCvfc
ModelUuid:7df0e1e7-8649-483b-99e9-5340ab7c684d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:bc3bbef1-b081-4045-b08e-4a5d8cd227ee
ModelInvariantUuid:2e2075b9-b649-4e23-af47-8be07dbb6a59
ModelName:VfwB484fe0857aa.compute.nodes.heat.vsn
ModelUuid:234b8f5c-758e-42bf-889f-0c78eb836fa9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7e0186ee-54d4-4e75-82c5-74bc643a5e49
ModelInvariantUuid:d72afb6a-1c70-4799-be19-50c3c26dde70
ModelName:vFW b484fe08-57aa-nodes.vpgCvfc
ModelUuid:5176afc6-3d75-4ab3-ba07-04c0f673a41d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:bb0fc531-2102-4cf9-905d-c56f3af3445e
ModelInvariantUuid:f80c11d3-7586-41a4-8b5d-ed5f9cc8212a
ModelName:VfwB484fe0857aa.compute.nodes.heat.vpg
ModelUuid:90c544a2-c351-476c-8537-a58216933d7b
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-11T01:27:37.506Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 6db9046b-4938-471b-8447-597c0dfd0c20
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-11T01:27:37.515Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||vFW b484fe08-57aa 0
2022-09-11T01:27:37.515Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6db9046b-4938-471b-8447-597c0dfd0c20
2022-09-11T01:27:37.515Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 32412347-f3ef-4147-9e2d-8667edd27ffd from URL: /sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json
2022-09-11T01:27:37.515Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-11T01:27:37.516Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json
2022-09-11T01:27:37.570Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-11T01:27:37.570Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json 32412347-f3ef-4147-9e2d-8667edd27ffd 785
2022-09-11T01:27:37.571Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json ASDC sendASDCNotification
2022-09-11T01:27:37.571Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json
2022-09-11T01:27:37.571Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-11T01:27:37.572Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:27:37.579Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:27:37.579Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859657571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:27:37.675Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-11T01:27:37.676Z||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-11T01:27:37.676Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:27:37.694Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:37.695Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-11T01:27:38.580Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB484fe0857aa..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d84e821c-295f-4f36-b3b5-766ab5553f27",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b5220af1-6a05-47c4-9d16-82e4daeaf918",
"vfModuleModelCustomizationUUID": "976641e0-93f9-4cbc-951c-91ac2337d3f3",
"isBase": true,
"artifacts": [
"a32d9c99-0917-482d-97fc-f41e88d885d0",
"b7cec5dc-5744-4d95-9bff-9c16d51fd905"
],
"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-11T01:27:38.587Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB484fe0857aa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5220af1-6a05-47c4-9d16-82e4daeaf918
VfModuleModelInvariantUUID:d84e821c-295f-4f36-b3b5-766ab5553f27
VfModuleModelDescription:NULL
Artifacts UUID List:{
a32d9c99-0917-482d-97fc-f41e88d885d0
,
b7cec5dc-5744-4d95-9bff-9c16d51fd905
}
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-11T01:27:38.590Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB484fe0857aa..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d84e821c-295f-4f36-b3b5-766ab5553f27",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b5220af1-6a05-47c4-9d16-82e4daeaf918",
"vfModuleModelCustomizationUUID": "976641e0-93f9-4cbc-951c-91ac2337d3f3",
"isBase": true,
"artifacts": [
"a32d9c99-0917-482d-97fc-f41e88d885d0",
"b7cec5dc-5744-4d95-9bff-9c16d51fd905"
],
"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-11T01:27:38.592Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB484fe0857aa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b5220af1-6a05-47c4-9d16-82e4daeaf918
VfModuleModelInvariantUUID:d84e821c-295f-4f36-b3b5-766ab5553f27
VfModuleModelDescription:NULL
Artifacts UUID List:{
a32d9c99-0917-482d-97fc-f41e88d885d0
,
b7cec5dc-5744-4d95-9bff-9c16d51fd905
}
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-11T01:27:38.592Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a32d9c99-0917-482d-97fc-f41e88d885d0 from URL: /sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml
2022-09-11T01:27:38.592Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-11T01:27:38.592Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml
2022-09-11T01:27:38.697Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-11T01:27:38.698Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml a32d9c99-0917-482d-97fc-f41e88d885d0 20368
2022-09-11T01:27:38.698Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-11T01:27:38.698Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml
2022-09-11T01:27:38.698Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-11T01:27:38.699Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:27:38.702Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:27:38.702Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859658698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:27:38.801Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-11T01:27:38.802Z||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-11T01:27:38.802Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:27:38.838Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:38.839Z||pool-28-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:27:39.704Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b7cec5dc-5744-4d95-9bff-9c16d51fd905 from URL: /sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env
2022-09-11T01:27:39.704Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-09-11T01:27:39.704Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env
2022-09-11T01:27:39.813Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-09-11T01:27:39.813Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env b7cec5dc-5744-4d95-9bff-9c16d51fd905 2098
2022-09-11T01:27:39.813Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-11T01:27:39.814Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env
2022-09-11T01:27:39.814Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-11T01:27:39.814Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:27:39.816Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:27:39.817Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859659813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:27:39.917Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:27:39.918Z||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-11T01:27:39.918Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:27:39.949Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:39.949Z||pool-29-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-09-11T01:27:40.817Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7976207c-894f-41e4-832e-6cffce83a673
2022-09-11T01:27:40.818Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b484fe08-57aa 0 6db9046b-4938-471b-8447-597c0dfd0c20 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-11T01:27:40.838Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1aceeb61, org.onap.sdc.toscaparser.api.parameters.Input@5d253afc, org.onap.sdc.toscaparser.api.parameters.Input@5487d8e7, org.onap.sdc.toscaparser.api.parameters.Input@5097305, org.onap.sdc.toscaparser.api.parameters.Input@68711526]
2022-09-11T01:27:40.840Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.840Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:27:40.840Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-09-11T01:27:40.841Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 73349fa8-1c88-473e-825b-213c69bd927d
2022-09-11T01:27:40.841Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 73349fa8-1c88-473e-825b-213c69bd927d matches Tosca VF Customization UUID: 73349fa8-1c88-473e-825b-213c69bd927d
2022-09-11T01:27:40.841Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 73349fa8-1c88-473e-825b-213c69bd927d 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-11T01:27:40.844Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.845Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:27:40.846Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 73349fa8-1c88-473e-825b-213c69bd927d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-11T01:27:40.846Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38025712
2022-09-11T01:27:40.846Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.846Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-11T01:27:40.847Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 976641e0-93f9-4cbc-951c-91ac2337d3f3
2022-09-11T01:27:40.847Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 976641e0-93f9-4cbc-951c-91ac2337d3f3
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-11T01:27:40.850Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.851Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is matching search criteria
2022-09-11T01:27:40.851Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b484fe08-57aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:27:40.851Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.852Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is matching search criteria
2022-09-11T01:27:40.852Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b484fe08-57aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:27:40.852Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.852Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is not matching search criteria
2022-09-11T01:27:40.853Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-11T01:27:40.853Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-11T01:27:40.853Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-11T01:27:40.853Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-11T01:27:40.854Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-11T01:27:40.854Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:27:40.854Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-11T01:27:40.854Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-11T01:27:40.854Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-11T01:27:40.855Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-11T01:27:40.855Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:27:40.856Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5b14710d-c568-4832-b76f-ebf14cfd8050
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-11T01:27:40.860Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.861Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is matching search criteria
2022-09-11T01:27:40.861Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b484fe08-57aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:27:40.861Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.862Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is not matching search criteria
2022-09-11T01:27:40.862Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-11T01:27:40.862Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-11T01:27:40.862Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-11T01:27:40.862Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:27:40.863Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:27:40.863Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-11T01:27:40.864Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-11T01:27:40.864Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-11T01:27:40.864Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-11T01:27:40.865Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-11T01:27:40.865Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-11T01:27:40.865Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:27:40.866Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8e630740-cba3-46ba-9843-d16dec7dd4b5
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-11T01:27:40.869Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.869Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is matching search criteria
2022-09-11T01:27:40.869Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b484fe08-57aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:27:40.870Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.870Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is not matching search criteria
2022-09-11T01:27:40.870Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-11T01:27:40.870Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-11T01:27:40.871Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-11T01:27:40.871Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:27:40.871Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-11T01:27:40.871Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-11T01:27:40.872Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-11T01:27:40.872Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-11T01:27:40.872Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-11T01:27:40.872Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-11T01:27:40.873Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-11T01:27:40.873Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-11T01:27:40.873Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7e0186ee-54d4-4e75-82c5-74bc643a5e49
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-11T01:27:40.879Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.880Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is matching search criteria
2022-09-11T01:27:40.880Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b484fe08-57aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-11T01:27:40.880Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.880Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Node template vFW b484fe08-57aa 0 is matching search criteria
2022-09-11T01:27:40.881Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW b484fe08-57aa 0] matching following query criteria: sdcType=VF, customizationUUID=73349fa8-1c88-473e-825b-213c69bd927d
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-11T01:27:40.883Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.883Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:27:40.884Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7976207c-894f-41e4-832e-6cffce83a673: vFW b484fe08-57aa
2022-09-11T01:27:40.884Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.884Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:27:40.884Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.884Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:27:40.884Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.885Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:27:40.885Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.885Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:27:40.885Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T01:27:40.885Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-09-11 01-25-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T01:27:40.885Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-09-11 01-25-56
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-11T01:27:41.116Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b484fe08-57aa 6db9046b-4938-471b-8447-597c0dfd0c20 1 ASDC deployResourceStructure
2022-09-11T01:27:41.116Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json ASDC sendASDCNotification
2022-09-11T01:27:41.116Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json
2022-09-11T01:27:41.117Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-11T01:27:41.117Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:27:41.120Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:27:41.120Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859661116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-11T01:27:41.220Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:27:41.221Z||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-11T01:27:41.221Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:27:41.241Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:41.242Z||pool-30-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:27:42.121Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-11T01:27:42.122Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml
2022-09-11T01:27:42.122Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-11T01:27:42.122Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:27:42.124Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:27:42.124Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859662121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-11T01:27:42.224Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:27:42.225Z||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-11T01:27:42.225Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:27:42.242Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:42.243Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:27:43.125Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-11T01:27:43.125Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env
2022-09-11T01:27:43.126Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-11T01:27:43.126Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:27:43.128Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:27:43.128Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859663125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-11T01:27:43.228Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:27:43.229Z||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-11T01:27:43.229Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:27:43.252Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:43.252Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-09-11T01:27:44.130Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar ASDC sendASDCNotification
2022-09-11T01:27:44.130Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar
2022-09-11T01:27:44.131Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-11T01:27:44.131Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:27:44.134Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:27:44.134Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859664129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-11T01:27:44.235Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:27:44.236Z||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-11T01:27:44.236Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:27:44.255Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:27:44.256Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-11T01:27:45.135Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 265a4a25-510a-4bdc-b745-4b89b3332ba8
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-11T01:27:45.154Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 265a4a25-510a-4bdc-b745-4b89b3332ba8
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-11T01:27:45.157Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-11T01:27:45.157Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-11T01:27:45.157Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-11T01:27:45.157Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-11T01:27:45.157Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-11T01:27:45.157Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-11T01:27:45.168Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-11T01:28:15.168Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 265a4a25-510a-4bdc-b745-4b89b3332ba8 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-11T01:28:15.176Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 265a4a25-510a-4bdc-b745-4b89b3332ba8 and serviceModelVersionId: 7976207c-894f-41e4-832e-6cffce83a673
2022-09-11T01:28:15.176Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 150cdd79-2792-4e8b-ad73-95838c12abb0
2022-09-11T01:28:15.177Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/150cdd79-2792-4e8b-ad73-95838c12abb0/model-vers/model-ver/7976207c-894f-41e4-832e-6cffce83a673?depth=0
2022-09-11T01:28:15.184Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-09-11T01:28:15.263Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/150cdd79-2792-4e8b-ad73-95838c12abb0/model-vers/model-ver/7976207c-894f-41e4-832e-6cffce83a673?depth=0|INFO|500||Invoke
2022-09-11T01:28:15.264Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/150cdd79-2792-4e8b-ad73-95838c12abb0/model-vers/model-ver/7976207c-894f-41e4-832e-6cffce83a673?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/150cdd79-2792-4e8b-ad73-95838c12abb0/model-vers/model-ver/7976207c-894f-41e4-832e-6cffce83a673?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[265a4a25-510a-4bdc-b745-4b89b3332ba8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4d597dc8-7861-4239-8e72-d83b212c2ac5], X-ECOMP-RequestID=[265a4a25-510a-4bdc-b745-4b89b3332ba8], X-TransactionId=[], X-ONAP-RequestID=[265a4a25-510a-4bdc-b745-4b89b3332ba8], Content-Type=[application/merge-patch+json]}
2022-09-11T01:28:15.272Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/150cdd79-2792-4e8b-ad73-95838c12abb0/model-vers/model-ver/7976207c-894f-41e4-832e-6cffce83a673?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-11T01:28:15.277Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/150cdd79-2792-4e8b-ad73-95838c12abb0/model-vers/model-ver/7976207c-894f-41e4-832e-6cffce83a673?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/150cdd79-2792-4e8b-ad73-95838c12abb0/model-vers/model-ver/7976207c-894f-41e4-832e-6cffce83a673?depth=0 has http status code:503 and response headers:{date=[Sun, 11 Sep 2022 01:28:15 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-11T01:28:15.278Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/150cdd79-2792-4e8b-ad73-95838c12abb0/model-vers/model-ver/7976207c-894f-41e4-832e-6cffce83a673?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-11T01:28:15.279Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/150cdd79-2792-4e8b-ad73-95838c12abb0/model-vers/model-ver/7976207c-894f-41e4-832e-6cffce83a673?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-11T01:28:15.281Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=265a4a25-510a-4bdc-b745-4b89b3332ba8 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-11T01:28:15.282Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=265a4a25-510a-4bdc-b745-4b89b3332ba8 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-11T01:28:15.282Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=265a4a25-510a-4bdc-b745-4b89b3332ba8 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-11T01:28:15.282Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=265a4a25-510a-4bdc-b745-4b89b3332ba8 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-11T01:28:15.287Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-11T01:28:15.287Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 265a4a25-510a-4bdc-b745-4b89b3332ba8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=265a4a25-510a-4bdc-b745-4b89b3332ba8 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-11T01:28:15.288Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-11T01:28:15.288Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-09-11T01:28:15.291Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T01:28:15.291Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859695287,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d265a4a25-510a-4bdc-b745-4b89b3332ba8 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-11T01:28:15.391Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T01:28:15.392Z||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-11T01:28:15.392Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T01:28:15.414Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:28:15.414Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 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-11T01:28:25.827Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:28:25.828Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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-11T01:28:25.828Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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 sZBPIBJdB0o895a1) ...
2022-09-11T01:28:25.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:28:25.830Z||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-11T01:28:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:28:25.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:28:25.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:28:25.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859645827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:28:25.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:28:35.403Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:29:25.827Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:29:25.828Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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-11T01:29:25.828Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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 sZBPIBJdB0o895a1) ...
2022-09-11T01:29:25.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:29:25.830Z||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-11T01:29:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:29:26.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:29:26.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:29:26.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859645827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json",
"status": "NOTIFIED"
}
2022-09-11T01:29:26.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:29:26.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:29:26.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859645827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-11T01:29:26.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:29:26.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:29:26.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859645827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:29:26.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:29:26.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:29:26.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859645827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-11T01:29:26.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:29:26.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:29:26.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859645827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-11T01:29:26.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:29:26.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:29:26.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859645827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "NOTIFIED"
}
2022-09-11T01:29:26.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T01:29:26.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:29:26.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859653884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:29:26.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:29:26.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:29:26.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859657571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:29:26.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:29:26.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:29:26.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859658698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:29:26.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:29:26.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:29:26.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859659813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-11T01:29:26.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:29:26.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:29:26.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859661116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/vfwb484fe0857aa0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-11T01:29:26.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:29:26.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:29:26.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859662121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-11T01:29:26.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:29:26.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:29:26.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859663125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/resourceInstances/vfwb484fe0857aa0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-11T01:29:26.377Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:29:26.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:29:26.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859664129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220911012556/1.0/artifacts/service-Vfw20220911012556-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-11T01:29:26.377Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:29:26.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T01:29:26.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "265a4a25-510a-4bdc-b745-4b89b3332ba8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662859695287,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d265a4a25-510a-4bdc-b745-4b89b3332ba8 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-11T01:29:26.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-11T01:29:35.391Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:30:25.827Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:30:25.828Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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-11T01:30:25.828Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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 sZBPIBJdB0o895a1) ...
2022-09-11T01:30:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:30:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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-11T01:30:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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 sZBPIBJdB0o895a1) ...
2022-09-11T01:30:35.381Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:30:35.388Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:31:25.830Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:31:25.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:31:25.831Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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-11T01:31:25.831Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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 sZBPIBJdB0o895a1) ...
2022-09-11T01:31:25.831Z||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-11T01:31:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:31:35.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:31:35.383Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:32:25.827Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:32:25.828Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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-11T01:32:25.828Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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 sZBPIBJdB0o895a1) ...
2022-09-11T01:32:25.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:32:25.830Z||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-11T01:32:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:32:35.375Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:32:35.375Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:33:25.827Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:33:25.828Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:33:25.828Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:33:25.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:33:25.830Z||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-11T01:33:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:33:35.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:33:35.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:34:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:34:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:34:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:34:25.829Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:34:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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-11T01:34:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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 sZBPIBJdB0o895a1) ...
2022-09-11T01:34:35.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:34:35.393Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:35:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:35:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:35:25.829Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:35:25.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:35:25.830Z||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-11T01:35:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:35:35.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:35:35.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:36:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:36:25.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:36:25.829Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:36:25.829Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:36:25.830Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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-11T01:36:25.830Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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 sZBPIBJdB0o895a1) ...
2022-09-11T01:36:35.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:36:35.397Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:37:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:37:25.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:37:25.829Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:37:25.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:37:25.832Z||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-11T01:37:25.832Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:37:35.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:37:35.391Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:38:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:38:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:38:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:38:25.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:38:25.830Z||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-11T01:38:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:38:35.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:38:35.382Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:39:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:39:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:39:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:39:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:39:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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-11T01:39:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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 sZBPIBJdB0o895a1) ...
2022-09-11T01:39:35.385Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:39:35.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:40:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:40:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:40:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:40:25.830Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:40:25.830Z||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-11T01:40:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:40:35.384Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:40:35.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:41:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:41:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:41:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:41:25.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:41:25.830Z||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-11T01:41:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:41:35.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:41:35.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:42:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:42:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:42:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:42:25.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:42:25.830Z||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-11T01:42:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:42:35.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:42:35.376Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:43:25.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:43:25.829Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:43:25.829Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:43:25.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:43:25.830Z||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-11T01:43:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:43:35.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:43:35.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:44:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:44:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:44:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:44:25.829Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:44:25.830Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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-11T01:44:25.831Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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 sZBPIBJdB0o895a1) ...
2022-09-11T01:44:35.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:44:35.387Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:45:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:45:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:45:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:45:25.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:45:25.830Z||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-11T01:45:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:45:35.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:45:35.391Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:46:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:46:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:46:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:46:25.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:46:25.830Z||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-11T01:46:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:46:35.377Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:46:35.377Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:47:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:47:25.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:47:25.830Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:47:25.830Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:47:25.831Z||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-11T01:47:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:47:35.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:47:35.406Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:48:25.827Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:48:25.828Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:48:25.828Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:48:25.829Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:48:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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-11T01:48:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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 sZBPIBJdB0o895a1) ...
2022-09-11T01:48:35.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:48:35.389Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:49:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:49:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:49:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:49:25.830Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:49:25.830Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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-11T01:49:25.830Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|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 sZBPIBJdB0o895a1) ...
2022-09-11T01:49:35.380Z|265a4a25-510a-4bdc-b745-4b89b3332ba8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:49:35.380Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:50:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:50:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:50:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:50:25.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:50:25.830Z||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-11T01:50:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:50:35.378Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:50:35.380Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:51:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:51:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:51:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:51:25.829Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:51:25.830Z||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-11T01:51:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:51:35.380Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:51:35.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:52:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:52:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:52:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:52:25.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:52:25.830Z||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-11T01:52:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:52:35.384Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:52:35.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:53:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:53:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:53:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:53:25.829Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:53:25.830Z||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-11T01:53:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:53:35.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:53:35.387Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:54:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:54:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:54:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:54:25.829Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:54:25.830Z||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-11T01:54:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:54:35.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:54:35.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:55:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:55:25.829Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:55:25.829Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:55:25.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:55:25.830Z||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-11T01:55:25.831Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:55:35.381Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:55:35.382Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:56:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:56:25.829Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:56:25.829Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:56:25.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:56:25.830Z||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-11T01:56:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:56:35.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:56:35.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:57:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:57:25.829Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:57:25.829Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:57:25.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:57:25.830Z||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-11T01:57:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:57:35.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:57:35.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:58:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:58:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:58:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:58:25.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:58:25.830Z||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-11T01:58:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T01:58:35.377Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:58:35.382Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:59:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:59:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T01:59:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T01:59:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T01:59:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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-11T01:59:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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 sZBPIBJdB0o895a1) ...
2022-09-11T01:59:35.378Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T01:59:35.378Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:00:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:00:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T02:00:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T02:00:25.829Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:00:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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-11T02:00:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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 sZBPIBJdB0o895a1) ...
2022-09-11T02:00:35.380Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:00:35.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:01:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:01:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T02:01:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T02:01:25.829Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:01:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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-11T02:01:25.830Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|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 sZBPIBJdB0o895a1) ...
2022-09-11T02:01:35.376Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:01:35.376Z|7d1b745d-2003-45ab-9b6e-40a8bfd11523|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:02:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:02:25.827Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T02:02:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T02:02:25.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:02:25.830Z||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-11T02:02:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T02:02:35.379Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:02:35.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:03:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:03:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T02:03:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T02:03:25.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:03:25.830Z||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-11T02:03:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T02:03:35.378Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:03:35.381Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:04:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:04:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T02:04:25.829Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T02:04:25.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:04:25.830Z||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-11T02:04:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T02:04:35.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:04:35.388Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:05:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:05:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T02:05:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T02:05:25.829Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:05:25.830Z||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-11T02:05:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T02:05:35.381Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:05:35.385Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:06:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:06:25.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:06:25.830Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T02:06:25.830Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T02:06:25.830Z||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-11T02:06:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T02:06:35.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:06:35.396Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:07:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:07:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T02:07:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T02:07:25.829Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:07:25.830Z||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-11T02:07:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T02:07:35.392Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:07:35.398Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:08:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:08:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T02:08:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T02:08:25.829Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:08:25.830Z||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-11T02:08:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T02:08:35.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:08:35.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:09:25.827Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:09:25.828Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-11T02:09:25.828Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sZBPIBJdB0o895a1) ...
2022-09-11T02:09:25.829Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-11T02:09:25.830Z||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-11T02:09:25.830Z||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 sZBPIBJdB0o895a1) ...
2022-09-11T02:09:30.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:09:30.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-11T02:09:30.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"776a3232-1a4d-437f-81e5-592170c50321","serviceName":"Demo_pNF_EsbKkiARxBdgJoLUbeWx","serviceVersion":"1.0","serviceUUID":"d3e99f88-5f55-47c0-9515-9692d338ddf3","serviceDescription":"catalog service description","serviceInvariantUUID":"731b4d08-184f-49f3-bfe2-562822151257","resources":[{"resourceInstanceName":"pNF a31c00ea-84bc 0","resourceName":"pNF a31c00ea-84bc","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a6bd1edc-21e2-4df0-a099-17e6cf379ddb","resourceInvariantUUID":"865bb6e8-b2ca-40ba-afc5-a9d04b54ebbb","resourceCustomizationUUID":"c27ca208-bd18-4cc6-873e-5a570981dc84","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/resourceInstances/pnfa31c00ea84bc0/artifacts/vf-license-model.xml","artifactChecksum":"ODBhYmY2MWRiMjNkMDAyNGZlNTgwNTExMGQ1ODIxOWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"557d2e17-b7a8-4bce-81d7-50a91ddc6394","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/resourceInstances/pnfa31c00ea84bc0/artifacts/pNF.csar","artifactChecksum":"OTQxOWZjNTQ0YTNjZjE5MmUyYzg2OTkzZGJkMWQ2Mjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"40bc28c5-c1ce-47ca-8d39-952531037062","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/resourceInstances/pnfa31c00ea84bc0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"44d1b8b6-2f81-4215-8320-8a56c2332329","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/resourceInstances/pnfa31c00ea84bc0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTQ1YTJiZjJkMmEyNjJlNTMxMjZmZDYxZDIxM2Q5YTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d065e793-1d7f-4c6d-a408-377de9755a05","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/resourceInstances/pnfa31c00ea84bc0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee311d80-76ec-45a1-8396-698c1f12b406","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/resourceInstances/pnfa31c00ea84bc0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"444486e5-a326-48c8-9f96-0ad325852acb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEsbkkiarxbdgjolubewx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/artifacts/service-DemoPnfEsbkkiarxbdgjolubewx-template.yml","artifactChecksum":"MjNkZGNlNDlhMzM4ODhiNjFhYmRiZDI2ZjFiMDYzNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43269ebb-0fda-41aa-b00c-5b65237533f5","artifactVersion":"1"},{"artifactName":"service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/artifacts/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar","artifactChecksum":"MmVjZDJjYmY1MmIyODQ2NDkyZDg2YmQ5MTY1YjliZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"072b6daa-d97e-45b2-88f1-b132e5454ebb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-11T02:09:30.258Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T02:09:30.259Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-11T02:09:30.265Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T02:09:30.265Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "776a3232-1a4d-437f-81e5-592170c50321",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662862165827,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/resourceInstances/pnfa31c00ea84bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T02:09:30.365Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-11T02:09:30.366Z||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-11T02:09:30.366Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T02:09:30.391Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:09:30.392Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-11T02:09:30.528Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:09:30.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-11T02:09:30.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "776a3232-1a4d-437f-81e5-592170c50321",
"consumerID": "cds",
"timestamp": 1662862166357,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/resourceInstances/pnfa31c00ea84bc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T02:09:30.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-11T02:09:31.270Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T02:09:31.271Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-11T02:09:31.280Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T02:09:31.280Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "776a3232-1a4d-437f-81e5-592170c50321",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662862165827,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/resourceInstances/pnfa31c00ea84bc0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-11T02:09:31.379Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-11T02:09:31.392Z||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-11T02:09:31.392Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T02:09:31.411Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:09:31.412Z||pool-36-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-11T02:09:32.281Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T02:09:32.282Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-11T02:09:32.284Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T02:09:32.285Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "776a3232-1a4d-437f-81e5-592170c50321",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662862165827,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/resourceInstances/pnfa31c00ea84bc0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-11T02:09:32.388Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-11T02:09:32.392Z||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-11T02:09:32.392Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T02:09:32.409Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:09:32.410Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-11T02:09:33.286Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T02:09:33.287Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-11T02:09:33.289Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T02:09:33.289Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "776a3232-1a4d-437f-81e5-592170c50321",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662862165827,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/resourceInstances/pnfa31c00ea84bc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-11T02:09:33.390Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-11T02:09:33.391Z||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-11T02:09:33.391Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T02:09:33.405Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:09:33.405Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-11T02:09:34.290Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T02:09:34.291Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-11T02:09:34.294Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T02:09:34.294Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "776a3232-1a4d-437f-81e5-592170c50321",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662862165827,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/resourceInstances/pnfa31c00ea84bc0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-11T02:09:34.394Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T02:09:34.395Z||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-11T02:09:34.395Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T02:09:34.412Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:09:34.413Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-11T02:09:35.295Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T02:09:35.296Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-11T02:09:35.298Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T02:09:35.298Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "776a3232-1a4d-437f-81e5-592170c50321",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662862165827,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/resourceInstances/pnfa31c00ea84bc0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-11T02:09:35.399Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-11T02:09:35.400Z||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-11T02:09:35.400Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T02:09:35.417Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:09:35.417Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-11T02:09:36.299Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T02:09:36.300Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-11T02:09:36.302Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T02:09:36.302Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "776a3232-1a4d-437f-81e5-592170c50321",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662862165827,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/artifacts/service-DemoPnfEsbkkiarxbdgjolubewx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-11T02:09:36.402Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T02:09:36.403Z||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-11T02:09:36.403Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T02:09:36.419Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:09:36.419Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-11T02:09:37.303Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-11T02:09:37.304Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-11T02:09:37.306Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T02:09:37.306Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "776a3232-1a4d-437f-81e5-592170c50321",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662862165827,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/artifacts/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar",
"status": "NOTIFIED"
}
2022-09-11T02:09:37.406Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-11T02:09:37.407Z||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-11T02:09:37.407Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T02:09:37.426Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:09:37.427Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-11T02:09:38.307Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "776a3232-1a4d-437f-81e5-592170c50321",
"serviceName": "Demo_pNF_EsbKkiARxBdgJoLUbeWx",
"serviceVersion": "1.0",
"serviceUUID": "d3e99f88-5f55-47c0-9515-9692d338ddf3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "731b4d08-184f-49f3-bfe2-562822151257",
"resources": [
{
"resourceInstanceName": "pNF a31c00ea-84bc 0",
"resourceCustomizationUUID": "c27ca208-bd18-4cc6-873e-5a570981dc84",
"resourceName": "pNF a31c00ea-84bc",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "a6bd1edc-21e2-4df0-a099-17e6cf379ddb",
"resourceInvariantUUID": "865bb6e8-b2ca-40ba-afc5-a9d04b54ebbb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/artifacts/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar",
"artifactChecksum": "MmVjZDJjYmY1MmIyODQ2NDkyZDg2YmQ5MTY1YjliZWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "072b6daa-d97e-45b2-88f1-b132e5454ebb"
}
],
"workloadContext": "Production"
}
2022-09-11T02:09:38.307Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-11T02:09:38.307Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d3e99f88-5f55-47c0-9515-9692d338ddf3 ASDC
2022-09-11T02:09:38.308Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:776a3232-1a4d-437f-81e5-592170c50321
ServiceName:Demo_pNF_EsbKkiARxBdgJoLUbeWx
ServiceVersion:1.0
ServiceUUID:d3e99f88-5f55-47c0-9515-9692d338ddf3
ServiceInvariantUUID:731b4d08-184f-49f3-bfe2-562822151257
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/artifacts/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
ArtifactUUID:072b6daa-d97e-45b2-88f1-b132e5454ebb
ArtifactChecksum:MmVjZDJjYmY1MmIyODQ2NDkyZDg2YmQ5MTY1YjliZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a31c00ea-84bc 0
ResourceCustomizationUUID:c27ca208-bd18-4cc6-873e-5a570981dc84
ResourceInvariantUUID:865bb6e8-b2ca-40ba-afc5-a9d04b54ebbb
ResourceName:pNF a31c00ea-84bc
ResourceType:PNF
ResourceUUID:a6bd1edc-21e2-4df0-a099-17e6cf379ddb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-09-11T02:09:38.309Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d3e99f88-5f55-47c0-9515-9692d338ddf3 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-11T02:09:38.352Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-11T02:09:38.353Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-11T02:09:38.353Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-11T02:09:38.353Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 072b6daa-d97e-45b2-88f1-b132e5454ebb from URL: /sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/artifacts/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
2022-09-11T02:09:38.353Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-11T02:09:38.354Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/artifacts/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
2022-09-11T02:09:38.487Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-11T02:09:38.488Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/artifacts/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar 072b6daa-d97e-45b2-88f1-b132e5454ebb 87770
2022-09-11T02:09:38.489Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/artifacts/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar ASDC sendASDCNotification
2022-09-11T02:09:38.489Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/artifacts/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
2022-09-11T02:09:38.489Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-11T02:09:38.489Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-11T02:09:38.491Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-11T02:09:38.491Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "776a3232-1a4d-437f-81e5-592170c50321",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662862178489,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/artifacts/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-11T02:09:38.592Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-11T02:09:38.592Z||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-11T02:09:38.593Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sZBPIBJdB0o895a1) ...
2022-09-11T02:09:38.620Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-11T02:09:38.620Z||pool-43-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-09-11T02:09:39.492Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-11T02:09:39.493Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-11T02:09:39.493Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 072b6daa-d97e-45b2-88f1-b132e5454ebb, URL: /sdc/v1/catalog/services/DemoPnfEsbkkiarxbdgjolubewx/1.0/artifacts/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar to file: /app/ASDC/1/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
2022-09-11T02:09:39.493Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
2022-09-11T02:09:39.494Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
2022-09-11T02:09:39.494Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
2022-09-11T02:09:39.677Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17656709547924179104/Definitions/service-DemoPnfEsbkkiarxbdgjolubewx-template.yml
2022-09-11T02:09:40.692Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-11T02:09:40.693Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-11T02:09:40.693Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
2022-09-11T02:09:40.693Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-11T02:09:40.693Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a31c00ea-84bc 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-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
2022-09-11T02:09:40.693Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||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-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
2022-09-11T02:09:40.693Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
2022-09-11T02:09:40.693Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||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-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
2022-09-11T02:09:40.693Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
2022-09-11T02:09:40.693Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
2022-09-11T02:09:40.694Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEsbkkiarxbdgjolubewx-csar.csar
2022-09-11T02:09:40.694Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-11T02:09:40.694Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T02:09:40.694Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_EsbKkiARxBdgJoLUbeWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T02:09:40.694Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||Node template pNF a31c00ea-84bc 0 is matching search criteria
2022-09-11T02:09:40.695Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-11T02:09:40.695Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a31c00ea-84bc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-11T02:09:40.695Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T02:09:40.695Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_EsbKkiARxBdgJoLUbeWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T02:09:40.696Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||Node template pNF a31c00ea-84bc 0 is matching search criteria
2022-09-11T02:09:40.696Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-11T02:09:40.696Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a31c00ea-84bc 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-11T02:09:40.696Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T02:09:40.696Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_EsbKkiARxBdgJoLUbeWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T02:09:40.696Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T02:09:40.696Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_EsbKkiARxBdgJoLUbeWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T02:09:40.696Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-11T02:09:40.697Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_EsbKkiARxBdgJoLUbeWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-11T02:09:40.697Z|776a3232-1a4d-437f-81e5-592170c50321|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive