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-21T12:23:59.866Z||main|||||INFO|500||The following profiles are active: basic
2022-09-21T12:24:11.646Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-21T12:24:11.647Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-21T12:24:11.856Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-21T12:24:15.880Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-21T12:24:16.352Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-21T12:24:16.915Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-21T12:24:16.979Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-21T12:24:17.064Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-21T12:24:17.243Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-21T12:24:17.838Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-21T12:24:19.518Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-21T12:24:22.282Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-21T12:24:22.328Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-21T12:24:22.829Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-21T12:24:22.970Z||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-21T12:24:23.664Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-21T12:24:24.609Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-21T12:24:24.720Z||main|||||WARN|500||The sdc end point is not alive
2022-09-21T12:24:27.134Z||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-21T12:24:29.346Z||main|||||WARN|500||---
2022-09-21T12:24:29.347Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-21T12:24:29.362Z||main|||||WARN|500||---
2022-09-21T12:24:30.006Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-21T12:24:34.630Z||main|||||INFO|500||Started Application in 37.776 seconds (JVM running for 39.54)
2022-09-21T12:24:34.665Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-21T12:24:34.673Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-21T12:24:34.695Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-21T12:24:34.729Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-21T12:24:34.761Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1b540391-25b7-4409-82e4-cd3b955b2015 url= /sdc/v1/artifactTypes
2022-09-21T12:24:34.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-21T12:24:34.868Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-21T12:24:34.872Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c88ab41
2022-09-21T12:24:34.873Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-21T12:24:34.885Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-21T12:24:34.888Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-21T12:24:34.893Z||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$$56d73eb0.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-21T12:25:24.625Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-21T12:25:24.625Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-21T12:25:24.626Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-21T12:25:24.630Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-21T12:25:24.634Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07ff005b-ae37-4f39-bca3-a8c56608a215 url= /sdc/v1/artifactTypes
2022-09-21T12:25:24.635Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-21T12:25:24.647Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-21T12:25:24.648Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53340d4
2022-09-21T12:25:24.648Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-21T12:25:24.649Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-21T12:25:24.649Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-21T12:25:24.650Z||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$$56d73eb0.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-21T12:26:14.625Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-21T12:26:14.626Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-21T12:26:14.626Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-21T12:26:14.630Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-21T12:26:14.641Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 282b3a74-66c2-43bf-867f-8d91d2b9e621 url= /sdc/v1/artifactTypes
2022-09-21T12:26:14.642Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-21T12:26:14.652Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-21T12:26:14.653Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30db5fe2
2022-09-21T12:26:14.654Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-21T12:26:14.654Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-21T12:26:14.654Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-21T12:26:14.655Z||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$$56d73eb0.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-21T12:27:04.624Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-21T12:27:04.626Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-21T12:27:04.626Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-21T12:27:04.629Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-21T12:27:04.636Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 27c2b74b-9406-4d08-97b4-15c63fcc56ad url= /sdc/v1/artifactTypes
2022-09-21T12:27:04.637Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-21T12:27:04.642Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-21T12:27:04.642Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@199c5dd
2022-09-21T12:27:04.643Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-21T12:27:04.643Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-21T12:27:04.644Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-21T12:27:04.644Z||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$$56d73eb0.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-21T12:27:54.626Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-21T12:27:54.626Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-21T12:27:54.627Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-21T12:27:54.652Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-21T12:27:54.657Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b6542dc6-7f7f-4e13-9330-419f004b9fe8 url= /sdc/v1/artifactTypes
2022-09-21T12:27:54.658Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-21T12:27:54.662Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-21T12:27:54.662Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6bd9804e
2022-09-21T12:27:54.662Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-21T12:27:54.663Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-21T12:27:54.664Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-21T12:27:54.664Z||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$$56d73eb0.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-21T12:28:44.627Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-21T12:28:44.628Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-21T12:28:44.640Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-21T12:28:44.643Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-21T12:28:44.647Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 27baf70b-053b-4c07-a9df-607521a14edf url= /sdc/v1/artifactTypes
2022-09-21T12:28:44.647Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-21T12:28:44.651Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-21T12:28:44.651Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ee84f45
2022-09-21T12:28:44.651Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-21T12:28:44.651Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-21T12:28:44.652Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-21T12:28:44.652Z||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$$56d73eb0.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-21T12:29:34.625Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-21T12:29:34.626Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-21T12:29:34.630Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-21T12:29:34.632Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-21T12:29:34.635Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8d029292-1eb0-48e0-9801-0fcd327d9de5 url= /sdc/v1/artifactTypes
2022-09-21T12:29:34.635Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-21T12:29:34.640Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-21T12:29:34.640Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3b1e1905
2022-09-21T12:29:34.640Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-21T12:29:34.641Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-21T12:29:34.641Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-21T12:29:34.641Z||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$$56d73eb0.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-21T12:30:24.624Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-21T12:30:24.626Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-21T12:30:24.626Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-21T12:30:24.629Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-21T12:30:24.634Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ea1af43-0f5e-40b7-8659-cd36b7ce10d7 url= /sdc/v1/artifactTypes
2022-09-21T12:30:24.635Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-21T12:30:24.640Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-21T12:30:24.641Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35d01803
2022-09-21T12:30:24.641Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-21T12:30:24.642Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-21T12:30:24.642Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-21T12:30:24.643Z||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$$56d73eb0.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-21T12:31:14.625Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-21T12:31:14.626Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-21T12:31:14.626Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-21T12:31:14.628Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-21T12:31:14.635Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dfc68182-674e-4da6-911f-c9e258e0579a url= /sdc/v1/artifactTypes
2022-09-21T12:31:14.635Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-21T12:31:14.641Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-21T12:31:14.641Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c84fd8c
2022-09-21T12:31:14.642Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-21T12:31:14.642Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-21T12:31:14.643Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-21T12:31:14.643Z||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$$56d73eb0.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-21T12:32:04.625Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-21T12:32:04.625Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-21T12:32:04.626Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-21T12:32:04.628Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-21T12:32:04.636Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f0cf3d08-be60-49a0-8bdf-50728cff01e2 url= /sdc/v1/artifactTypes
2022-09-21T12:32:04.637Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-21T12:32:04.641Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-21T12:32:04.641Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35a9a219
2022-09-21T12:32:04.642Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-21T12:32:04.642Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-21T12:32:04.643Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-21T12:32:04.643Z||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$$56d73eb0.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-21T12:32:54.625Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-21T12:32:54.625Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-21T12:32:54.625Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-21T12:32:54.627Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-21T12:32:54.654Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f1060723-ac3f-4ecb-8484-b965500170f6 url= /sdc/v1/artifactTypes
2022-09-21T12:32:54.654Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-21T12:32:54.663Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-21T12:32:54.663Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3022311a
2022-09-21T12:32:54.663Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-21T12:32:54.664Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-21T12:32:54.664Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-21T12:32:54.664Z||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$$56d73eb0.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-21T12:33:44.625Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-21T12:33:44.626Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-21T12:33:44.626Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-21T12:33:44.633Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-21T12:33:44.650Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 629e8258-a1ad-4960-ac4b-fd54d4f172f3 url= /sdc/v1/artifactTypes
2022-09-21T12:33:44.650Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-21T12:33:44.665Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-21T12:33:44.666Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ffd9f24
2022-09-21T12:33:44.666Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-21T12:33:44.667Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-21T12:33:44.667Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-21T12:33:44.668Z||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$$56d73eb0.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-21T12:34:27.966Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-21T12:34:34.625Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-21T12:34:34.625Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-21T12:34:34.626Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-21T12:34:34.628Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-21T12:34:34.633Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9675b273-fc8f-4379-88ef-dd010de12730 url= /sdc/v1/artifactTypes
2022-09-21T12:34:34.634Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-21T12:34:34.638Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-21T12:34:34.638Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45d5b8f9
2022-09-21T12:34:34.638Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-21T12:34:34.638Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-21T12:34:34.638Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-21T12:34:34.639Z||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$$56d73eb0.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-21T12:35:24.626Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-21T12:35:24.626Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-21T12:35:24.626Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-21T12:35:24.633Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-21T12:35:24.638Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c714c8c1-f93c-4d0f-91c7-226209d89e31 url= /sdc/v1/artifactTypes
2022-09-21T12:35:24.638Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-21T12:35:24.716Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-21T12:35:24.725Z||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-21T12:35:24.747Z||scheduling-1|||||DEBUG|500||create keys
2022-09-21T12:35:24.754Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-21T12:35:24.838Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:35:24.853Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 691f9d72-189e-4387-beb1-be3c580d79c2 url= /sdc/v1/registerForDistribution
2022-09-21T12:35:25.040Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 691f9d72-189e-4387-beb1-be3c580d79c2 url= /sdc/v1/registerForDistribution
2022-09-21T12:35:25.041Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-21T12:35:25.050Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:35:25.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:35:25.056Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-21T12:35:25.060Z||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-21T12:35:25.060Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:35:25.061Z||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-21T12:35:25.061Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:35:35.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:35:35.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:36:25.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:36:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:36:25.051Z||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-21T12:36:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:36:25.052Z||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-21T12:36:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:36:34.629Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:36:34.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:37:25.048Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:37:25.050Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T12:37:25.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:37:25.051Z||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-21T12:37:25.050Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T12:37:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:37:34.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:37:34.646Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:38:25.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:38:25.049Z||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-21T12:38:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:38:25.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:38:25.052Z||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-21T12:38:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:38:34.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:38:34.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:39:25.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:39:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:39:25.051Z||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-21T12:39:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:39:25.052Z||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-21T12:39:25.053Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:39:34.611Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:39:34.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:40:25.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:40:25.049Z||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-21T12:40:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:40:25.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:40:25.051Z||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-21T12:40:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:40:34.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:40:34.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:41:25.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:41:25.052Z||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-21T12:41:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:41:25.050Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:41:25.056Z||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-21T12:41:25.056Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:41:34.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:41:34.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:42:25.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:42:25.049Z||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-21T12:42:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:42:25.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:42:25.051Z||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-21T12:42:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:42:34.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:42:34.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:43:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:43:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:43:25.051Z||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-21T12:43:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:43:25.051Z||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-21T12:43:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:43:34.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:43:34.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:44:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:44:25.050Z||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-21T12:44:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:44:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:44:25.051Z||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-21T12:44:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:44:34.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:44:34.646Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:45:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:45:25.049Z||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-21T12:45:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:45:25.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:45:25.051Z||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-21T12:45:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:45:34.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:45:34.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:46:25.050Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:46:25.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:46:25.052Z||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-21T12:46:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:46:25.055Z||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-21T12:46:25.055Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:46:34.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:46:34.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:47:25.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:47:25.050Z||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-21T12:47:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:47:25.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:47:25.051Z||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-21T12:47:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:47:34.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:47:34.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:48:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:48:25.050Z||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-21T12:48:25.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:48:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:48:25.052Z||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-21T12:48:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:48:34.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:48:34.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:49:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:49:25.050Z||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-21T12:49:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:49:25.052Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:49:25.053Z||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-21T12:49:25.053Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:49:34.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:49:34.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:50:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:50:25.049Z||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-21T12:50:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:50:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:50:25.051Z||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-21T12:50:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:50:34.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:50:34.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:51:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:51:25.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T12:51:25.050Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T12:51:25.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:51:25.051Z||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-21T12:51:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:51:34.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:51:34.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:52:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:52:25.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T12:52:25.050Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T12:52:25.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:52:25.052Z||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-21T12:52:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:52:34.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:52:34.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:53:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:53:25.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T12:53:25.050Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T12:53:25.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:53:25.052Z||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-21T12:53:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:53:34.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:53:34.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:54:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:54:25.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T12:54:25.050Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T12:54:25.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:54:25.052Z||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-21T12:54:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:54:34.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:54:34.654Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:55:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:55:25.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T12:55:25.050Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T12:55:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:55:25.051Z||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-21T12:55:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:55:34.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:55:34.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:56:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:56:25.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T12:56:25.049Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T12:56:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:56:25.051Z||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-21T12:56:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:56:34.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:56:34.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:57:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:57:25.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T12:57:25.049Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T12:57:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:57:25.051Z||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-21T12:57:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:57:34.607Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:57:34.607Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:58:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:58:25.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T12:58:25.049Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T12:58:25.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:58:25.051Z||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-21T12:58:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:58:34.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:58:34.632Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:59:25.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:59:25.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T12:59:25.050Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T12:59:25.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T12:59:25.051Z||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-21T12:59:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T12:59:34.611Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T12:59:34.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:00:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:00:25.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T13:00:25.049Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T13:00:25.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:00:25.052Z||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-21T13:00:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:00:34.610Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:00:34.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:01:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:01:25.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T13:01:25.049Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T13:01:25.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:01:25.052Z||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-21T13:01:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:01:34.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:01:34.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:02:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:02:25.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T13:02:25.050Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T13:02:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:02:25.051Z||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-21T13:02:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:02:34.609Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:02:34.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:03:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:03:25.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T13:03:25.050Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T13:03:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:03:25.051Z||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-21T13:03:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:03:34.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:03:34.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:04:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:04:25.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T13:04:25.050Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T13:04:25.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:04:25.051Z||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-21T13:04:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:04:34.617Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:04:34.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:05:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:05:25.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T13:05:25.049Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T13:05:25.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:05:25.057Z||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-21T13:05:25.057Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:05:34.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:05:34.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:06:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:06:25.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T13:06:25.049Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T13:06:25.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:06:25.051Z||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-21T13:06:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:06:34.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:06:34.657Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:07:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:07:25.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T13:07:25.050Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T13:07:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:07:25.051Z||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-21T13:07:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:07:34.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:07:34.667Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:08:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:08:25.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T13:08:25.050Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T13:08:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:08:25.051Z||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-21T13:08:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:08:34.632Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:08:34.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:09:25.050Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:09:25.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T13:09:25.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:09:25.051Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T13:09:25.051Z||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-21T13:09:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:09:34.670Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:09:34.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:10:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:10:25.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T13:10:25.049Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T13:10:25.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:10:25.051Z||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-21T13:10:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:10:34.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:10:34.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:11:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:11:25.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T13:11:25.050Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T13:11:25.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:11:25.052Z||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-21T13:11:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:11:34.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:11:34.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:12:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:12:25.049Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T13:12:25.049Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T13:12:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:12:25.051Z||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-21T13:12:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:12:34.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:12:34.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:13:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:13:25.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T13:13:25.050Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T13:13:25.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:13:25.051Z||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-21T13:13:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:13:34.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:13:34.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:14:25.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:14:25.050Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-21T13:14:25.050Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sJd2gxOMLnwkxWEB) ...
2022-09-21T13:14:25.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:14:25.051Z||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-21T13:14:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:14:34.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:14:34.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:15:25.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:15:25.050Z||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-21T13:15:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:15:25.050Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:15:25.051Z||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-21T13:15:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:15:34.637Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:15:34.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:16:25.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:16:25.050Z||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-21T13:16:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:16:25.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:16:25.052Z||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-21T13:16:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:16:34.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:16:34.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:17:25.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:17:25.050Z||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-21T13:17:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:17:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:17:25.051Z||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-21T13:17:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:17:34.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:17:34.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:18:25.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:18:25.049Z||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-21T13:18:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:18:25.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:18:25.051Z||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-21T13:18:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:18:34.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:18:34.655Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:19:25.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:19:25.049Z||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-21T13:19:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:19:25.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:19:25.052Z||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-21T13:19:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:19:34.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:19:34.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:20:25.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:20:25.049Z||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-21T13:20:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:20:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:20:25.052Z||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-21T13:20:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:20:34.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:20:34.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:21:25.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:21:25.050Z||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-21T13:21:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:21:25.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:21:25.051Z||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-21T13:21:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:21:34.611Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:21:34.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:22:25.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:22:25.049Z||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-21T13:22:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:22:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:22:25.051Z||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-21T13:22:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:22:34.606Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:22:34.613Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:23:25.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:23:25.049Z||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-21T13:23:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:23:25.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:23:25.051Z||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-21T13:23:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:23:34.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:23:34.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:24:25.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:24:25.049Z||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-21T13:24:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:24:25.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:24:25.051Z||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-21T13:24:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:24:34.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:24:34.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:25:25.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:25:25.049Z||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-21T13:25:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:25:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:25:25.051Z||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-21T13:25:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:25:34.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:25:34.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:26:25.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:26:25.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:26:25.051Z||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-21T13:26:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:26:25.051Z||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-21T13:26:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:26:34.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:26:34.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:27:25.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:27:25.049Z||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-21T13:27:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:27:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:27:25.052Z||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-21T13:27:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:27:34.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:27:34.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:28:25.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:28:25.049Z||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-21T13:28:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:28:25.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:28:25.052Z||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-21T13:28:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:28:34.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:28:34.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:29:25.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:29:25.050Z||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-21T13:29:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:29:25.052Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:29:25.054Z||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-21T13:29:25.054Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:29:34.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:29:34.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:30:25.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:30:25.050Z||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-21T13:30:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:30:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:30:25.051Z||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-21T13:30:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:30:34.614Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:30:34.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:31:25.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:31:25.049Z||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-21T13:31:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:31:25.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:31:25.051Z||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-21T13:31:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:31:34.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:31:34.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:32:25.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:32:25.050Z||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-21T13:32:25.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:32:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:32:25.051Z||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-21T13:32:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:32:34.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:32:34.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:33:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:33:25.050Z||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-21T13:33:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:33:25.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:33:25.051Z||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-21T13:33:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:33:34.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:33:34.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:34:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:34:25.049Z||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-21T13:34:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:34:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:34:25.051Z||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-21T13:34:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:34:34.612Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:34:34.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:35:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:35:25.049Z||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-21T13:35:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:35:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:35:25.051Z||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-21T13:35:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:35:34.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:35:34.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:36:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:36:25.049Z||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-21T13:36:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:36:25.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:36:25.052Z||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-21T13:36:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:36:34.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:36:34.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:37:25.050Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:37:25.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:37:25.051Z||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-21T13:37:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:37:25.051Z||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-21T13:37:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:37:34.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:37:34.658Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:38:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:38:25.050Z||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-21T13:38:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:38:25.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:38:25.052Z||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-21T13:38:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:38:34.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:38:34.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:39:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:39:25.050Z||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-21T13:39:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:39:25.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:39:25.051Z||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-21T13:39:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:39:34.614Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:39:34.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:40:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:40:25.050Z||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-21T13:40:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:40:25.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:40:25.051Z||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-21T13:40:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:40:34.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:40:34.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:41:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:41:25.049Z||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-21T13:41:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:41:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:41:25.052Z||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-21T13:41:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:41:34.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:41:34.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:42:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:42:25.049Z||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-21T13:42:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:42:25.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:42:25.051Z||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-21T13:42:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:42:34.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:42:34.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:43:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:43:25.050Z||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-21T13:43:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:43:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:43:25.051Z||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-21T13:43:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:43:34.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:43:34.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:44:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:44:25.049Z||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-21T13:44:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:44:25.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:44:25.051Z||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-21T13:44:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:44:34.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:44:34.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:45:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:45:25.050Z||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-21T13:45:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:45:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:45:25.052Z||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-21T13:45:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:45:34.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:45:34.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:46:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:46:25.049Z||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-21T13:46:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:46:25.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:46:25.051Z||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-21T13:46:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:46:34.699Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:46:34.699Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:47:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:47:25.049Z||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-21T13:47:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:47:25.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:47:25.051Z||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-21T13:47:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:47:34.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:47:34.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:48:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:48:25.049Z||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-21T13:48:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:48:25.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:48:25.051Z||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-21T13:48:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:48:34.608Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:48:34.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:49:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:49:25.049Z||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-21T13:49:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:49:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:49:25.051Z||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-21T13:49:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:49:34.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:49:34.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:50:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:50:25.050Z||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-21T13:50:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:50:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:50:25.051Z||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-21T13:50:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:50:34.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:50:34.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:51:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:51:25.049Z||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-21T13:51:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:51:25.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:51:25.051Z||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-21T13:51:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:51:34.610Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:51:34.610Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:52:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:52:25.050Z||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-21T13:52:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:52:25.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:52:25.051Z||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-21T13:52:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:52:34.606Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:52:34.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:53:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:53:25.049Z||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-21T13:53:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:53:25.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:53:25.051Z||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-21T13:53:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:53:34.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:53:34.671Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:54:25.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:54:25.050Z||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-21T13:54:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:54:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:54:25.052Z||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-21T13:54:25.053Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:54:34.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:54:34.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:55:25.050Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:55:25.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:55:25.052Z||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-21T13:55:25.053Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:55:25.052Z||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-21T13:55:25.053Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:55:34.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:55:34.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:56:25.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:56:25.050Z||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-21T13:56:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:56:25.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:56:25.051Z||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-21T13:56:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:56:34.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:56:34.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:57:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:57:25.049Z||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-21T13:57:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:57:25.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:57:25.051Z||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-21T13:57:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:57:34.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:57:34.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:58:25.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:58:25.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:58:25.051Z||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-21T13:58:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:58:25.051Z||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-21T13:58:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:58:34.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:58:34.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:59:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:59:25.049Z||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-21T13:59:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:59:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T13:59:25.052Z||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-21T13:59:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T13:59:34.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T13:59:34.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:00:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:00:25.049Z||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-21T14:00:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:00:25.052Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:00:25.053Z||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-21T14:00:25.053Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:00:34.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:00:34.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:01:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:01:25.049Z||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-21T14:01:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:01:25.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:01:25.052Z||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-21T14:01:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:01:34.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:01:34.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:02:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:02:25.049Z||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-21T14:02:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:02:25.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:02:25.051Z||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-21T14:02:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:02:34.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:02:34.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:03:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:03:25.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:03:25.051Z||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-21T14:03:25.051Z||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-21T14:03:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:03:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:03:34.653Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:03:34.663Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:04:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:04:25.049Z||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-21T14:04:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:04:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:04:25.051Z||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-21T14:04:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:04:34.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:04:34.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:05:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:05:25.050Z||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-21T14:05:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:05:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:05:25.052Z||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-21T14:05:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:05:34.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:05:34.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:06:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:06:25.049Z||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-21T14:06:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:06:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:06:25.051Z||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-21T14:06:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:06:34.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:06:34.712Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:07:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:07:25.049Z||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-21T14:07:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:07:25.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:07:25.051Z||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-21T14:07:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:07:34.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:07:34.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:08:25.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:08:25.050Z||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-21T14:08:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:08:25.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:08:25.051Z||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-21T14:08:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:08:34.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:08:34.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:09:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:09:25.049Z||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-21T14:09:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:09:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:09:25.052Z||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-21T14:09:25.053Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:09:34.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:09:34.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:10:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:10:25.049Z||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-21T14:10:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:10:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:10:25.051Z||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-21T14:10:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:10:34.659Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:10:34.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:11:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:11:25.049Z||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-21T14:11:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:11:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:11:25.051Z||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-21T14:11:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:11:34.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:11:34.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:12:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:12:25.049Z||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-21T14:12:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:12:25.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:12:25.051Z||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-21T14:12:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:12:34.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:12:34.604Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:13:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:13:25.049Z||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-21T14:13:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:13:25.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:13:25.051Z||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-21T14:13:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:13:34.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:13:34.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:14:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:14:25.049Z||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-21T14:14:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:14:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:14:25.052Z||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-21T14:14:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:14:34.610Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:14:34.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:15:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:15:25.049Z||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-21T14:15:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:15:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:15:25.051Z||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-21T14:15:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:15:34.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:15:34.651Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:16:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:16:25.049Z||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-21T14:16:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:16:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:16:25.051Z||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-21T14:16:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:16:34.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:16:34.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:17:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:17:25.049Z||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-21T14:17:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:17:25.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:17:25.051Z||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-21T14:17:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:17:34.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:17:34.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:18:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:18:25.050Z||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-21T14:18:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:18:25.051Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:18:25.051Z||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-21T14:18:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:18:34.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:18:34.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:19:25.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:19:25.049Z||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-21T14:19:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:19:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:19:25.051Z||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-21T14:19:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:19:34.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:19:34.644Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:20:25.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:20:25.050Z||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-21T14:20:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:20:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:20:25.051Z||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-21T14:20:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:20:34.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:20:34.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:21:25.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:21:25.049Z||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-21T14:21:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:21:25.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:21:25.051Z||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-21T14:21:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:21:34.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:21:34.667Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:22:25.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:22:25.049Z||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-21T14:22:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:22:25.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:22:25.052Z||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-21T14:22:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:22:34.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:22:34.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:23:25.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:23:25.049Z||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-21T14:23:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:23:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:23:25.052Z||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-21T14:23:25.053Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:23:34.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:23:34.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:24:25.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:24:25.049Z||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-21T14:24:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:24:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:24:25.051Z||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-21T14:24:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:24:34.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:24:34.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:25:25.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:25:25.049Z||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-21T14:25:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:25:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:25:25.051Z||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-21T14:25:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:25:34.610Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:25:34.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:26:25.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:26:25.049Z||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-21T14:26:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:26:25.052Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:26:25.053Z||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-21T14:26:25.053Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:26:34.675Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:26:34.676Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:25.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:27:25.050Z||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-21T14:27:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:25.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:27:25.051Z||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-21T14:27:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:25.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:25.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:25.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"994cf65f-14d4-498c-a336-aa73ab2a22eb","serviceName":"basic_onboard_AVJULo","serviceVersion":"1.0","serviceUUID":"80378610-5c30-4204-8435-6763abac3a22","serviceDescription":"service","serviceInvariantUUID":"c187c293-8fef-4f30-a978-73d134f3e237","resources":[{"resourceInstanceName":"basic_onboard_AVJULo 0","resourceName":"basic_onboard_AVJULo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe65c029-6cea-4d5b-9a3d-308222f4af31","resourceInvariantUUID":"3bf968d4-4f4f-4277-9ac2-e50b34f80dde","resourceCustomizationUUID":"5f854cb4-ca32-4c50-99c9-560a87a377da","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/vf-license-model.xml","artifactChecksum":"ZDAxZjAxOTdkNWU5MThmZjE1ZTIyMzdkZjJiZTVhZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b7efb75-ab33-43b0-82f7-5671e4730eaf","artifactVersion":"1"},{"artifactName":"basic_onboard_avjulo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json","artifactChecksum":"ODU4MzE5MzEwMzkzMTMyNjUzNTYwNDQ2ZTg0NzEyNTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a55fcc6d-2330-4958-88cb-22b63513080c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4c5817bb-c1ec-4bf9-965f-b317ebff62ec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"52e15851-5f42-4903-8ec0-521dc9f39150","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"55dbe55e-5040-4389-9692-155dbe74a6a0","artifactVersion":"2","generatedFromUUID":"4c5817bb-c1ec-4bf9-965f-b317ebff62ec"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAvjulo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-template.yml","artifactChecksum":"MmRiNjU0NDFlNjY3MTI1YzdkY2Y2MjRmZGNiNjFmNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ddc789a-d9b1-4858-b45e-3fffce2ab76d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAvjulo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar","artifactChecksum":"Njg4NWY5MzcyYjVmYTJjN2EyMjdhMDExNzY4YTdkYjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35967913-3dcf-4cea-9926-d608bf588363","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-21T14:27:25.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770406263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.700Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:27:25.707Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:27:25.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "cds",
"timestamp": 1663770397162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770406263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json",
"status": "NOTIFIED"
}
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "cds",
"timestamp": 1663770397162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770406263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "cds",
"timestamp": 1663770397162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770405915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770406263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "cds",
"timestamp": 1663770397162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770405915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770406263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "cds",
"timestamp": 1663770397162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770405915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "aai-ml",
"timestamp": 1663770419019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770406263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "cds",
"timestamp": 1663770397162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770405915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "aai-ml",
"timestamp": 1663770419019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770406263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "cds",
"timestamp": 1663770397162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770405915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "aai-ml",
"timestamp": 1663770419019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770422396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "cds",
"timestamp": 1663770413664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770405915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "aai-ml",
"timestamp": 1663770419019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770405915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770423476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "aai-ml",
"timestamp": 1663770419019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770424540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770413716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "aai-ml",
"timestamp": 1663770419019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:25.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770425676,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-09-21T14:27:25.726Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:27:25.727Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770445048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-21T14:27:25.827Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-21T14:27:25.831Z||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-21T14:27:25.831Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
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-21T14:27:25.852Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:25.853Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-21T14:27:25.885Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 994cf65f-14d4-498c-a336-aa73ab2a22eb
2022-09-21T14:27:25.908Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 994cf65f-14d4-498c-a336-aa73ab2a22eb 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-21T14:27:25.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "aai-ml",
"timestamp": 1663770419019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:27:25.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:27:25.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770426680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-21T14:27:25.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:27:25.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "aai-ml",
"timestamp": 1663770426884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:27:25.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:27:25.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "aai-ml",
"timestamp": 1663770427932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-21T14:27:25.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:27:25.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "aai-ml",
"timestamp": 1663770428970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-21T14:27:25.935Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:27:25.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770418454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-21T14:27:25.935Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:27:25.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "aai-ml",
"timestamp": 1663770429976,
"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-21T14:27:25.953Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 994cf65f-14d4-498c-a336-aa73ab2a22eb
2022-09-21T14:27:25.953Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 994cf65f-14d4-498c-a336-aa73ab2a22eb 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-21T14:27:25.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:27:25.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770419459,
"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-21T14:27:25.972Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 994cf65f-14d4-498c-a336-aa73ab2a22eb
2022-09-21T14:27:25.972Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 994cf65f-14d4-498c-a336-aa73ab2a22eb 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-21T14:27:26.736Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:27:26.736Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:27:26.738Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:27:26.738Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770445048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json",
"status": "NOTIFIED"
}
2022-09-21T14:27:26.838Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:27:26.839Z||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-21T14:27:26.839Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:26.853Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:26.854Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-21T14:27:27.738Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:27:27.740Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:27:27.742Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:27:27.742Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770445048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-21T14:27:27.842Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:27:27.843Z||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-21T14:27:27.843Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:27.859Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:27.860Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:27:28.742Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:27:28.743Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:27:28.746Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:27:28.746Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770445048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:28.846Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:27:28.847Z||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-21T14:27:28.847Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:28.865Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:28.866Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:27:29.747Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:27:29.749Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:27:29.752Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:27:29.752Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770445048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-21T14:27:29.851Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-21T14:27:29.852Z||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-21T14:27:29.852Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:29.893Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:29.894Z||pool-7-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:27:30.753Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:27:30.754Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:27:30.757Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:27:30.757Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770445048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:27:30.857Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:27:30.858Z||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-21T14:27:30.859Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:30.871Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:30.872Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-21T14:27:31.758Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:27:31.759Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:27:31.761Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:27:31.761Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770445048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:27:31.865Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-21T14:27:31.865Z||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-21T14:27:31.865Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:31.878Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:31.878Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-09-21T14:27:32.763Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"serviceName": "basic_onboard_AVJULo",
"serviceVersion": "1.0",
"serviceUUID": "80378610-5c30-4204-8435-6763abac3a22",
"serviceDescription": "service",
"serviceInvariantUUID": "c187c293-8fef-4f30-a978-73d134f3e237",
"resources": [
{
"resourceInstanceName": "basic_onboard_AVJULo 0",
"resourceCustomizationUUID": "5f854cb4-ca32-4c50-99c9-560a87a377da",
"resourceName": "basic_onboard_AVJULo",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fe65c029-6cea-4d5b-9a3d-308222f4af31",
"resourceInvariantUUID": "3bf968d4-4f4f-4277-9ac2-e50b34f80dde",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_avjulo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json",
"artifactChecksum": "ODU4MzE5MzEwMzkzMTMyNjUzNTYwNDQ2ZTg0NzEyNTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a55fcc6d-2330-4958-88cb-22b63513080c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4c5817bb-c1ec-4bf9-965f-b317ebff62ec",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "55dbe55e-5040-4389-9692-155dbe74a6a0",
"generatedFromUUID": "4c5817bb-c1ec-4bf9-965f-b317ebff62ec"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "55dbe55e-5040-4389-9692-155dbe74a6a0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAvjulo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"artifactChecksum": "Njg4NWY5MzcyYjVmYTJjN2EyMjdhMDExNzY4YTdkYjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "35967913-3dcf-4cea-9926-d608bf588363"
}
],
"workloadContext": "Production"
}
2022-09-21T14:27:32.764Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-21T14:27:32.765Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 80378610-5c30-4204-8435-6763abac3a22 ASDC
2022-09-21T14:27:32.850Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:994cf65f-14d4-498c-a336-aa73ab2a22eb
ServiceName:basic_onboard_AVJULo
ServiceVersion:1.0
ServiceUUID:80378610-5c30-4204-8435-6763abac3a22
ServiceInvariantUUID:c187c293-8fef-4f30-a978-73d134f3e237
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAvjulo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar
ArtifactUUID:35967913-3dcf-4cea-9926-d608bf588363
ArtifactChecksum:Njg4NWY5MzcyYjVmYTJjN2EyMjdhMDExNzY4YTdkYjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_AVJULo 0
ResourceCustomizationUUID:5f854cb4-ca32-4c50-99c9-560a87a377da
ResourceInvariantUUID:3bf968d4-4f4f-4277-9ac2-e50b34f80dde
ResourceName:basic_onboard_AVJULo
ResourceType:VF
ResourceUUID:fe65c029-6cea-4d5b-9a3d-308222f4af31
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_avjulo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json
ArtifactUUID:a55fcc6d-2330-4958-88cb-22b63513080c
ArtifactChecksum:ODU4MzE5MzEwMzkzMTMyNjUzNTYwNDQ2ZTg0NzEyNTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4c5817bb-c1ec-4bf9-965f-b317ebff62ec
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env
ArtifactUUID:55dbe55e-5040-4389-9692-155dbe74a6a0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env
ArtifactUUID:55dbe55e-5040-4389-9692-155dbe74a6a0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-21T14:27:32.850Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 80378610-5c30-4204-8435-6763abac3a22 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-21T14:27:32.901Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-21T14:27:32.903Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-21T14:27:32.904Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-21T14:27:32.905Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 35967913-3dcf-4cea-9926-d608bf588363 from URL: /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:32.905Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-21T14:27:32.906Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:32.966Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-21T14:27:32.985Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar 35967913-3dcf-4cea-9926-d608bf588363 75229
2022-09-21T14:27:32.986Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar ASDC sendASDCNotification
2022-09-21T14:27:32.986Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:32.988Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-21T14:27:32.989Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:27:32.991Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:27:32.991Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770452985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:27:33.091Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:27:33.092Z||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-21T14:27:33.092Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:33.108Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:33.108Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:27:33.991Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-21T14:27:33.993Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-21T14:27:33.993Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 35967913-3dcf-4cea-9926-d608bf588363, URL: /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar to file: /app/ASDC/1/service-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:33.994Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:34.072Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:34.073Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:34.431Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17668900713977821016/Definitions/service-BasicOnboardAvjulo-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-09-21T14:27:35.569Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-21T14:27:35.572Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-21T14:27:35.573Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:35.573Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-21T14:27:35.573Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:35.573Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AVJULo 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-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:35.573Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:35.573Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:35.573Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:35.573Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:35.573Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:35.573Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-21T14:27:35.582Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:35.584Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:27:35.588Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_AVJULo 0 is matching search criteria
2022-09-21T14:27:35.589Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-21T14:27:35.590Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_AVJULo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-21T14:27:35.591Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:35.591Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:27:35.592Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_AVJULo 0 is matching search criteria
2022-09-21T14:27:35.592Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-21T14:27:35.592Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_AVJULo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-21T14:27:35.592Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:35.592Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:27:35.595Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:35.595Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_AVJULo 0 is not matching search criteria
2022-09-21T14:27:35.595Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-21T14:27:35.595Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-21T14:27:35.595Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-21T14:27:35.595Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-21T14:27:35.596Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-21T14:27:35.596Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:35.596Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-21T14:27:35.597Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:35.597Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_AVJULo 0 is matching search criteria
2022-09-21T14:27:35.597Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_AVJULo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-21T14:27:35.597Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:35.597Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_AVJULo 0 is matching search criteria
2022-09-21T14:27:35.597Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_AVJULo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-21T14:27:35.598Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:35.598Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_AVJULo 0 is matching search criteria
2022-09-21T14:27:35.598Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_AVJULo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-21T14:27:35.598Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:35.598Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_AVJULo 0 is not matching search criteria
2022-09-21T14:27:35.598Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-21T14:27:35.598Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-21T14:27:35.598Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=804a5c59-e3cc-471c-8353-485d121d37c6
2022-09-21T14:27:35.598Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:35.598Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:27:35.599Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:35.599Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:27:35.599Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:35.599Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:27:35.599Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:35.599Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:27:35.599Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_AVJULo
Description:service
Model UUID:80378610-5c30-4204-8435-6763abac3a22
Model Version:NULL
Model InvariantUuid:c187c293-8fef-4f30-a978-73d134f3e237
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_AVJULo
Model UUID:fa469cf7-9318-4e4f-ae47-0595132d7367
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3bf968d4-4f4f-4277-9ac2-e50b34f80dde
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5f854cb4-ca32-4c50-99c9-560a87a377da
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1fbe5534-8300-4a0c-a512-780789719e96
ModelName:BasicOnboardAvjulo..base_ubuntu18..module-0
ModelUuid:d5d6a567-bc55-4d2a-bfb0-faa794a31cbf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:804a5c59-e3cc-471c-8353-485d121d37c6
ModelInvariantUuid:8d05a2ef-2e32-4bab-b167-2678ca633104
ModelName:basic_onboard_AVJULo-nodes.ubuntu18Cvfc
ModelUuid:b5ecf6ce-b716-47cc-b1b2-b81491bb89c8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:29060f4b-ef66-48a1-bc75-0cc13b667fde
ModelInvariantUuid:81006820-f23e-46a2-b335-78629f6ed4d0
ModelName:BasicOnboardAvjulo.compute.nodes.heat.ubuntu18
ModelUuid:2328494b-884c-4952-a805-91b99d37f422
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-21T14:27:35.626Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: fe65c029-6cea-4d5b-9a3d-308222f4af31
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-21T14:27:35.700Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||basic_onboard_AVJULo 0
2022-09-21T14:27:35.705Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe65c029-6cea-4d5b-9a3d-308222f4af31
2022-09-21T14:27:35.706Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a55fcc6d-2330-4958-88cb-22b63513080c from URL: /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json
2022-09-21T14:27:35.706Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-21T14:27:35.706Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json
2022-09-21T14:27:35.760Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-21T14:27:35.761Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json a55fcc6d-2330-4958-88cb-22b63513080c 798
2022-09-21T14:27:35.761Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json ASDC sendASDCNotification
2022-09-21T14:27:35.761Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json
2022-09-21T14:27:35.761Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-21T14:27:35.761Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:27:35.763Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:27:35.764Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770455761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:27:35.864Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:27:35.865Z||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-21T14:27:35.865Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:35.884Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:35.885Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-21T14:27:36.765Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAvjulo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1fbe5534-8300-4a0c-a512-780789719e96",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d5d6a567-bc55-4d2a-bfb0-faa794a31cbf",
"vfModuleModelCustomizationUUID": "20ec27fe-b689-43ec-8ce5-21b936ea33b0",
"isBase": true,
"artifacts": [
"4c5817bb-c1ec-4bf9-965f-b317ebff62ec",
"55dbe55e-5040-4389-9692-155dbe74a6a0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-21T14:27:36.776Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAvjulo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5d6a567-bc55-4d2a-bfb0-faa794a31cbf
VfModuleModelInvariantUUID:1fbe5534-8300-4a0c-a512-780789719e96
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c5817bb-c1ec-4bf9-965f-b317ebff62ec
,
55dbe55e-5040-4389-9692-155dbe74a6a0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-21T14:27:36.778Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAvjulo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1fbe5534-8300-4a0c-a512-780789719e96",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d5d6a567-bc55-4d2a-bfb0-faa794a31cbf",
"vfModuleModelCustomizationUUID": "20ec27fe-b689-43ec-8ce5-21b936ea33b0",
"isBase": true,
"artifacts": [
"4c5817bb-c1ec-4bf9-965f-b317ebff62ec",
"55dbe55e-5040-4389-9692-155dbe74a6a0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-21T14:27:36.778Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAvjulo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5d6a567-bc55-4d2a-bfb0-faa794a31cbf
VfModuleModelInvariantUUID:1fbe5534-8300-4a0c-a512-780789719e96
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c5817bb-c1ec-4bf9-965f-b317ebff62ec
,
55dbe55e-5040-4389-9692-155dbe74a6a0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-21T14:27:36.778Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4c5817bb-c1ec-4bf9-965f-b317ebff62ec from URL: /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml
2022-09-21T14:27:36.778Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-21T14:27:36.779Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml
2022-09-21T14:27:36.830Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-21T14:27:36.830Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml 4c5817bb-c1ec-4bf9-965f-b317ebff62ec 5033
2022-09-21T14:27:36.831Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-21T14:27:36.831Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml
2022-09-21T14:27:36.831Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-21T14:27:36.831Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:27:36.833Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:27:36.833Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770456831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:27:36.933Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:27:36.934Z||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-21T14:27:36.934Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:36.946Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:36.946Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:27:37.833Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55dbe55e-5040-4389-9692-155dbe74a6a0 from URL: /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env
2022-09-21T14:27:37.834Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-21T14:27:37.834Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env
2022-09-21T14:27:37.897Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-21T14:27:37.898Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env 55dbe55e-5040-4389-9692-155dbe74a6a0 909
2022-09-21T14:27:37.898Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-21T14:27:37.898Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env
2022-09-21T14:27:37.898Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-21T14:27:37.898Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:27:37.899Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:27:37.900Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770457898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:27:38.000Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:27:38.001Z||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-21T14:27:38.001Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:38.014Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:38.015Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:27:38.900Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 80378610-5c30-4204-8435-6763abac3a22
2022-09-21T14:27:38.901Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AVJULo 0 fe65c029-6cea-4d5b-9a3d-308222f4af31 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-21T14:27:38.948Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13968916, org.onap.sdc.toscaparser.api.parameters.Input@22d1dc8c, org.onap.sdc.toscaparser.api.parameters.Input@396362f0, org.onap.sdc.toscaparser.api.parameters.Input@3d96ba6a, org.onap.sdc.toscaparser.api.parameters.Input@1aef4af7]
2022-09-21T14:27:38.952Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:38.953Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:27:38.953Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-09-21T14:27:38.953Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5f854cb4-ca32-4c50-99c9-560a87a377da
2022-09-21T14:27:38.953Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f854cb4-ca32-4c50-99c9-560a87a377da matches Tosca VF Customization UUID: 5f854cb4-ca32-4c50-99c9-560a87a377da
2022-09-21T14:27:38.953Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5f854cb4-ca32-4c50-99c9-560a87a377da 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-21T14:27:38.963Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:38.963Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:27:38.965Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5f854cb4-ca32-4c50-99c9-560a87a377da: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-21T14:27:38.965Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e088910
2022-09-21T14:27:38.965Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:38.965Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-21T14:27:38.966Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 20ec27fe-b689-43ec-8ce5-21b936ea33b0
2022-09-21T14:27:38.967Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 20ec27fe-b689-43ec-8ce5-21b936ea33b0
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-21T14:27:38.976Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:38.976Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_AVJULo 0 is matching search criteria
2022-09-21T14:27:38.976Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_AVJULo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-21T14:27:38.977Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:38.977Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_AVJULo 0 is matching search criteria
2022-09-21T14:27:38.978Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_AVJULo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-21T14:27:38.978Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:38.978Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_AVJULo 0 is not matching search criteria
2022-09-21T14:27:38.978Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-21T14:27:38.978Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-21T14:27:38.978Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=804a5c59-e3cc-471c-8353-485d121d37c6
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-21T14:27:38.991Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:38.991Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_AVJULo 0 is matching search criteria
2022-09-21T14:27:38.991Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_AVJULo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-21T14:27:38.992Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:38.992Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_AVJULo 0 is matching search criteria
2022-09-21T14:27:38.992Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_AVJULo 0] matching following query criteria: sdcType=VF, customizationUUID=5f854cb4-ca32-4c50-99c9-560a87a377da
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-21T14:27:38.994Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:38.995Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:27:38.995Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 80378610-5c30-4204-8435-6763abac3a22: basic_onboard_AVJULo
2022-09-21T14:27:38.995Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:38.995Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:27:38.995Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:38.995Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:27:38.995Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:38.995Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:27:38.996Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:38.996Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:27:38.996Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:27:38.996Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_AVJULo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:27:38.996Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_AVJULo
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-21T14:27:39.223Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AVJULo fe65c029-6cea-4d5b-9a3d-308222f4af31 1 ASDC deployResourceStructure
2022-09-21T14:27:39.223Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json ASDC sendASDCNotification
2022-09-21T14:27:39.224Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json
2022-09-21T14:27:39.224Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-21T14:27:39.224Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:27:39.225Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:27:39.225Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770459223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-21T14:27:39.326Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:27:39.326Z||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-21T14:27:39.326Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:39.344Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:39.344Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:27:40.227Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-21T14:27:40.227Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml
2022-09-21T14:27:40.227Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-21T14:27:40.228Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:27:40.230Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:27:40.230Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770460227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-21T14:27:40.330Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:27:40.331Z||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-21T14:27:40.331Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:40.343Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:40.344Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:27:41.231Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-21T14:27:41.231Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env
2022-09-21T14:27:41.231Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-21T14:27:41.232Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:27:41.233Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:27:41.234Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770461231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-21T14:27:41.334Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:27:41.335Z||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-21T14:27:41.336Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:41.351Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:41.352Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-21T14:27:42.234Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar ASDC sendASDCNotification
2022-09-21T14:27:42.235Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar
2022-09-21T14:27:42.235Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-21T14:27:42.235Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:27:42.237Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:27:42.237Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770462234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-21T14:27:42.337Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:27:42.338Z||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-21T14:27:42.338Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:27:42.354Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:27:42.354Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:27:43.238Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 994cf65f-14d4-498c-a336-aa73ab2a22eb
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-21T14:27:43.265Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 994cf65f-14d4-498c-a336-aa73ab2a22eb
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-21T14:27:43.270Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-21T14:27:43.271Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-21T14:27:43.271Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-21T14:27:43.271Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-21T14:27:43.271Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-21T14:27:43.271Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-21T14:27:43.278Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-21T14:28:13.279Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 994cf65f-14d4-498c-a336-aa73ab2a22eb 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-21T14:28:13.292Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 994cf65f-14d4-498c-a336-aa73ab2a22eb and serviceModelVersionId: 80378610-5c30-4204-8435-6763abac3a22
2022-09-21T14:28:13.293Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c187c293-8fef-4f30-a978-73d134f3e237
2022-09-21T14:28:22.732Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c187c293-8fef-4f30-a978-73d134f3e237/model-vers/model-ver/80378610-5c30-4204-8435-6763abac3a22?depth=0
2022-09-21T14:28:22.824Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-21T14:28:23.225Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c187c293-8fef-4f30-a978-73d134f3e237/model-vers/model-ver/80378610-5c30-4204-8435-6763abac3a22?depth=0|INFO|500||Invoke
2022-09-21T14:28:23.233Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c187c293-8fef-4f30-a978-73d134f3e237/model-vers/model-ver/80378610-5c30-4204-8435-6763abac3a22?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c187c293-8fef-4f30-a978-73d134f3e237/model-vers/model-ver/80378610-5c30-4204-8435-6763abac3a22?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[994cf65f-14d4-498c-a336-aa73ab2a22eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4c752de-04fa-4797-94ab-0dfed39e71e6], X-ECOMP-RequestID=[994cf65f-14d4-498c-a336-aa73ab2a22eb], X-TransactionId=[], X-ONAP-RequestID=[994cf65f-14d4-498c-a336-aa73ab2a22eb], Content-Type=[application/merge-patch+json]}
2022-09-21T14:28:23.251Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c187c293-8fef-4f30-a978-73d134f3e237/model-vers/model-ver/80378610-5c30-4204-8435-6763abac3a22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-21T14:28:23.277Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c187c293-8fef-4f30-a978-73d134f3e237/model-vers/model-ver/80378610-5c30-4204-8435-6763abac3a22?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/c187c293-8fef-4f30-a978-73d134f3e237/model-vers/model-ver/80378610-5c30-4204-8435-6763abac3a22?depth=0 has http status code:503 and response headers:{date=[Wed, 21 Sep 2022 14:28:22 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-21T14:28:23.279Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c187c293-8fef-4f30-a978-73d134f3e237/model-vers/model-ver/80378610-5c30-4204-8435-6763abac3a22?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-21T14:28:23.280Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/c187c293-8fef-4f30-a978-73d134f3e237/model-vers/model-ver/80378610-5c30-4204-8435-6763abac3a22?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-21T14:28:23.292Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=994cf65f-14d4-498c-a336-aa73ab2a22eb upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-21T14:28:23.293Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=994cf65f-14d4-498c-a336-aa73ab2a22eb 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-21T14:28:23.293Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=994cf65f-14d4-498c-a336-aa73ab2a22eb upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-21T14:28:23.293Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=994cf65f-14d4-498c-a336-aa73ab2a22eb 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-21T14:28:23.300Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-21T14:28:23.301Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 994cf65f-14d4-498c-a336-aa73ab2a22eb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=994cf65f-14d4-498c-a336-aa73ab2a22eb upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-21T14:28:23.302Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-21T14:28:23.302Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:28:23.304Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:28:23.304Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770503301,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d994cf65f-14d4-498c-a336-aa73ab2a22eb upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-21T14:28:23.404Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:28:23.405Z||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-21T14:28:23.406Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:28:23.428Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:28:23.429Z||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-21T14:28:25.048Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:28:25.049Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|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-21T14:28:25.049Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:28:25.051Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:28:25.051Z||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-21T14:28:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:28:25.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:28:25.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-21T14:28:25.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770445048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:28:25.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-21T14:28:34.625Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:25.048Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:29:25.050Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|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-21T14:29:25.050Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:29:25.051Z||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-21T14:29:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:25.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:25.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770445048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json",
"status": "NOTIFIED"
}
2022-09-21T14:29:25.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:29:25.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770445048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-21T14:29:25.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:29:25.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770445048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:29:25.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:29:25.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770445048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-21T14:29:25.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:29:25.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770445048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:29:25.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:29:25.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770445048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:29:25.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:29:25.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770452985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:29:25.092Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:29:25.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770455761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:29:25.093Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:29:25.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770456831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:29:25.093Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:29:25.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770457898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:29:25.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:29:25.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770459223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/basic_onboard_avjulo0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-21T14:29:25.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:29:25.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770460227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-21T14:29:25.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:29:25.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770461231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/resourceInstances/basic_onboard_avjulo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-21T14:29:25.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:29:25.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770462234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAvjulo/1.0/artifacts/service-BasicOnboardAvjulo-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-21T14:29:25.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:29:25.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "994cf65f-14d4-498c-a336-aa73ab2a22eb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770503301,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d994cf65f-14d4-498c-a336-aa73ab2a22eb upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-21T14:29:25.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:29:25.683Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:25.684Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-21T14:29:25.684Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1c7846a-6804-429d-aab5-5036b72b3b66","serviceName":"vFW 2022-09-21 14-28-05","serviceVersion":"1.0","serviceUUID":"ad40123b-911e-4cbc-af95-a893bbdf58e4","serviceDescription":"catalog service description","serviceInvariantUUID":"73e56f16-f600-4d56-8ffa-b4bbee0ce10e","resources":[{"resourceInstanceName":"vFW 2d5174a6-9e03 0","resourceName":"vFW 2d5174a6-9e03","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"89b19e14-e78c-4545-a7af-92b25bececd9","resourceInvariantUUID":"01af29d0-4443-48df-9276-2fc5f80ea58f","resourceCustomizationUUID":"e02ca6f6-c9ae-4f63-952e-2c42b15f7ccc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vf-license-model.xml","artifactChecksum":"OGI1OTEzZjExZWEzZmE3MmM4MWFjNzk0MTI4N2Y1Yzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77e56dca-151b-4a0d-ac9b-2eddb9482c78","artifactVersion":"1"},{"artifactName":"vfw2d5174a69e030_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json","artifactChecksum":"YmMzMzM2MDQ2ZGIxNjEzMzQ1Yzk3YTVhMDkxMzUzMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd585e1d-246d-47e5-b2c5-6bf07428b14f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5255ef6c-0c8a-4e49-aed1-24544f5ea472","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vendor-license-model.xml","artifactChecksum":"NTVkYTdkMWU3OTc3NDc2NmQ1NzMyY2U5NGQ0OTQ3NzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e5a1dcd6-c0f0-4257-a689-5fd4df9f19f1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"297651e8-7cd9-438f-96ba-a6133abecfc8","artifactVersion":"2","generatedFromUUID":"5255ef6c-0c8a-4e49-aed1-24544f5ea472"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220921142805-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-template.yml","artifactChecksum":"NzBmZGE5ZTQyZjMxYmExMDlkZTFmNTVhMGUzMDRjMGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a877178-9095-4641-b9a5-0359979e0cde","artifactVersion":"1"},{"artifactName":"service-Vfw20220921142805-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar","artifactChecksum":"OTY4MTlhN2EzM2JiYjJmZGRhYjBmYjQxMWU1N2FlZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c18351b3-3c83-4c2d-a44b-c434f3fc0e1c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-21T14:29:25.687Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:29:25.688Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:29:25.690Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:29:25.690Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770565048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:29:25.791Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-21T14:29:25.792Z||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-21T14:29:25.792Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:25.810Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:25.811Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:29:26.691Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:29:26.692Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:29:26.694Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:29:26.694Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770565048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json",
"status": "NOTIFIED"
}
2022-09-21T14:29:26.794Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-21T14:29:26.796Z||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-21T14:29:26.796Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:26.811Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:26.812Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:29:27.695Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:29:27.696Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:29:27.697Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:29:27.697Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770565048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-21T14:29:27.797Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:29:27.798Z||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-21T14:29:27.799Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:27.812Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:27.813Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:29:28.698Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:29:28.699Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:29:28.701Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:29:28.701Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770565048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:29:28.802Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-21T14:29:28.803Z||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-21T14:29:28.803Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:28.815Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:28.815Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:29:29.702Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:29:29.704Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:29:29.705Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:29:29.706Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770565048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-21T14:29:29.806Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:29:29.807Z||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-21T14:29:29.808Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:29.825Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:29.826Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-21T14:29:30.706Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:29:30.706Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:29:30.708Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:29:30.708Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770565048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:29:30.808Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:29:30.810Z||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-21T14:29:30.810Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:30.825Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:30.825Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:29:31.708Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:29:31.709Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:29:31.711Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:29:31.711Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770565048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:29:31.811Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:29:31.813Z||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-21T14:29:31.813Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:31.828Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:31.829Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:29:32.712Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"serviceName": "vFW 2022-09-21 14-28-05",
"serviceVersion": "1.0",
"serviceUUID": "ad40123b-911e-4cbc-af95-a893bbdf58e4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "73e56f16-f600-4d56-8ffa-b4bbee0ce10e",
"resources": [
{
"resourceInstanceName": "vFW 2d5174a6-9e03 0",
"resourceCustomizationUUID": "e02ca6f6-c9ae-4f63-952e-2c42b15f7ccc",
"resourceName": "vFW 2d5174a6-9e03",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "89b19e14-e78c-4545-a7af-92b25bececd9",
"resourceInvariantUUID": "01af29d0-4443-48df-9276-2fc5f80ea58f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2d5174a69e030_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json",
"artifactChecksum": "YmMzMzM2MDQ2ZGIxNjEzMzQ1Yzk3YTVhMDkxMzUzMTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fd585e1d-246d-47e5-b2c5-6bf07428b14f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5255ef6c-0c8a-4e49-aed1-24544f5ea472",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "297651e8-7cd9-438f-96ba-a6133abecfc8",
"generatedFromUUID": "5255ef6c-0c8a-4e49-aed1-24544f5ea472"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "297651e8-7cd9-438f-96ba-a6133abecfc8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220921142805-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"artifactChecksum": "OTY4MTlhN2EzM2JiYjJmZGRhYjBmYjQxMWU1N2FlZGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c18351b3-3c83-4c2d-a44b-c434f3fc0e1c"
}
],
"workloadContext": "Production"
}
2022-09-21T14:29:32.713Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-21T14:29:32.713Z|994cf65f-14d4-498c-a336-aa73ab2a22eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ad40123b-911e-4cbc-af95-a893bbdf58e4 ASDC
2022-09-21T14:29:32.714Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e1c7846a-6804-429d-aab5-5036b72b3b66
ServiceName:vFW 2022-09-21 14-28-05
ServiceVersion:1.0
ServiceUUID:ad40123b-911e-4cbc-af95-a893bbdf58e4
ServiceInvariantUUID:73e56f16-f600-4d56-8ffa-b4bbee0ce10e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220921142805-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar
ArtifactUUID:c18351b3-3c83-4c2d-a44b-c434f3fc0e1c
ArtifactChecksum:OTY4MTlhN2EzM2JiYjJmZGRhYjBmYjQxMWU1N2FlZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2d5174a6-9e03 0
ResourceCustomizationUUID:e02ca6f6-c9ae-4f63-952e-2c42b15f7ccc
ResourceInvariantUUID:01af29d0-4443-48df-9276-2fc5f80ea58f
ResourceName:vFW 2d5174a6-9e03
ResourceType:VF
ResourceUUID:89b19e14-e78c-4545-a7af-92b25bececd9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2d5174a69e030_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json
ArtifactUUID:fd585e1d-246d-47e5-b2c5-6bf07428b14f
ArtifactChecksum:YmMzMzM2MDQ2ZGIxNjEzMzQ1Yzk3YTVhMDkxMzUzMTQ=
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/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml
ArtifactUUID:5255ef6c-0c8a-4e49-aed1-24544f5ea472
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/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env
ArtifactUUID:297651e8-7cd9-438f-96ba-a6133abecfc8
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/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env
ArtifactUUID:297651e8-7cd9-438f-96ba-a6133abecfc8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-21T14:29:32.714Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad40123b-911e-4cbc-af95-a893bbdf58e4 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-21T14:29:32.750Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-21T14:29:32.750Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-21T14:29:32.750Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-21T14:29:32.751Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c18351b3-3c83-4c2d-a44b-c434f3fc0e1c from URL: /sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:32.751Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-21T14:29:32.751Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:32.810Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-21T14:29:32.812Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar c18351b3-3c83-4c2d-a44b-c434f3fc0e1c 100619
2022-09-21T14:29:32.812Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar ASDC sendASDCNotification
2022-09-21T14:29:32.812Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:32.812Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-21T14:29:32.812Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:29:32.814Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:29:32.814Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770572812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:29:32.915Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-21T14:29:32.916Z||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-21T14:29:32.916Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:32.928Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:32.928Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:29:33.815Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-21T14:29:33.816Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-21T14:29:33.816Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c18351b3-3c83-4c2d-a44b-c434f3fc0e1c, URL: /sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar to file: /app/ASDC/1/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:33.816Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220921142805-csar.csar
2022-09-21T14:29:33.816Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:33.816Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:33.989Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15321323955663788253/Definitions/service-Vfw20220921142805-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2022-09-21T14:29:35.432Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2d5174a6-9e03 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-Vfw20220921142805-csar.csar
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:29:35.433Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is matching search criteria
2022-09-21T14:29:35.434Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-21T14:29:35.434Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 2d5174a6-9e03 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-21T14:29:35.434Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:35.434Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:29:35.434Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is matching search criteria
2022-09-21T14:29:35.434Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-21T14:29:35.434Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 2d5174a6-9e03 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-21T14:29:35.434Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:35.434Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:29:35.434Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:35.434Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is not matching search criteria
2022-09-21T14:29:35.434Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is matching search criteria
2022-09-21T14:29:35.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 2d5174a6-9e03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is matching search criteria
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 2d5174a6-9e03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is matching search criteria
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 2d5174a6-9e03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is not matching search criteria
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-21T14:29:35.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=935570e8-08ec-4535-9b3c-ad803c7059ac
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9682c519-3e67-4fb0-8cac-96306222997c
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-21T14:29:35.437Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0b81ee22-a648-4781-89a1-406be8928c9a
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:29:35.438Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-21 14-28-05
Description:catalog service description
Model UUID:ad40123b-911e-4cbc-af95-a893bbdf58e4
Model Version:NULL
Model InvariantUuid:73e56f16-f600-4d56-8ffa-b4bbee0ce10e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2d5174a6-9e03
Model UUID:1b9c7f99-88f1-4346-adc6-c89cdc82e7b2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:01af29d0-4443-48df-9276-2fc5f80ea58f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e02ca6f6-c9ae-4f63-952e-2c42b15f7ccc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d890e79f-214b-46eb-a3a4-de072f21e09b
ModelName:Vfw2d5174a69e03..base_vfw..module-0
ModelUuid:9adb8439-bcc2-40af-8c4f-9439964ff802
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:935570e8-08ec-4535-9b3c-ad803c7059ac
ModelInvariantUuid:b4e8f258-c42c-4ac1-84bf-8dac10785203
ModelName:vFW 2d5174a6-9e03-nodes.vfwCvfc
ModelUuid:cea41175-7216-42ff-af0b-b8cf275296ca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:bc7ee1cb-f7a7-4f1f-b0b5-7feb24c35eca
ModelInvariantUuid:e36bc47f-2bfd-4bc3-9025-599e7a04e8ce
ModelName:Vfw2d5174a69e03.compute.nodes.heat.vfw
ModelUuid:ae6918c5-ab27-4fe7-af25-9ea409ef9f3e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9682c519-3e67-4fb0-8cac-96306222997c
ModelInvariantUuid:08cb189b-18f6-482d-940d-a1fa293a9647
ModelName:vFW 2d5174a6-9e03-nodes.vsnCvfc
ModelUuid:3816a9a1-763e-420e-8491-1ec0ed787962
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:45ced49b-a9b1-4adf-9d6e-c45bd18df55d
ModelInvariantUuid:ceabb72a-4c32-45b0-ae18-797c5ad85440
ModelName:Vfw2d5174a69e03.compute.nodes.heat.vsn
ModelUuid:da86ce24-666a-49ef-b980-3e2ee69d17af
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0b81ee22-a648-4781-89a1-406be8928c9a
ModelInvariantUuid:de6e15e1-f5d6-4067-b65e-ab18043d5428
ModelName:vFW 2d5174a6-9e03-nodes.vpgCvfc
ModelUuid:7715aa8f-be2d-4c2d-b3b6-8f944fc6c76c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:37a43a33-ba5d-4d90-b7fc-4e4086c50dd0
ModelInvariantUuid:d6e1faff-bef1-4512-992b-7bc4cc35300a
ModelName:Vfw2d5174a69e03.compute.nodes.heat.vpg
ModelUuid:e04ff805-68fa-4698-ba33-89bffe12309a
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-21T14:29:35.448Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 89b19e14-e78c-4545-a7af-92b25bececd9
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-21T14:29:35.453Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||vFW 2d5174a6-9e03 0
2022-09-21T14:29:35.453Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 89b19e14-e78c-4545-a7af-92b25bececd9
2022-09-21T14:29:35.453Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fd585e1d-246d-47e5-b2c5-6bf07428b14f from URL: /sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json
2022-09-21T14:29:35.453Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-21T14:29:35.453Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json
2022-09-21T14:29:35.508Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-21T14:29:35.508Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json fd585e1d-246d-47e5-b2c5-6bf07428b14f 785
2022-09-21T14:29:35.509Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json ASDC sendASDCNotification
2022-09-21T14:29:35.509Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json
2022-09-21T14:29:35.509Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-21T14:29:35.509Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:29:35.512Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:29:35.512Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770575509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:29:35.612Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:29:35.614Z||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-21T14:29:35.614Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:35.640Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:35.641Z||pool-27-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:29:36.513Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2d5174a69e03..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d890e79f-214b-46eb-a3a4-de072f21e09b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9adb8439-bcc2-40af-8c4f-9439964ff802",
"vfModuleModelCustomizationUUID": "6078a651-5b94-403a-a8db-2a0fbb4aa78b",
"isBase": true,
"artifacts": [
"5255ef6c-0c8a-4e49-aed1-24544f5ea472",
"297651e8-7cd9-438f-96ba-a6133abecfc8"
],
"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-21T14:29:36.520Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2d5174a69e03..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9adb8439-bcc2-40af-8c4f-9439964ff802
VfModuleModelInvariantUUID:d890e79f-214b-46eb-a3a4-de072f21e09b
VfModuleModelDescription:NULL
Artifacts UUID List:{
5255ef6c-0c8a-4e49-aed1-24544f5ea472
,
297651e8-7cd9-438f-96ba-a6133abecfc8
}
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-21T14:29:36.522Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2d5174a69e03..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d890e79f-214b-46eb-a3a4-de072f21e09b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9adb8439-bcc2-40af-8c4f-9439964ff802",
"vfModuleModelCustomizationUUID": "6078a651-5b94-403a-a8db-2a0fbb4aa78b",
"isBase": true,
"artifacts": [
"5255ef6c-0c8a-4e49-aed1-24544f5ea472",
"297651e8-7cd9-438f-96ba-a6133abecfc8"
],
"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-21T14:29:36.522Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2d5174a69e03..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9adb8439-bcc2-40af-8c4f-9439964ff802
VfModuleModelInvariantUUID:d890e79f-214b-46eb-a3a4-de072f21e09b
VfModuleModelDescription:NULL
Artifacts UUID List:{
5255ef6c-0c8a-4e49-aed1-24544f5ea472
,
297651e8-7cd9-438f-96ba-a6133abecfc8
}
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-21T14:29:36.522Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5255ef6c-0c8a-4e49-aed1-24544f5ea472 from URL: /sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml
2022-09-21T14:29:36.522Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-21T14:29:36.522Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml
2022-09-21T14:29:36.578Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-21T14:29:36.579Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml 5255ef6c-0c8a-4e49-aed1-24544f5ea472 20368
2022-09-21T14:29:36.579Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-21T14:29:36.579Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml
2022-09-21T14:29:36.579Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-21T14:29:36.579Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:29:36.581Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:29:36.582Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770576579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:29:36.682Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:29:36.684Z||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-21T14:29:36.685Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:36.700Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:36.701Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:29:37.582Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 297651e8-7cd9-438f-96ba-a6133abecfc8 from URL: /sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env
2022-09-21T14:29:37.583Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-21T14:29:37.583Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env
2022-09-21T14:29:37.648Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-21T14:29:37.649Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env 297651e8-7cd9-438f-96ba-a6133abecfc8 2098
2022-09-21T14:29:37.649Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-21T14:29:37.649Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env
2022-09-21T14:29:37.649Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-21T14:29:37.649Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:29:37.651Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:29:37.651Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770577649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:29:37.751Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:29:37.752Z||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-21T14:29:37.752Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:37.766Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:37.767Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:29:38.652Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ad40123b-911e-4cbc-af95-a893bbdf58e4
2022-09-21T14:29:38.653Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2d5174a6-9e03 0 89b19e14-e78c-4545-a7af-92b25bececd9 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-21T14:29:38.674Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38135eb9, org.onap.sdc.toscaparser.api.parameters.Input@2170d4dd, org.onap.sdc.toscaparser.api.parameters.Input@7a7bcee1, org.onap.sdc.toscaparser.api.parameters.Input@1cd06231, org.onap.sdc.toscaparser.api.parameters.Input@3e141184]
2022-09-21T14:29:38.675Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.675Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:29:38.676Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-09-21T14:29:38.676Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e02ca6f6-c9ae-4f63-952e-2c42b15f7ccc
2022-09-21T14:29:38.676Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e02ca6f6-c9ae-4f63-952e-2c42b15f7ccc matches Tosca VF Customization UUID: e02ca6f6-c9ae-4f63-952e-2c42b15f7ccc
2022-09-21T14:29:38.676Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e02ca6f6-c9ae-4f63-952e-2c42b15f7ccc 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-21T14:29:38.679Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.679Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:29:38.679Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e02ca6f6-c9ae-4f63-952e-2c42b15f7ccc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-21T14:29:38.680Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@221309ce
2022-09-21T14:29:38.680Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.680Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-21T14:29:38.680Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6078a651-5b94-403a-a8db-2a0fbb4aa78b
2022-09-21T14:29:38.680Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6078a651-5b94-403a-a8db-2a0fbb4aa78b
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-21T14:29:38.683Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.683Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is matching search criteria
2022-09-21T14:29:38.683Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 2d5174a6-9e03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-21T14:29:38.683Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.683Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is matching search criteria
2022-09-21T14:29:38.684Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 2d5174a6-9e03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-21T14:29:38.684Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.684Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is not matching search criteria
2022-09-21T14:29:38.684Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-21T14:29:38.684Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-21T14:29:38.684Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-21T14:29:38.684Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-21T14:29:38.684Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-21T14:29:38.684Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-21T14:29:38.684Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-21T14:29:38.684Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-21T14:29:38.684Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-21T14:29:38.685Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-21T14:29:38.685Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-21T14:29:38.685Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=935570e8-08ec-4535-9b3c-ad803c7059ac
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-21T14:29:38.687Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.687Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is matching search criteria
2022-09-21T14:29:38.688Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 2d5174a6-9e03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-21T14:29:38.688Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.688Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is not matching search criteria
2022-09-21T14:29:38.688Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-21T14:29:38.688Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-21T14:29:38.688Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-21T14:29:38.689Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-21T14:29:38.689Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-21T14:29:38.689Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-21T14:29:38.689Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-21T14:29:38.689Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-21T14:29:38.689Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-21T14:29:38.689Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-21T14:29:38.689Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-21T14:29:38.690Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-21T14:29:38.690Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9682c519-3e67-4fb0-8cac-96306222997c
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-21T14:29:38.692Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.692Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is matching search criteria
2022-09-21T14:29:38.692Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 2d5174a6-9e03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-21T14:29:38.695Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.695Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is not matching search criteria
2022-09-21T14:29:38.695Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-21T14:29:38.695Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-21T14:29:38.696Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-21T14:29:38.696Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-21T14:29:38.696Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-21T14:29:38.696Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-21T14:29:38.696Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-21T14:29:38.696Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-21T14:29:38.696Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-21T14:29:38.696Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-21T14:29:38.696Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-21T14:29:38.696Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-21T14:29:38.696Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0b81ee22-a648-4781-89a1-406be8928c9a
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-21T14:29:38.699Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.699Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is matching search criteria
2022-09-21T14:29:38.699Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 2d5174a6-9e03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-21T14:29:38.699Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.699Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Node template vFW 2d5174a6-9e03 0 is matching search criteria
2022-09-21T14:29:38.699Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 2d5174a6-9e03 0] matching following query criteria: sdcType=VF, customizationUUID=e02ca6f6-c9ae-4f63-952e-2c42b15f7ccc
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-21T14:29:38.701Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.702Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:29:38.702Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ad40123b-911e-4cbc-af95-a893bbdf58e4: vFW 2d5174a6-9e03
2022-09-21T14:29:38.702Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.702Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:29:38.702Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.702Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:29:38.702Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.702Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:29:38.702Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.702Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:29:38.702Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:29:38.703Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-21 14-28-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:29:38.703Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-09-21 14-28-05
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-21T14:29:38.909Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2d5174a6-9e03 89b19e14-e78c-4545-a7af-92b25bececd9 1 ASDC deployResourceStructure
2022-09-21T14:29:38.909Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json ASDC sendASDCNotification
2022-09-21T14:29:38.910Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json
2022-09-21T14:29:38.910Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-21T14:29:38.910Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:29:38.912Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:29:38.912Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770578909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json",
"status": "DEPLOY_OK"
}
2022-09-21T14:29:39.012Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:29:39.013Z||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-21T14:29:39.013Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:39.027Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:39.028Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:29:39.912Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-21T14:29:39.913Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml
2022-09-21T14:29:39.913Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-21T14:29:39.913Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:29:39.915Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:29:39.915Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770579912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-21T14:29:40.016Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:29:40.016Z||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-21T14:29:40.017Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:40.031Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:40.032Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:29:40.916Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-21T14:29:40.917Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env
2022-09-21T14:29:40.917Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-21T14:29:40.917Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:29:40.919Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:29:40.919Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770580916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-21T14:29:41.019Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-21T14:29:41.020Z||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-21T14:29:41.020Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:41.036Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:41.037Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:29:41.921Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar ASDC sendASDCNotification
2022-09-21T14:29:41.921Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar
2022-09-21T14:29:41.921Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-21T14:29:41.922Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:29:41.924Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:29:41.924Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770581921,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-21T14:29:42.024Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:29:42.025Z||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-21T14:29:42.025Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:29:42.044Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:29:42.045Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-21T14:29:42.924Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1c7846a-6804-429d-aab5-5036b72b3b66
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-21T14:29:42.937Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1c7846a-6804-429d-aab5-5036b72b3b66
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-21T14:29:42.939Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-21T14:29:42.940Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-21T14:29:42.940Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-21T14:30:12.940Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1c7846a-6804-429d-aab5-5036b72b3b66
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-21T14:30:12.955Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1c7846a-6804-429d-aab5-5036b72b3b66
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-21T14:30:12.958Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-21T14:30:12.958Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-21T14:30:12.958Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-21T14:30:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:30:25.052Z||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-21T14:30:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:30:25.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:30:25.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770546263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770546263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json",
"status": "NOTIFIED"
}
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770546263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770546263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770546263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "cds",
"timestamp": 1663770547161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770546263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "cds",
"timestamp": 1663770547161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770546263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:30:25.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "cds",
"timestamp": 1663770547161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770558990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:30:25.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:30:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "cds",
"timestamp": 1663770547161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770560105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:30:25.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:30:25.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "cds",
"timestamp": 1663770547161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770561165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:30:25.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:30:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "cds",
"timestamp": 1663770547161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770562200,
"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-21T14:30:25.092Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1c7846a-6804-429d-aab5-5036b72b3b66
2022-09-21T14:30:25.092Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1c7846a-6804-429d-aab5-5036b72b3b66 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-21T14:30:25.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "cds",
"timestamp": 1663770547161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:30:25.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663770563205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json",
"status": "DEPLOY_OK"
}
2022-09-21T14:30:25.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:30:25.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "cds",
"timestamp": 1663770554905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:30:25.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:30:25.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770555915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770555915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770555915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "aai-ml",
"timestamp": 1663770569019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770555915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "aai-ml",
"timestamp": 1663770569019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770555915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "aai-ml",
"timestamp": 1663770569019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770555915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "aai-ml",
"timestamp": 1663770569019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770555915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:30:25.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "aai-ml",
"timestamp": 1663770569019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:25.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770563763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:30:25.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:30:25.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:30:25.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "aai-ml",
"timestamp": 1663770569019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:30:25.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:30:42.958Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1c7846a-6804-429d-aab5-5036b72b3b66
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-21T14:30:42.973Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1c7846a-6804-429d-aab5-5036b72b3b66
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-21T14:30:42.976Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-21T14:30:42.976Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-21T14:30:42.976Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-21T14:31:12.976Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1c7846a-6804-429d-aab5-5036b72b3b66
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-21T14:31:12.992Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1c7846a-6804-429d-aab5-5036b72b3b66
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-21T14:31:12.995Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-21T14:31:12.995Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-21T14:31:12.995Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-21T14:31:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:31:25.052Z||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-21T14:31:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:31:25.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:31:25.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "aai-ml",
"timestamp": 1663770569019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770565048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770565048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json",
"status": "NOTIFIED"
}
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "aai-ml",
"timestamp": 1663770576826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770565048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "aai-ml",
"timestamp": 1663770577839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770567254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770565048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "aai-ml",
"timestamp": 1663770578845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-21T14:31:25.581Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:31:25.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663770568257,
"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-21T14:31:25.590Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1c7846a-6804-429d-aab5-5036b72b3b66
2022-09-21T14:31:25.591Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1c7846a-6804-429d-aab5-5036b72b3b66 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-21T14:31:25.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770565048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-21T14:31:25.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:31:25.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "aai-ml",
"timestamp": 1663770579852,
"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-21T14:31:25.612Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e1c7846a-6804-429d-aab5-5036b72b3b66
2022-09-21T14:31:25.612Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1c7846a-6804-429d-aab5-5036b72b3b66 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-21T14:31:25.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770565048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:31:25.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:31:25.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770565048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:31:25.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770572812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770575509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770576579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770577649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770578909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/vfw2d5174a69e030_modules.json",
"status": "DEPLOY_OK"
}
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770579912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770580916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/resourceInstances/vfw2d5174a69e030/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770581921,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220921142805/1.0/artifacts/service-Vfw20220921142805-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-21T14:31:25.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:31:42.996Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1c7846a-6804-429d-aab5-5036b72b3b66
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-21T14:31:43.013Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1c7846a-6804-429d-aab5-5036b72b3b66
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-21T14:31:43.018Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-21T14:31:43.018Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-21T14:31:43.018Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-21T14:31:43.018Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-21T14:31:43.018Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-21T14:31:43.018Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-21T14:31:43.025Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-21T14:32:13.025Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1c7846a-6804-429d-aab5-5036b72b3b66 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-21T14:32:13.033Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1c7846a-6804-429d-aab5-5036b72b3b66 and serviceModelVersionId: ad40123b-911e-4cbc-af95-a893bbdf58e4
2022-09-21T14:32:13.034Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73e56f16-f600-4d56-8ffa-b4bbee0ce10e
2022-09-21T14:32:13.035Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73e56f16-f600-4d56-8ffa-b4bbee0ce10e/model-vers/model-ver/ad40123b-911e-4cbc-af95-a893bbdf58e4?depth=0
2022-09-21T14:32:13.041Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-21T14:32:13.083Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/73e56f16-f600-4d56-8ffa-b4bbee0ce10e/model-vers/model-ver/ad40123b-911e-4cbc-af95-a893bbdf58e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-21T14:32:13.085Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/73e56f16-f600-4d56-8ffa-b4bbee0ce10e/model-vers/model-ver/ad40123b-911e-4cbc-af95-a893bbdf58e4?depth=0|INFO|500||Invoke
2022-09-21T14:32:13.089Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/73e56f16-f600-4d56-8ffa-b4bbee0ce10e/model-vers/model-ver/ad40123b-911e-4cbc-af95-a893bbdf58e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-21T14:32:13.100Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/73e56f16-f600-4d56-8ffa-b4bbee0ce10e/model-vers/model-ver/ad40123b-911e-4cbc-af95-a893bbdf58e4?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-21T14:32:13.101Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/73e56f16-f600-4d56-8ffa-b4bbee0ce10e/model-vers/model-ver/ad40123b-911e-4cbc-af95-a893bbdf58e4?depth=0 has http status code:503 and response headers:{date=[Wed, 21 Sep 2022 14:32:13 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-21T14:32:13.102Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-21T14:32:13.104Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=e1c7846a-6804-429d-aab5-5036b72b3b66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-21T14:32:13.104Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=e1c7846a-6804-429d-aab5-5036b72b3b66 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-21T14:32:13.104Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=e1c7846a-6804-429d-aab5-5036b72b3b66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-21T14:32:13.105Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=e1c7846a-6804-429d-aab5-5036b72b3b66 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-21T14:32:13.112Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-21T14:32:13.112Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1c7846a-6804-429d-aab5-5036b72b3b66 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=e1c7846a-6804-429d-aab5-5036b72b3b66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-21T14:32:13.112Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-21T14:32:13.113Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:32:13.115Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:32:13.115Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770733112,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003de1c7846a-6804-429d-aab5-5036b72b3b66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-21T14:32:13.216Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-21T14:32:13.217Z||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-21T14:32:13.217Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:32:13.237Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:32:13.238Z||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-21T14:32:14.130Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:32:14.130Z|e1c7846a-6804-429d-aab5-5036b72b3b66|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-21T14:32:14.130Z|e1c7846a-6804-429d-aab5-5036b72b3b66|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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:32:24.435Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:32:24.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:32:24.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|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-21T14:32:24.436Z|e1c7846a-6804-429d-aab5-5036b72b3b66|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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:32:25.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:32:25.052Z||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-21T14:32:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:32:25.678Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:32:25.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-21T14:32:25.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1c7846a-6804-429d-aab5-5036b72b3b66",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663770733112,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003de1c7846a-6804-429d-aab5-5036b72b3b66 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-21T14:32:25.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:32:33.999Z|e1c7846a-6804-429d-aab5-5036b72b3b66|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:32:34.000Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:32:34.000Z||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-21T14:32:34.000Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:32:43.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:33:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:33:25.049Z||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-21T14:33:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:33:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:33:25.051Z||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-21T14:33:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:33:34.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:33:34.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:34:25.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:34:25.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:34:25.051Z||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-21T14:34:25.052Z||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-21T14:34:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:34:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:34:34.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:34:34.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:35:25.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:35:25.050Z||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-21T14:35:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:35:25.052Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:35:25.052Z||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-21T14:35:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:35:34.607Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:35:34.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:36:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:36:25.049Z||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-21T14:36:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:36:25.051Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:36:25.051Z||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-21T14:36:25.051Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:36:34.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:36:34.658Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:37:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:37:25.049Z||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-21T14:37:25.049Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:37:25.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:37:25.052Z||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-21T14:37:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:37:34.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:37:34.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:38:25.048Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:38:25.049Z||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-21T14:38:25.050Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:38:25.055Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:38:25.055Z||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-21T14:38:25.056Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:38:25.676Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:38:25.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"93767da5-1fec-4a87-9fdc-f9a523412e7c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1e162393-efde-41a1-a44d-2adf5f683b95","serviceDescription":"service","serviceInvariantUUID":"7726f5e4-af45-4803-842d-fdaa35d11c5a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d5ccfbbf-2310-45a5-931b-a4d341a631c1","resourceInvariantUUID":"22013f94-4713-40d3-b046-8a82cf97417b","resourceCustomizationUUID":"6fbecefa-d562-47c3-9240-c19c687116be","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NzBiNGVhODVlNjdlNzA0YTM4OTZkZjJjNmQ1YzdiMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"835b9d61-1f8a-4f85-822d-728423e70926","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTkyMjE5NTM0YWRjYTU5ZTA2MWZmYjNkMzc3YTRhZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89e41a7f-a898-4139-bf7c-c480b2efaa42","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-21T14:38:25.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:38:25.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "cds",
"timestamp": 1663771087162,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:38:25.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-21T14:38:25.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "cds",
"timestamp": 1663771087162,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:38:25.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-21T14:38:25.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "cds",
"timestamp": 1663771090071,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:38:25.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:38:25.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663771106263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663771095915,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663771106263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663771095915,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "aai-ml",
"timestamp": 1663771109019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663771098861,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "aai-ml",
"timestamp": 1663771109019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663771100516,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-21T14:38:25.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:38:25.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "aai-ml",
"timestamp": 1663771111904,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:38:25.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:38:25.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663771101521,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2022-09-21T14:38:25.688Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:38:25.689Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
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-21T14:38:25.693Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:38:25.693Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663771105048,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-21T14:38:25.719Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93767da5-1fec-4a87-9fdc-f9a523412e7c
2022-09-21T14:38:25.719Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93767da5-1fec-4a87-9fdc-f9a523412e7c 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-21T14:38:25.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "aai-ml",
"timestamp": 1663771112919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-21T14:38:25.733Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:38:25.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "aai-ml",
"timestamp": 1663771113925,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-21T14:38:25.733Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-21T14:38:25.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:38:25.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "aai-ml",
"timestamp": 1663771114930,
"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-21T14:38:25.739Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 93767da5-1fec-4a87-9fdc-f9a523412e7c
2022-09-21T14:38:25.739Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93767da5-1fec-4a87-9fdc-f9a523412e7c 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-21T14:38:25.793Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:38:25.794Z||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-21T14:38:25.794Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:38:25.810Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:38:25.811Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:38:26.693Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:38:26.696Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:38:26.698Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:38:26.698Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663771105048,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:38:26.798Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:38:26.799Z||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-21T14:38:26.799Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:38:26.813Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:38:26.814Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:38:27.699Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "1e162393-efde-41a1-a44d-2adf5f683b95",
"serviceDescription": "service",
"serviceInvariantUUID": "7726f5e4-af45-4803-842d-fdaa35d11c5a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "6fbecefa-d562-47c3-9240-c19c687116be",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d5ccfbbf-2310-45a5-931b-a4d341a631c1",
"resourceInvariantUUID": "22013f94-4713-40d3-b046-8a82cf97417b",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "OTkyMjE5NTM0YWRjYTU5ZTA2MWZmYjNkMzc3YTRhZjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "89e41a7f-a898-4139-bf7c-c480b2efaa42"
}
],
"workloadContext": "Production"
}
2022-09-21T14:38:27.700Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-21T14:38:27.700Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1e162393-efde-41a1-a44d-2adf5f683b95 ASDC
2022-09-21T14:38:27.700Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:93767da5-1fec-4a87-9fdc-f9a523412e7c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:1e162393-efde-41a1-a44d-2adf5f683b95
ServiceInvariantUUID:7726f5e4-af45-4803-842d-fdaa35d11c5a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:89e41a7f-a898-4139-bf7c-c480b2efaa42
ArtifactChecksum:OTkyMjE5NTM0YWRjYTU5ZTA2MWZmYjNkMzc3YTRhZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6fbecefa-d562-47c3-9240-c19c687116be
ResourceInvariantUUID:22013f94-4713-40d3-b046-8a82cf97417b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d5ccfbbf-2310-45a5-931b-a4d341a631c1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-09-21T14:38:27.701Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1e162393-efde-41a1-a44d-2adf5f683b95 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-21T14:38:27.732Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-21T14:38:27.733Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-21T14:38:27.734Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-21T14:38:27.734Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 89e41a7f-a898-4139-bf7c-c480b2efaa42 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-21T14:38:27.734Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-21T14:38:27.734Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-21T14:38:27.812Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-21T14:38:27.813Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 89e41a7f-a898-4139-bf7c-c480b2efaa42 57661
2022-09-21T14:38:27.813Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-21T14:38:27.813Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-21T14:38:27.813Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-21T14:38:27.813Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:38:27.815Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:38:27.815Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663771107813,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:38:27.916Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-21T14:38:27.917Z||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-21T14:38:27.917Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:38:27.932Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:38:27.933Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-21T14:38:28.816Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-21T14:38:28.817Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-21T14:38:28.817Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 89e41a7f-a898-4139-bf7c-c480b2efaa42, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-21T14:38:28.817Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-21T14:38:28.818Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-21T14:38:28.818Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-21T14:38:28.957Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11812564021877752823/Definitions/service-BasicNetwork-template.yml
2022-09-21T14:38:29.313Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-21T14:38:29.313Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-21T14:38:29.313Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-21T14:38:29.313Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-21T14:38:29.314Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-21T14:38:29.314Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-21T14:38:29.314Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-21T14:38:29.314Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-21T14:38:29.314Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|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-BasicNetwork-csar.csar
2022-09-21T14:38:29.314Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-21T14:38:29.314Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-21T14:38:29.314Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-21T14:38:29.314Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-21T14:38:29.314Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:38:29.314Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:38:29.315Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-21T14:38:29.315Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-21T14:38:29.315Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-21T14:38:29.315Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:38:29.315Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:38:29.315Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-21T14:38:29.315Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-21T14:38:29.315Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-21T14:38:29.316Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:38:29.316Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:38:29.316Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:38:29.316Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:38:29.316Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:38:29.316Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:38:29.316Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:38:29.316Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:38:29.316Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:38:29.316Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:38:29.316Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:1e162393-efde-41a1-a44d-2adf5f683b95
Model Version:NULL
Model InvariantUuid:7726f5e4-af45-4803-842d-fdaa35d11c5a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:22013f94-4713-40d3-b046-8a82cf97417b
Model UUID:37aa35de-e9a4-4998-a650-f0bcf59337ba
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:6fbecefa-d562-47c3-9240-c19c687116be
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-21T14:38:29.325Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: d5ccfbbf-2310-45a5-931b-a4d341a631c1
2022-09-21T14:38:29.325Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||No resources found for Service: 1e162393-efde-41a1-a44d-2adf5f683b95
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-21T14:38:29.330Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||
2022-09-21T14:38:29.331Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-09-21T14:38:29.332Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 1e162393-efde-41a1-a44d-2adf5f683b95
2022-09-21T14:38:29.332Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 1e162393-efde-41a1-a44d-2adf5f683b95
2022-09-21T14:38:29.332Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-09-21T14:38:29.332Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-21T14:38:29.338Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c9d7e53, org.onap.sdc.toscaparser.api.parameters.Input@4af627d5, org.onap.sdc.toscaparser.api.parameters.Input@e70b1b2, org.onap.sdc.toscaparser.api.parameters.Input@54f3d506, org.onap.sdc.toscaparser.api.parameters.Input@135b562d]
2022-09-21T14:38:29.340Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:38:29.340Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:38:29.340Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:38:29.341Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:38:29.341Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 1e162393-efde-41a1-a44d-2adf5f683b95: Generic NeutronNet
2022-09-21T14:38:29.341Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:38:29.341Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:38:29.341Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:38:29.341Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-21T14:38:29.385Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:38:29.386Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:38:29.386Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:38:29.386Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:38:29.387Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-21T14:38:29.387Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-21T14:38:29.387Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-21T14:38:29.462Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-09-21T14:38:29.463Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-21T14:38:29.463Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-21T14:38:29.463Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-21T14:38:29.463Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:38:29.465Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:38:29.465Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663771109463,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-21T14:38:29.565Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:38:29.566Z||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-21T14:38:29.566Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:38:29.611Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:38:29.612Z||pool-38-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:38:30.466Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93767da5-1fec-4a87-9fdc-f9a523412e7c
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-21T14:38:30.481Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93767da5-1fec-4a87-9fdc-f9a523412e7c
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-21T14:38:30.485Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-21T14:38:30.485Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-21T14:38:30.485Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-21T14:38:30.485Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-21T14:38:30.485Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-21T14:38:30.485Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|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-21T14:38:30.502Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-21T14:39:00.502Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93767da5-1fec-4a87-9fdc-f9a523412e7c 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-21T14:39:00.509Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93767da5-1fec-4a87-9fdc-f9a523412e7c and serviceModelVersionId: 1e162393-efde-41a1-a44d-2adf5f683b95
2022-09-21T14:39:00.509Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7726f5e4-af45-4803-842d-fdaa35d11c5a
2022-09-21T14:39:00.510Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7726f5e4-af45-4803-842d-fdaa35d11c5a/model-vers/model-ver/1e162393-efde-41a1-a44d-2adf5f683b95?depth=0
2022-09-21T14:39:00.514Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-09-21T14:39:00.547Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/7726f5e4-af45-4803-842d-fdaa35d11c5a/model-vers/model-ver/1e162393-efde-41a1-a44d-2adf5f683b95?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-21T14:39:00.549Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/7726f5e4-af45-4803-842d-fdaa35d11c5a/model-vers/model-ver/1e162393-efde-41a1-a44d-2adf5f683b95?depth=0|INFO|500||Invoke
2022-09-21T14:39:00.552Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/7726f5e4-af45-4803-842d-fdaa35d11c5a/model-vers/model-ver/1e162393-efde-41a1-a44d-2adf5f683b95?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-21T14:39:00.555Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/7726f5e4-af45-4803-842d-fdaa35d11c5a/model-vers/model-ver/1e162393-efde-41a1-a44d-2adf5f683b95?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-09-21T14:39:00.555Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/7726f5e4-af45-4803-842d-fdaa35d11c5a/model-vers/model-ver/1e162393-efde-41a1-a44d-2adf5f683b95?depth=0 has http status code:503 and response headers:{date=[Wed, 21 Sep 2022 14:39:00 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-09-21T14:39:00.557Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-21T14:39:00.558Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=93767da5-1fec-4a87-9fdc-f9a523412e7c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-21T14:39:00.559Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=93767da5-1fec-4a87-9fdc-f9a523412e7c 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-21T14:39:00.559Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=93767da5-1fec-4a87-9fdc-f9a523412e7c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-21T14:39:00.559Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=93767da5-1fec-4a87-9fdc-f9a523412e7c 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-21T14:39:00.564Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|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-21T14:39:00.564Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93767da5-1fec-4a87-9fdc-f9a523412e7c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=93767da5-1fec-4a87-9fdc-f9a523412e7c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-09-21T14:39:00.564Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-21T14:39:00.564Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:39:00.566Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:39:00.566Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663771140564,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d93767da5-1fec-4a87-9fdc-f9a523412e7c upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-09-21T14:39:00.666Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:39:00.667Z||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-21T14:39:00.667Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:39:00.680Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:39:00.680Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 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-21T14:39:25.048Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:39:25.049Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|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-21T14:39:25.049Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:39:25.051Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-21T14:39:25.051Z||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-21T14:39:25.052Z||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 sJd2gxOMLnwkxWEB) ...
2022-09-21T14:39:25.174Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:39:25.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:39:25.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-21T14:39:25.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93767da5-1fec-4a87-9fdc-f9a523412e7c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663771105048,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:39:25.175Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-21T14:39:25.175Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ff44c761-ee49-423e-bc6e-a53df845a560","serviceName":"Demo_pNF_ydzarN5m2c4Vh4ckgAXS","serviceVersion":"1.0","serviceUUID":"8d095ea0-9343-4600-9eb4-4da7ff861886","serviceDescription":"catalog service description","serviceInvariantUUID":"216563bc-0291-44c5-8485-5fc6f9d1b0a3","resources":[{"resourceInstanceName":"pNF 3a22ec7d-395f 0","resourceName":"pNF 3a22ec7d-395f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8b4a49a7-eb3a-48ee-b19e-a3ab9d22c439","resourceInvariantUUID":"773bf0a5-1ca7-4a4e-8743-086250deb71f","resourceCustomizationUUID":"0dd532d9-d583-457e-81da-6b3cdc6f9551","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/resourceInstances/pnf3a22ec7d395f0/artifacts/vf-license-model.xml","artifactChecksum":"MWJhNTM0NDU0MWRkYmQ3ODRmNDRiMmJmYTljNDE5YjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"950e3082-0219-4ddf-bdb4-2b908f903ff4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/resourceInstances/pnf3a22ec7d395f0/artifacts/pNF.csar","artifactChecksum":"N2JjZTllYzVjNzdkYjI2MzZmOTNmMzc5N2M3NmE3MDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99819aac-8069-4401-920f-3633e975b717","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/resourceInstances/pnf3a22ec7d395f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd9f4d05-df82-4ded-92e4-19a81a11877f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/resourceInstances/pnf3a22ec7d395f0/artifacts/vendor-license-model.xml","artifactChecksum":"MWEzYzRmNWJkMDY1ZGVlZGFiYjM5NDcxZjEyYjI4MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"419a2bcb-ac9d-4df1-913a-5c8675241897","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/resourceInstances/pnf3a22ec7d395f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"36390862-5c9a-4b83-90d5-70c45728b1a4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/resourceInstances/pnf3a22ec7d395f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42120a66-d476-4960-bc15-26ac4d8e0cc4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYdzarn5m2c4vh4ckgaxs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/artifacts/service-DemoPnfYdzarn5m2c4vh4ckgaxs-template.yml","artifactChecksum":"MDFiOGE0ZTJiMDU5NDQ4NGM1MDQ4MDA2MTFiOTVmYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3aa5f584-19a9-44fe-81cc-0f4d980aaa03","artifactVersion":"1"},{"artifactName":"service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/artifacts/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar","artifactChecksum":"ZDIxY2RhYTcyZGQzZDhlMjI2OTJiYTdmNjhhZDg1NjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f008435-b5a6-4389-9173-a0236d2be9c7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-21T14:39:25.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-09-21T14:39:25.177Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:39:25.177Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:39:25.179Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:39:25.179Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff44c761-ee49-423e-bc6e-a53df845a560",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663771165048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/resourceInstances/pnf3a22ec7d395f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:39:25.279Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:39:25.281Z||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-21T14:39:25.281Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:39:25.300Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:39:25.301Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-21T14:39:26.180Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:39:26.180Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:39:26.182Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:39:26.182Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff44c761-ee49-423e-bc6e-a53df845a560",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663771165048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/resourceInstances/pnf3a22ec7d395f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:39:26.282Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:39:26.283Z||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-21T14:39:26.283Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:39:26.297Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:39:26.298Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:39:27.183Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:39:27.185Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:39:27.195Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:39:27.195Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff44c761-ee49-423e-bc6e-a53df845a560",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663771165048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/resourceInstances/pnf3a22ec7d395f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:39:27.295Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:39:27.296Z||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-21T14:39:27.296Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:39:27.448Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:39:27.448Z||pool-42-thread-1|||||INFO|500||cambria reply ok (152 ms):{"serverTimeMs":1,"count":1}
2022-09-21T14:39:28.196Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:39:28.197Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:39:28.200Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:39:28.200Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff44c761-ee49-423e-bc6e-a53df845a560",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663771165048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/resourceInstances/pnf3a22ec7d395f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:39:28.300Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:39:28.301Z||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-21T14:39:28.301Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:39:28.316Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:39:28.316Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:39:29.201Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:39:29.203Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:39:29.205Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:39:29.205Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff44c761-ee49-423e-bc6e-a53df845a560",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663771165048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/resourceInstances/pnf3a22ec7d395f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:39:29.305Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:39:29.306Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-21T14:39:29.307Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:39:29.323Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:39:29.324Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-21T14:39:30.206Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:39:30.206Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:39:30.208Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:39:30.208Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff44c761-ee49-423e-bc6e-a53df845a560",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663771165048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/resourceInstances/pnf3a22ec7d395f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:39:30.308Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:39:30.309Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-21T14:39:30.310Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:39:30.328Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:39:30.328Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:39:31.210Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:39:31.211Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:39:31.213Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:39:31.213Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff44c761-ee49-423e-bc6e-a53df845a560",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663771165048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/artifacts/service-DemoPnfYdzarn5m2c4vh4ckgaxs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-21T14:39:31.313Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-21T14:39:31.315Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-21T14:39:31.315Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:39:31.330Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:39:31.331Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-21T14:39:32.215Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-21T14:39:32.216Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:39:32.219Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:39:32.219Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff44c761-ee49-423e-bc6e-a53df845a560",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663771165048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/artifacts/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar",
"status": "NOTIFIED"
}
2022-09-21T14:39:32.319Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:39:32.320Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-21T14:39:32.320Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:39:32.333Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:39:32.333Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:39:33.220Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "ff44c761-ee49-423e-bc6e-a53df845a560",
"serviceName": "Demo_pNF_ydzarN5m2c4Vh4ckgAXS",
"serviceVersion": "1.0",
"serviceUUID": "8d095ea0-9343-4600-9eb4-4da7ff861886",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "216563bc-0291-44c5-8485-5fc6f9d1b0a3",
"resources": [
{
"resourceInstanceName": "pNF 3a22ec7d-395f 0",
"resourceCustomizationUUID": "0dd532d9-d583-457e-81da-6b3cdc6f9551",
"resourceName": "pNF 3a22ec7d-395f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "8b4a49a7-eb3a-48ee-b19e-a3ab9d22c439",
"resourceInvariantUUID": "773bf0a5-1ca7-4a4e-8743-086250deb71f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/artifacts/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar",
"artifactChecksum": "ZDIxY2RhYTcyZGQzZDhlMjI2OTJiYTdmNjhhZDg1NjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2f008435-b5a6-4389-9173-a0236d2be9c7"
}
],
"workloadContext": "Production"
}
2022-09-21T14:39:33.221Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-21T14:39:33.221Z|93767da5-1fec-4a87-9fdc-f9a523412e7c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8d095ea0-9343-4600-9eb4-4da7ff861886 ASDC
2022-09-21T14:39:33.221Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ff44c761-ee49-423e-bc6e-a53df845a560
ServiceName:Demo_pNF_ydzarN5m2c4Vh4ckgAXS
ServiceVersion:1.0
ServiceUUID:8d095ea0-9343-4600-9eb4-4da7ff861886
ServiceInvariantUUID:216563bc-0291-44c5-8485-5fc6f9d1b0a3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/artifacts/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
ArtifactUUID:2f008435-b5a6-4389-9173-a0236d2be9c7
ArtifactChecksum:ZDIxY2RhYTcyZGQzZDhlMjI2OTJiYTdmNjhhZDg1NjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3a22ec7d-395f 0
ResourceCustomizationUUID:0dd532d9-d583-457e-81da-6b3cdc6f9551
ResourceInvariantUUID:773bf0a5-1ca7-4a4e-8743-086250deb71f
ResourceName:pNF 3a22ec7d-395f
ResourceType:PNF
ResourceUUID:8b4a49a7-eb3a-48ee-b19e-a3ab9d22c439
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-09-21T14:39:33.221Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d095ea0-9343-4600-9eb4-4da7ff861886 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-21T14:39:33.248Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-21T14:39:33.248Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-21T14:39:33.249Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-21T14:39:33.249Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2f008435-b5a6-4389-9173-a0236d2be9c7 from URL: /sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/artifacts/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
2022-09-21T14:39:33.249Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-21T14:39:33.249Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/artifacts/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
2022-09-21T14:39:33.305Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-21T14:39:33.306Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/artifacts/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar 2f008435-b5a6-4389-9173-a0236d2be9c7 87762
2022-09-21T14:39:33.307Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/artifacts/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar ASDC sendASDCNotification
2022-09-21T14:39:33.307Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/artifacts/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
2022-09-21T14:39:33.307Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-21T14:39:33.307Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-21T14:39:33.308Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-21T14:39:33.309Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ff44c761-ee49-423e-bc6e-a53df845a560",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663771173306,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/artifacts/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-21T14:39:33.409Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-21T14:39:33.410Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-21T14:39:33.410Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJd2gxOMLnwkxWEB) ...
2022-09-21T14:39:33.420Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-21T14:39:33.421Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-21T14:39:34.309Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-21T14:39:34.310Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-21T14:39:34.310Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2f008435-b5a6-4389-9173-a0236d2be9c7, URL: /sdc/v1/catalog/services/DemoPnfYdzarn5m2c4vh4ckgaxs/1.0/artifacts/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar to file: /app/ASDC/1/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
2022-09-21T14:39:34.311Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
2022-09-21T14:39:34.311Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
2022-09-21T14:39:34.311Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
2022-09-21T14:39:34.379Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17455793250753850771/Definitions/service-DemoPnfYdzarn5m2c4vh4ckgaxs-template.yml
2022-09-21T14:39:34.886Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-21T14:39:34.886Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-21T14:39:34.886Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
2022-09-21T14:39:34.886Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-21T14:39:34.886Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3a22ec7d-395f 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-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
2022-09-21T14:39:34.886Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||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-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
2022-09-21T14:39:34.886Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
2022-09-21T14:39:34.886Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||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-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
2022-09-21T14:39:34.886Z|ff44c761-ee49-423e-bc6e-a53df845a560|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-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
2022-09-21T14:39:34.886Z|ff44c761-ee49-423e-bc6e-a53df845a560|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-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
2022-09-21T14:39:34.886Z|ff44c761-ee49-423e-bc6e-a53df845a560|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-DemoPnfYdzarn5m2c4vh4ckgaxs-csar.csar
2022-09-21T14:39:34.886Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-21T14:39:34.886Z|ff44c761-ee49-423e-bc6e-a53df845a560|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery