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)
2024-01-05T01:25:54.904Z||main|||||INFO|500||The following profiles are active: basic
2024-01-05T01:26:11.451Z||main|||||INFO|500||Starting service [Tomcat]
2024-01-05T01:26:11.452Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2024-01-05T01:26:11.664Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2024-01-05T01:26:15.148Z||main|||||INFO|500||catdb-pool - Starting...
2024-01-05T01:26:15.504Z||main|||||INFO|500||catdb-pool - Start completed.
2024-01-05T01:26:16.005Z||main|||||INFO|500||reqdb-pool - Starting...
2024-01-05T01:26:16.023Z||main|||||INFO|500||reqdb-pool - Start completed.
2024-01-05T01:26:16.130Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2024-01-05T01:26:16.288Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2024-01-05T01:26:16.779Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2024-01-05T01:26:18.201Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB53Dialect
2024-01-05T01:26:21.051Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2024-01-05T01:26:21.111Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2024-01-05T01:26:21.449Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB53Dialect
2024-01-05T01:26:21.543Z||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.
2024-01-05T01:26:22.762Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2024-01-05T01:26:24.617Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2024-01-05T01:26:24.655Z||main|||||WARN|500||The sdc end point is not alive
2024-01-05T01:26:28.763Z||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
2024-01-05T01:26:31.756Z||main|||||WARN|500||---
2024-01-05T01:26:31.756Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2024-01-05T01:26:31.756Z||main|||||WARN|500||---
2024-01-05T01:26:32.170Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2024-01-05T01:26:38.309Z||main|||||INFO|500||Started Application in 48.711 seconds (JVM running for 50.711)
2024-01-05T01:26:38.337Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:26:38.339Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:26:38.350Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:26:38.462Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 71919e67-2298-4ba6-b60b-db5999b91fb6 url= /sdc/v1/artifactTypes
2024-01-05T01:26:38.469Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:26:38.678Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:26:38.683Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@50eca1b9
2024-01-05T01:26:38.684Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:26:38.713Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:26:38.759Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:26:38.765Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:27:28.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:27:28.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:27:28.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:27:28.302Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bf94a8c5-586e-4a2a-87fd-1fca8cdca3fd url= /sdc/v1/artifactTypes
2024-01-05T01:27:28.304Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:27:28.321Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:27:28.322Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@524d3b06
2024-01-05T01:27:28.322Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:27:28.322Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:27:28.323Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:27:28.323Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:28:18.294Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:28:18.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:28:18.295Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:28:18.300Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f04b4466-3bdf-473c-a1ec-6976c4f85116 url= /sdc/v1/artifactTypes
2024-01-05T01:28:18.301Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:28:18.322Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:28:18.322Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6c254963
2024-01-05T01:28:18.323Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:28:18.323Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:28:18.324Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:28:18.324Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:29:08.294Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:29:08.295Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:29:08.296Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:29:08.305Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 93d8a28b-a7fb-46c0-8049-9489bbb1e3d7 url= /sdc/v1/artifactTypes
2024-01-05T01:29:08.306Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:29:08.316Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:29:08.317Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1c699815
2024-01-05T01:29:08.318Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:29:08.319Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:29:08.320Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:29:08.321Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:29:58.294Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:29:58.295Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:29:58.296Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:29:58.304Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= db6847b2-07bc-45b2-8c25-b646c40cac23 url= /sdc/v1/artifactTypes
2024-01-05T01:29:58.305Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:29:58.314Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:29:58.315Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6f963e9d
2024-01-05T01:29:58.315Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:29:58.316Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:29:58.317Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:29:58.318Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:30:48.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:30:48.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:30:48.295Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:30:48.300Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= fd01515a-886a-40f1-b4b4-996c3ab3c815 url= /sdc/v1/artifactTypes
2024-01-05T01:30:48.300Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:30:48.314Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:30:48.314Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3d2768fa
2024-01-05T01:30:48.314Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:30:48.315Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:30:48.315Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:30:48.316Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:31:38.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:31:38.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:31:38.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:31:38.300Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ecaa8cb8-60c5-4ea4-a1b3-6e401eece715 url= /sdc/v1/artifactTypes
2024-01-05T01:31:38.301Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:31:38.311Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:31:38.312Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@f4e0d0
2024-01-05T01:31:38.312Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:31:38.313Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:31:38.315Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:31:38.316Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:32:28.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:32:28.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:32:28.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:32:28.301Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 43fc89c1-a6c3-449b-b2d9-4225cf97e9b5 url= /sdc/v1/artifactTypes
2024-01-05T01:32:28.302Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:32:28.312Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:32:28.312Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7e54c093
2024-01-05T01:32:28.313Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:32:28.313Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:32:28.313Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:32:28.314Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:33:18.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:33:18.293Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:33:18.293Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:33:18.296Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 0faf1ef0-e6a1-4411-b5e2-0d4182d3fc63 url= /sdc/v1/artifactTypes
2024-01-05T01:33:18.297Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:33:18.304Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:33:18.305Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@12b721a5
2024-01-05T01:33:18.305Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:33:18.305Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:33:18.306Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:33:18.306Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:34:08.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:34:08.293Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:34:08.293Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:34:08.296Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 71d209b7-601b-4e40-af65-32cace7fb484 url= /sdc/v1/artifactTypes
2024-01-05T01:34:08.297Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:34:08.308Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:34:08.308Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4230961e
2024-01-05T01:34:08.310Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:34:08.310Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:34:08.311Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:34:08.313Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:34:58.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:34:58.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:34:58.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:34:58.299Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 67ed7a28-fff7-42b2-bd37-3c41b9d346a1 url= /sdc/v1/artifactTypes
2024-01-05T01:34:58.299Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:34:58.309Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:34:58.310Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@482f1994
2024-01-05T01:34:58.310Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:34:58.310Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:34:58.311Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:34:58.311Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:35:48.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:35:48.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:35:48.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:35:48.299Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8b4060cc-e83c-4dd6-8f85-26d7eaf726c2 url= /sdc/v1/artifactTypes
2024-01-05T01:35:48.299Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:35:48.305Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:35:48.306Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@67eac10b
2024-01-05T01:35:48.306Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:35:48.307Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:35:48.307Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:35:48.308Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:36:18.159Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-01-05T01:36:38.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:36:38.294Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:36:38.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:36:38.300Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 97c4f699-3734-42c8-8e93-572be6c58e14 url= /sdc/v1/artifactTypes
2024-01-05T01:36:38.301Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:36:38.313Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:36:38.318Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@31b74ed0
2024-01-05T01:36:38.319Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:36:38.320Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:36:38.320Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:36:38.321Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:37:28.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:37:28.293Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:37:28.293Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:37:28.297Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 89e21d34-8428-49aa-b5e1-5e7d653ff59b url= /sdc/v1/artifactTypes
2024-01-05T01:37:28.298Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:37:28.305Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:37:28.306Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4f9946c5
2024-01-05T01:37:28.307Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:37:28.307Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:37:28.307Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:37:28.308Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:38:18.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:38:18.293Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:38:18.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:38:18.300Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2930482e-19dd-4a79-8cba-2923b67df6a5 url= /sdc/v1/artifactTypes
2024-01-05T01:38:18.300Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:38:18.316Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:38:18.317Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@49380ca5
2024-01-05T01:38:18.317Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:38:18.317Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:38:18.317Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:38:18.318Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:39:08.294Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:39:08.295Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:39:08.295Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:39:08.298Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 270c4e5e-459a-4948-8b8d-e143c31418cb url= /sdc/v1/artifactTypes
2024-01-05T01:39:08.298Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:39:08.306Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:39:08.307Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e1bf20
2024-01-05T01:39:08.307Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:39:08.307Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:39:08.307Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:39:08.307Z||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 SDC
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$$352ab97b.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 SDC
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
2024-01-05T01:39:58.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:39:58.293Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:39:58.293Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:39:58.298Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 32c17989-b805-407b-9f61-1a0fe48f6014 url= /sdc/v1/artifactTypes
2024-01-05T01:39:58.298Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:39:58.307Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2024-01-05T01:39:58.307Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3408c584
2024-01-05T01:39:58.307Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2024-01-05T01:39:58.308Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2024-01-05T01:39:58.308Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2024-01-05T01:39:58.308Z||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 SDC
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$$352ab97b.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2024-01-05T01:40:48.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:40:48.293Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:40:48.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:40:48.297Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d15da058-21d6-4f35-b5dc-0d42a28de1b3 url= /sdc/v1/artifactTypes
2024-01-05T01:40:48.297Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:40:48.338Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2024-01-05T01:40:48.338Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@44519276
2024-01-05T01:40:48.338Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2024-01-05T01:40:48.338Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}}
2024-01-05T01:40:48.339Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2024-01-05T01:40:48.339Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 24732218-3caf-4489-b8f2-ff3ada991ce5 url= /sdc/v1/distributionKafkaData
2024-01-05T01:40:48.339Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2024-01-05T01:40:48.372Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2024-01-05T01:40:48.373Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@36875b9d
2024-01-05T01:40:48.373Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2024-01-05T01:40:48.374Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}}
2024-01-05T01:40:48.374Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC not found
2024-01-05T01:40:48.375Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: SDC not found
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$$352ab97b.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: SDC not found
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2024-01-05T01:41:38.293Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2024-01-05T01:41:38.293Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2024-01-05T01:41:38.294Z||scheduling-1|||||INFO|500||DistributionClient - init
2024-01-05T01:41:38.300Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= dce5a151-039b-4ca3-9b09-317a5ce36810 url= /sdc/v1/artifactTypes
2024-01-05T01:41:38.301Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2024-01-05T01:41:38.402Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2024-01-05T01:41:38.412Z||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 SDC server
2024-01-05T01:41:38.413Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2024-01-05T01:41:38.413Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 7acdcc4c-5b1d-47ed-a28e-a5f8f4b1b6b9 url= /sdc/v1/distributionKafkaData
2024-01-05T01:41:38.413Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2024-01-05T01:41:38.502Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2024-01-05T01:41:38.508Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@7f4ca8f5
2024-01-05T01:41:38.609Z||scheduling-1|||||INFO|500||ProducerConfig values:
acks = -1
batch.size = 16384
bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = true
interceptor.classes = []
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
linger.ms = 0
max.block.ms = 60000
max.in.flight.requests.per.connection = 5
max.request.size = 1048576
metadata.max.age.ms = 300000
metadata.max.idle.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.adaptive.partitioning.enable = true
partitioner.availability.timeout.ms = 0
partitioner.class = null
partitioner.ignore.keys = false
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
2024-01-05T01:41:38.713Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Instantiated an idempotent producer.
2024-01-05T01:41:38.805Z||scheduling-1|||||INFO|500||Successfully logged in.
2024-01-05T01:41:38.870Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2024-01-05T01:41:38.870Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2024-01-05T01:41:38.871Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1704418898867
2024-01-05T01:41:38.877Z||scheduling-1|||||INFO|500||start DistributionClient
2024-01-05T01:41:38.902Z||scheduling-1|||||INFO|500||ConsumerConfig values:
allow.auto.create.topics = false
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = SO
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2024-01-05T01:41:39.043Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2024-01-05T01:41:39.043Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2024-01-05T01:41:39.044Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1704418899043
2024-01-05T01:41:39.045Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:41:39.048Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:41:39.048Z||scheduling-1|||||INFO|500||ConsumerConfig values:
allow.auto.create.topics = false
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = SO
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2024-01-05T01:41:39.057Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2024-01-05T01:41:39.057Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2024-01-05T01:41:39.057Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1704418899057
2024-01-05T01:41:39.058Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:41:39.060Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:41:39.068Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2024-01-05T01:41:39.928Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Cluster ID: R2pmB0UoQSiZ65j2e5LUUQ
2024-01-05T01:41:39.928Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:39.928Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T01:41:39.929Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:39.929Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:39.929Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T01:41:39.929Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:39.930Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:39.929Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T01:41:39.930Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:39.930Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T01:41:39.930Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T01:41:39.930Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T01:41:39.931Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] ProducerId set to 2003 with epoch 0
2024-01-05T01:41:39.934Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Cluster ID: R2pmB0UoQSiZ65j2e5LUUQ
2024-01-05T01:41:39.934Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Cluster ID: R2pmB0UoQSiZ65j2e5LUUQ
2024-01-05T01:41:39.935Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2024-01-05T01:41:39.935Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2024-01-05T01:41:39.966Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] (Re-)joining group
2024-01-05T01:41:39.966Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] (Re-)joining group
2024-01-05T01:41:40.026Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd-96d70178-2e56-4a5a-9c72-0955dc9e5d7f
2024-01-05T01:41:40.026Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c-9f28e3d9-39da-4bdc-bbd4-2e513013fbe5
2024-01-05T01:41:40.027Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2024-01-05T01:41:40.027Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] (Re-)joining group
2024-01-05T01:41:40.027Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2024-01-05T01:41:40.027Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] (Re-)joining group
2024-01-05T01:41:46.034Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd-96d70178-2e56-4a5a-9c72-0955dc9e5d7f', protocol='range'}
2024-01-05T01:41:46.034Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c-9f28e3d9-39da-4bdc-bbd4-2e513013fbe5', protocol='range'}
2024-01-05T01:41:46.083Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:46.083Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:46.083Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:46.084Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:46.084Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:46.084Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to qyTwFAAtTXafkFBamg_tfg
2024-01-05T01:41:46.089Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd-96d70178-2e56-4a5a-9c72-0955dc9e5d7f=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c-9f28e3d9-39da-4bdc-bbd4-2e513013fbe5=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2024-01-05T01:41:46.121Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c-9f28e3d9-39da-4bdc-bbd4-2e513013fbe5', protocol='range'}
2024-01-05T01:41:46.121Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd-96d70178-2e56-4a5a-9c72-0955dc9e5d7f', protocol='range'}
2024-01-05T01:41:46.122Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2024-01-05T01:41:46.122Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2024-01-05T01:41:46.127Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2024-01-05T01:41:46.127Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2024-01-05T01:41:46.144Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2024-01-05T01:41:46.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2024-01-05T01:41:46.145Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2024-01-05T01:41:46.145Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2024-01-05T01:41:46.145Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2024-01-05T01:41:46.145Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2024-01-05T01:41:46.145Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2024-01-05T01:41:46.145Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2024-01-05T01:41:46.146Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2024-01-05T01:41:46.146Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2024-01-05T01:41:46.146Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2024-01-05T01:41:46.146Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2024-01-05T01:41:46.174Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2024-01-05T01:41:46.176Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2024-01-05T01:41:46.234Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2024-01-05T01:41:46.234Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2024-01-05T01:41:46.238Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2024-01-05T01:41:46.239Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2024-01-05T01:41:46.249Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2024-01-05T01:41:46.250Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2024-01-05T01:41:46.250Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2024-01-05T01:41:46.251Z||kafka-coordinator-heartbeat-thread | SO|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2024-01-05T01:41:46.261Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2024-01-05T01:41:46.262Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2024-01-05T01:42:39.054Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:42:39.061Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:43:39.056Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:43:39.062Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:44:39.057Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:44:39.064Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:45:39.058Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:45:39.065Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:46:39.059Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:46:39.066Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:47:39.060Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:47:39.066Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:48:39.061Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:48:39.068Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:49:39.062Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:49:39.082Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:50:39.063Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:50:39.083Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:50:39.983Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-400bf7a7-1c6a-4035-9e85-2b0ac0a0c10c, groupId=SO] Node -1 disconnected.
2024-01-05T01:50:39.997Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-18619277-5cce-4bc1-aa2d-42bbfecd85dd, groupId=SO] Node -1 disconnected.
2024-01-05T01:50:40.245Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Node -1 disconnected.
2024-01-05T01:51:39.065Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:51:39.084Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:52:39.067Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:52:39.085Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:53:39.069Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:53:39.086Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:54:39.069Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:54:39.087Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:55:39.071Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:55:39.088Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:56:39.072Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:56:39.090Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:57:39.072Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:57:39.091Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:58:39.074Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:58:39.093Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T01:59:39.075Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T01:59:39.095Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:00:39.077Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:00:39.096Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:01:39.077Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:01:39.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:02:39.079Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:02:39.098Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:03:39.080Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:03:39.099Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:04:39.081Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:04:39.100Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:05:39.081Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:05:39.102Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:06:39.083Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:06:39.103Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:07:39.084Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:07:39.105Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:08:39.086Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:08:39.106Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:09:39.087Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:09:39.108Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:10:39.088Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:10:39.109Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:11:39.089Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:11:39.109Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:12:39.091Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:12:39.110Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:13:39.091Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:13:39.111Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:14:39.093Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:14:39.112Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:15:39.094Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:15:39.112Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:16:39.095Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:16:39.114Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:17:39.097Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:17:39.115Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:18:39.099Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:18:39.115Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:19:39.101Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:19:39.124Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:20:39.102Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:20:39.126Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:21:39.104Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:21:39.127Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:22:39.105Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:22:39.127Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:23:39.106Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:23:39.129Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:24:39.108Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:24:39.130Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:25:39.108Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:25:39.130Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:26:39.109Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:26:39.132Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:27:39.111Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:27:39.132Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:28:39.112Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:28:39.133Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:29:39.114Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:29:39.134Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:30:39.115Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:30:39.136Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:31:39.116Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:31:39.136Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:32:39.116Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:32:39.136Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:33:39.117Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:33:39.138Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:34:39.119Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:34:39.139Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:35:39.120Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:35:39.141Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:36:39.121Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:36:39.142Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:05.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T02:37:05.108Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"c2a87c70-426b-49bf-a43c-4fe384a703e5","serviceName":"vFW 2024-01-05 02-35-45","serviceVersion":"1.0","serviceUUID":"6a858cd1-02af-4baa-a745-6a7a507b8a04","serviceDescription":"catalog service description","serviceInvariantUUID":"1cdaf021-c266-4270-aa18-24520b90ebee","resources":[{"resourceInstanceName":"vFW bded2255-4527 0","resourceName":"vFW bded2255-4527","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"48ce9e47-4861-469b-8f59-c908679a8af5","resourceInvariantUUID":"5f271c1f-332a-4545-a64d-6a4a1b679538","resourceCustomizationUUID":"646d3a44-e5a0-4a34-a1b2-debd762b4a98","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml","artifactChecksum":"ZTEwNWFmMjQ1NTRjM2JhZGM3YTkwMmUxM2Y2ZTExZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8abcfeb6-6655-4eaa-910c-2ef5a2862b9e","artifactVersion":"1"},{"artifactName":"vfwbded225545270_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json","artifactChecksum":"MmViNjcwODFjZmExZmQ5ZGFmZGIyNGNiYjBkYzU4ZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"20f82c88-7d4f-405f-9b56-8c2fc8548c07","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e46409ff-4594-4ab1-89a5-9638e0f21d8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml","artifactChecksum":"YzkxYTc0YTQwZWZjYTRjZWM1YmFiNTdiOTY4MzE1ZDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08193496-57da-461f-95bc-8241c1315df9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"efacfb70-62cb-4715-8a08-6c043e3f834a","artifactVersion":"2","generatedFromUUID":"e46409ff-4594-4ab1-89a5-9638e0f21d8f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20240105023545-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml","artifactChecksum":"ZDE1YmMwYTNlYWM3NDAwMjI0MzYwNDc5MzU5NmU4YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db19395b-3651-4c52-98e8-e609c01ec62c","artifactVersion":"1"},{"artifactName":"service-Vfw20240105023545-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar","artifactChecksum":"ZWViNmNlNTU4YmEzNGY0NjEyZGUzOGI1YTAxNzNhNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41bb5975-12fb-4b88-a0de-6776d50776b9","artifactVersion":"1"}],"workloadContext":"Production"}
2024-01-05T02:37:05.120Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:37:05.127Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:05.127Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:05.127Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422199121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:05.134Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T02:37:05.134Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T02:37:05.141Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T02:37:05.141Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T02:37:05.142Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T02:37:05.142Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9GmJDCWESSeKBIFcw5zaJw
2024-01-05T02:37:05.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T02:37:05.237Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "multicloud-k8s",
"timestamp": 1704422200837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:37:05.252Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:37:06.166Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:37:06.167Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:06.167Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:06.167Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422199121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:07.169Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:37:07.169Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:07.169Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:07.169Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422199121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:08.170Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:37:08.171Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:08.171Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:08.171Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422199121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:09.173Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:37:09.173Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:09.173Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:09.174Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422199121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:10.174Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:37:10.175Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:10.175Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:10.175Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422199121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:11.176Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:37:11.177Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:11.177Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:11.177Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422199121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:12.179Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"serviceName": "vFW 2024-01-05 02-35-45",
"serviceVersion": "1.0",
"serviceUUID": "6a858cd1-02af-4baa-a745-6a7a507b8a04",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1cdaf021-c266-4270-aa18-24520b90ebee",
"resources": [
{
"resourceInstanceName": "vFW bded2255-4527 0",
"resourceCustomizationUUID": "646d3a44-e5a0-4a34-a1b2-debd762b4a98",
"resourceName": "vFW bded2255-4527",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "48ce9e47-4861-469b-8f59-c908679a8af5",
"resourceInvariantUUID": "5f271c1f-332a-4545-a64d-6a4a1b679538",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbded225545270_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
"artifactChecksum": "MmViNjcwODFjZmExZmQ5ZGFmZGIyNGNiYjBkYzU4ZGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "20f82c88-7d4f-405f-9b56-8c2fc8548c07",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e46409ff-4594-4ab1-89a5-9638e0f21d8f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "efacfb70-62cb-4715-8a08-6c043e3f834a",
"generatedFromUUID": "e46409ff-4594-4ab1-89a5-9638e0f21d8f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "efacfb70-62cb-4715-8a08-6c043e3f834a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20240105023545-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"artifactChecksum": "ZWViNmNlNTU4YmEzNGY0NjEyZGUzOGI1YTAxNzNhNTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "41bb5975-12fb-4b88-a0de-6776d50776b9"
}
],
"workloadContext": "Production"
}
2024-01-05T02:37:12.180Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2024-01-05T02:37:12.180Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6a858cd1-02af-4baa-a745-6a7a507b8a04 ASDC
2024-01-05T02:37:12.278Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c2a87c70-426b-49bf-a43c-4fe384a703e5
ServiceName:vFW 2024-01-05 02-35-45
ServiceVersion:1.0
ServiceUUID:6a858cd1-02af-4baa-a745-6a7a507b8a04
ServiceInvariantUUID:1cdaf021-c266-4270-aa18-24520b90ebee
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20240105023545-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar
ArtifactUUID:41bb5975-12fb-4b88-a0de-6776d50776b9
ArtifactChecksum:ZWViNmNlNTU4YmEzNGY0NjEyZGUzOGI1YTAxNzNhNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bded2255-4527 0
ResourceCustomizationUUID:646d3a44-e5a0-4a34-a1b2-debd762b4a98
ResourceInvariantUUID:5f271c1f-332a-4545-a64d-6a4a1b679538
ResourceName:vFW bded2255-4527
ResourceType:VF
ResourceUUID:48ce9e47-4861-469b-8f59-c908679a8af5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbded225545270_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json
ArtifactUUID:20f82c88-7d4f-405f-9b56-8c2fc8548c07
ArtifactChecksum:MmViNjcwODFjZmExZmQ5ZGFmZGIyNGNiYjBkYzU4ZGQ=
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/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml
ArtifactUUID:e46409ff-4594-4ab1-89a5-9638e0f21d8f
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/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env
ArtifactUUID:efacfb70-62cb-4715-8a08-6c043e3f834a
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/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env
ArtifactUUID:efacfb70-62cb-4715-8a08-6c043e3f834a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2024-01-05T02:37:12.278Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a858cd1-02af-4baa-a745-6a7a507b8a04 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 (?, ?, ?, ?, ?)
2024-01-05T02:37:12.777Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:37:12.778Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:37:12.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:37:12.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 41bb5975-12fb-4b88-a0de-6776d50776b9 from URL: /sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:12.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:37:12.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:12.899Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:37:12.905Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar 41bb5975-12fb-4b88-a0de-6776d50776b9 100339
2024-01-05T02:37:12.906Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar ASDC sendASDCNotification
2024-01-05T02:37:12.906Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:12.907Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:37:12.907Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:12.907Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:12.907Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422232905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:13.908Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:37:13.910Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:37:13.910Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 41bb5975-12fb-4b88-a0de-6776d50776b9, URL: /sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar to file: /app/ASDC/1/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:13.911Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20240105023545-csar.csar
2024-01-05T02:37:14.006Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:14.007Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:14.521Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16902764387100601089/Definitions/service-Vfw20240105023545-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2024-01-05T02:37:17.049Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2024-01-05T02:37:17.054Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:37:17.054Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bded2255-4527 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-Vfw20240105023545-csar.csar
2024-01-05T02:37:17.055Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:37:17.063Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:17.065Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:17.070Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:17.070Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:37:17.072Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:37:17.074Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:17.074Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:17.074Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:17.074Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:37:17.074Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:37:17.074Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:17.074Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:17.079Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:17.079Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is not matching search criteria
2024-01-05T02:37:17.079Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2024-01-05T02:37:17.079Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.080Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2024-01-05T02:37:17.081Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.081Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2024-01-05T02:37:17.081Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.081Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2024-01-05T02:37:17.081Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:17.081Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2024-01-05T02:37:17.082Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:17.082Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:17.083Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:17.083Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:17.083Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:17.083Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:17.083Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is not matching search criteria
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2024-01-05T02:37:17.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a868bb9b-0add-4fc4-b85b-c9aa300db0ca
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2024-01-05T02:37:17.085Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5e546915-6d85-4cc4-9ea3-68d64b74cc41
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.086Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f82602cb-6926-4c77-bd9d-9818b321757b
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:17.087Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:17.088Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:17.088Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:17.088Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2024-01-05 02-35-45
Description:catalog service description
Model UUID:6a858cd1-02af-4baa-a745-6a7a507b8a04
Model Version:NULL
Model InvariantUuid:1cdaf021-c266-4270-aa18-24520b90ebee
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bded2255-4527
Model UUID:e641a8b9-66b0-4947-a72d-d79c6bd6cf4a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5f271c1f-332a-4545-a64d-6a4a1b679538
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:646d3a44-e5a0-4a34-a1b2-debd762b4a98
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:417cfc05-677c-4d0c-92b4-c599f8aa3e29
ModelName:VfwBded22554527..base_vfw..module-0
ModelUuid:268f896b-d847-4bd9-afa0-ac9f596caffe
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a868bb9b-0add-4fc4-b85b-c9aa300db0ca
ModelInvariantUuid:11e8147d-c6e6-4226-9cfb-417b914c3ca5
ModelName:vFW bded2255-4527-nodes.vfwCvfc
ModelUuid:533e8837-d2c0-4a37-920e-498288f5c530
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1e0413ed-6c8d-41af-89a5-87c1c3268932
ModelInvariantUuid:3fa94cba-0792-4e39-a9f4-0bf5d82035db
ModelName:VfwBded22554527.compute.nodes.heat.vfw
ModelUuid:9b7c77bd-f2cd-4884-8bd6-49b332d4fac7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5e546915-6d85-4cc4-9ea3-68d64b74cc41
ModelInvariantUuid:85f4fed3-e32e-4673-aceb-d0959357a0c4
ModelName:vFW bded2255-4527-nodes.vsnCvfc
ModelUuid:a6017319-cae6-4135-9674-1b521ee6b9d2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:66c5476a-08ba-4327-994f-df7a3f13affd
ModelInvariantUuid:80d3ca53-a419-45e1-9e28-0b5820182446
ModelName:VfwBded22554527.compute.nodes.heat.vsn
ModelUuid:f77ab2a2-3694-46fd-aad9-b8606502beda
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f82602cb-6926-4c77-bd9d-9818b321757b
ModelInvariantUuid:c84a28f8-1e30-4bea-8e13-adb338879522
ModelName:vFW bded2255-4527-nodes.vpgCvfc
ModelUuid:2e23b290-09d6-4ef9-a315-c74ef6e15b66
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:fdacf0b6-3fe6-4a43-abc6-91df2e6e2020
ModelInvariantUuid:d4691d25-0e2e-4d05-9da7-c712104fd351
ModelName:VfwBded22554527.compute.nodes.heat.vpg
ModelUuid:af96bda0-aee8-4cff-ae01-cf1e6c1f960a
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=?
2024-01-05T02:37:17.119Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 48ce9e47-4861-469b-8f59-c908679a8af5
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=?
2024-01-05T02:37:17.223Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||vFW bded2255-4527 0
2024-01-05T02:37:17.229Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 48ce9e47-4861-469b-8f59-c908679a8af5
2024-01-05T02:37:17.230Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 20f82c88-7d4f-405f-9b56-8c2fc8548c07 from URL: /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json
2024-01-05T02:37:17.230Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:37:17.230Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json
2024-01-05T02:37:17.332Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:37:17.332Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json 20f82c88-7d4f-405f-9b56-8c2fc8548c07 785
2024-01-05T02:37:17.333Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json ASDC sendASDCNotification
2024-01-05T02:37:17.333Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json
2024-01-05T02:37:17.333Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:37:17.334Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:17.334Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:17.334Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422237333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:18.335Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBded22554527..base_vfw..module-0",
"vfModuleModelInvariantUUID": "417cfc05-677c-4d0c-92b4-c599f8aa3e29",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "268f896b-d847-4bd9-afa0-ac9f596caffe",
"vfModuleModelCustomizationUUID": "c01cd5d2-d826-4dfd-9dc8-5384fe5bd23c",
"isBase": true,
"artifacts": [
"e46409ff-4594-4ab1-89a5-9638e0f21d8f",
"efacfb70-62cb-4715-8a08-6c043e3f834a"
],
"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": ""
}
}
]
2024-01-05T02:37:18.350Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBded22554527..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:268f896b-d847-4bd9-afa0-ac9f596caffe
VfModuleModelInvariantUUID:417cfc05-677c-4d0c-92b4-c599f8aa3e29
VfModuleModelDescription:NULL
Artifacts UUID List:{
e46409ff-4594-4ab1-89a5-9638e0f21d8f
,
efacfb70-62cb-4715-8a08-6c043e3f834a
}
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
}
2024-01-05T02:37:18.353Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBded22554527..base_vfw..module-0",
"vfModuleModelInvariantUUID": "417cfc05-677c-4d0c-92b4-c599f8aa3e29",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "268f896b-d847-4bd9-afa0-ac9f596caffe",
"vfModuleModelCustomizationUUID": "c01cd5d2-d826-4dfd-9dc8-5384fe5bd23c",
"isBase": true,
"artifacts": [
"e46409ff-4594-4ab1-89a5-9638e0f21d8f",
"efacfb70-62cb-4715-8a08-6c043e3f834a"
],
"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": ""
}
}
]
2024-01-05T02:37:18.354Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBded22554527..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:268f896b-d847-4bd9-afa0-ac9f596caffe
VfModuleModelInvariantUUID:417cfc05-677c-4d0c-92b4-c599f8aa3e29
VfModuleModelDescription:NULL
Artifacts UUID List:{
e46409ff-4594-4ab1-89a5-9638e0f21d8f
,
efacfb70-62cb-4715-8a08-6c043e3f834a
}
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
}
2024-01-05T02:37:18.354Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e46409ff-4594-4ab1-89a5-9638e0f21d8f from URL: /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml
2024-01-05T02:37:18.354Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:37:18.354Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml
2024-01-05T02:37:18.487Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:37:18.488Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml e46409ff-4594-4ab1-89a5-9638e0f21d8f 20368
2024-01-05T02:37:18.489Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml ASDC sendASDCNotification
2024-01-05T02:37:18.489Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml
2024-01-05T02:37:18.490Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:37:18.490Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:18.490Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:18.490Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422238489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:19.491Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: efacfb70-62cb-4715-8a08-6c043e3f834a from URL: /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env
2024-01-05T02:37:19.492Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:37:19.492Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env
2024-01-05T02:37:19.614Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:37:19.614Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env efacfb70-62cb-4715-8a08-6c043e3f834a 2098
2024-01-05T02:37:19.615Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env ASDC sendASDCNotification
2024-01-05T02:37:19.615Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env
2024-01-05T02:37:19.615Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:37:19.615Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:19.615Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:19.615Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422239614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:20.616Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6a858cd1-02af-4baa-a745-6a7a507b8a04
2024-01-05T02:37:20.616Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bded2255-4527 0 48ce9e47-4861-469b-8f59-c908679a8af5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2024-01-05T02:37:20.660Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bc97b74, org.onap.sdc.toscaparser.api.parameters.Input@6ed1dc95, org.onap.sdc.toscaparser.api.parameters.Input@db4b070, org.onap.sdc.toscaparser.api.parameters.Input@2048fe70, org.onap.sdc.toscaparser.api.parameters.Input@205a23d6]
2024-01-05T02:37:20.664Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.664Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.664Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2024-01-05T02:37:20.664Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 646d3a44-e5a0-4a34-a1b2-debd762b4a98
2024-01-05T02:37:20.665Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 646d3a44-e5a0-4a34-a1b2-debd762b4a98 matches Tosca VF Customization UUID: 646d3a44-e5a0-4a34-a1b2-debd762b4a98
2024-01-05T02:37:20.665Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 646d3a44-e5a0-4a34-a1b2-debd762b4a98 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=?
2024-01-05T02:37:20.675Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.675Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.677Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 646d3a44-e5a0-4a34-a1b2-debd762b4a98: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2024-01-05T02:37:20.677Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f0b9854
2024-01-05T02:37:20.677Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.677Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2024-01-05T02:37:20.678Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c01cd5d2-d826-4dfd-9dc8-5384fe5bd23c
2024-01-05T02:37:20.679Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c01cd5d2-d826-4dfd-9dc8-5384fe5bd23c
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=?
2024-01-05T02:37:20.686Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.687Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:20.687Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:20.688Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.688Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:20.689Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:20.689Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.689Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is not matching search criteria
2024-01-05T02:37:20.689Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:20.690Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2024-01-05T02:37:20.691Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.691Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a868bb9b-0add-4fc4-b85b-c9aa300db0ca
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=?
2024-01-05T02:37:20.700Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.700Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:20.701Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:20.701Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.701Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is not matching search criteria
2024-01-05T02:37:20.701Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2024-01-05T02:37:20.701Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2024-01-05T02:37:20.702Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.703Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5e546915-6d85-4cc4-9ea3-68d64b74cc41
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=?
2024-01-05T02:37:20.707Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.707Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:20.707Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:20.710Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.710Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is not matching search criteria
2024-01-05T02:37:20.710Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2024-01-05T02:37:20.710Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2024-01-05T02:37:20.710Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2024-01-05T02:37:20.710Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2024-01-05T02:37:20.711Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f82602cb-6926-4c77-bd9d-9818b321757b
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=?
2024-01-05T02:37:20.716Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.716Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:20.716Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:37:20.717Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.717Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Node template vFW bded2255-4527 0 is matching search criteria
2024-01-05T02:37:20.717Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW bded2255-4527 0] matching following query criteria: sdcType=VF, customizationUUID=646d3a44-e5a0-4a34-a1b2-debd762b4a98
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=?
2024-01-05T02:37:20.723Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.723Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.724Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6a858cd1-02af-4baa-a745-6a7a507b8a04: vFW bded2255-4527
2024-01-05T02:37:20.724Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.724Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.724Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.725Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.725Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.725Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.725Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.725Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.725Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:37:20.725Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Service vFW 2024-01-05 02-35-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:37:20.726Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2024-01-05 02-35-45
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 (?, ?, ?, ?, ?)
2024-01-05T02:37:21.820Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bded2255-4527 48ce9e47-4861-469b-8f59-c908679a8af5 1 ASDC deployResourceStructure
2024-01-05T02:37:21.821Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json ASDC sendASDCNotification
2024-01-05T02:37:21.821Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json
2024-01-05T02:37:21.822Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:37:21.822Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:21.822Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:21.822Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422241821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:22.824Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml ASDC sendASDCNotification
2024-01-05T02:37:22.824Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml
2024-01-05T02:37:22.824Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:37:22.824Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:22.824Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:22.825Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422242824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:23.825Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env ASDC sendASDCNotification
2024-01-05T02:37:23.826Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env
2024-01-05T02:37:23.826Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:37:23.826Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:23.826Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:23.827Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422243825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:24.827Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar ASDC sendASDCNotification
2024-01-05T02:37:24.828Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar
2024-01-05T02:37:24.828Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:37:24.828Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:37:24.829Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:37:24.829Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422244827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:25.830Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:37:25.874Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:37:25.879Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:37:25.879Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:37:25.880Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:37:39.059Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:37:39.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T02:37:39.061Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "policy-distribution-id",
"timestamp": 1704422205304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:37:39.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:37:39.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2024-01-05T02:37:39.062Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422199121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:37:39.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:37:55.880Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:37:55.909Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:37:55.916Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:37:55.916Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:37:55.917Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:38:25.917Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:38:25.942Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:38:25.948Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:38:25.948Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:38:25.948Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:38:39.059Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:38:39.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.064Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422198069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.065Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "policy-distribution-id",
"timestamp": 1704422205304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "multicloud-k8s",
"timestamp": 1704422200837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
"status": "NOTIFIED"
}
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422199121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
"status": "NOTIFIED"
}
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422198069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.066Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "policy-distribution-id",
"timestamp": 1704422205304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "multicloud-k8s",
"timestamp": 1704422200837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422199121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422198069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "policy-distribution-id",
"timestamp": 1704422205304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "multicloud-k8s",
"timestamp": 1704422200837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422199121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.068Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422198069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.070Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.070Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "policy-distribution-id",
"timestamp": 1704422205304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.070Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "multicloud-k8s",
"timestamp": 1704422200837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422199121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422198069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.071Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "policy-distribution-id",
"timestamp": 1704422205304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "multicloud-k8s",
"timestamp": 1704422200837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422199121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422198069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.072Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "policy-distribution-id",
"timestamp": 1704422205304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "multicloud-k8s",
"timestamp": 1704422200837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422199121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.073Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422198069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704422231112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "aai-model-loader",
"timestamp": 1704422230700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "multicloud-k8s",
"timestamp": 1704422231743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422231305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "policy-distribution-id",
"timestamp": 1704422232366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704422231112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.075Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.076Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "aai-model-loader",
"timestamp": 1704422230700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.076Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.076Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422232905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.076Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.077Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422232320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
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=?
2024-01-05T02:38:39.096Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2a87c70-426b-49bf-a43c-4fe384a703e5
2024-01-05T02:38:39.097Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2a87c70-426b-49bf-a43c-4fe384a703e5 and ComponentName cds
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 (?, ?, ?, ?, ?)
2024-01-05T02:38:39.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.266Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "policy-distribution-id",
"timestamp": 1704422233379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "DEPLOY_OK"
}
2024-01-05T02:38:39.266Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704422231112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "aai-model-loader",
"timestamp": 1704422230700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "multicloud-k8s",
"timestamp": 1704422232893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.267Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "policy-distribution-id",
"timestamp": 1704422234383,
"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=?
2024-01-05T02:38:39.348Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2a87c70-426b-49bf-a43c-4fe384a703e5
2024-01-05T02:38:39.348Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2a87c70-426b-49bf-a43c-4fe384a703e5 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 (?, ?, ?, ?, ?)
2024-01-05T02:38:39.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.392Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704422231112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.392Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "aai-model-loader",
"timestamp": 1704422230700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.392Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "multicloud-k8s",
"timestamp": 1704422234033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704422231112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "aai-model-loader",
"timestamp": 1704422230700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.393Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "multicloud-k8s",
"timestamp": 1704422235148,
"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=?
2024-01-05T02:38:39.407Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2a87c70-426b-49bf-a43c-4fe384a703e5
2024-01-05T02:38:39.407Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2a87c70-426b-49bf-a43c-4fe384a703e5 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2024-01-05T02:38:39.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704422231112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.430Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "aai-model-loader",
"timestamp": 1704422230700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "multicloud-k8s",
"timestamp": 1704422236151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
"status": "DEPLOY_OK"
}
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422237333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704422231112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:38:39.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "aai-model-loader",
"timestamp": 1704422230700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422238489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704422238364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "aai-model-loader",
"timestamp": 1704422238009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422239614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422241821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/vfwbded225545270_modules.json",
"status": "DEPLOY_OK"
}
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422242824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.433Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704422243603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "DEPLOY_OK"
}
2024-01-05T02:38:39.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.434Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422243825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/resourceInstances/vfwbded225545270/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2024-01-05T02:38:39.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:39.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.434Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704422244606,
"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=?
2024-01-05T02:38:39.452Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2a87c70-426b-49bf-a43c-4fe384a703e5
2024-01-05T02:38:39.452Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2a87c70-426b-49bf-a43c-4fe384a703e5 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 (?, ?, ?, ?, ?)
2024-01-05T02:38:39.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:38:39.493Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422244827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "DEPLOY_OK"
}
2024-01-05T02:38:39.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:38:55.949Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:38:55.976Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:38:55.984Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:38:55.984Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:38:55.984Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:39:25.985Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:39:26.009Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:39:26.014Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:39:26.016Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:39:26.016Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:39:39.059Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:39:39.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:39:39.061Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "aai-model-loader",
"timestamp": 1704422268131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20240105023545/1.0/artifacts/service-Vfw20240105023545-csar.csar",
"status": "DEPLOY_OK"
}
2024-01-05T02:39:39.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:39:39.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:39:39.062Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "aai-model-loader",
"timestamp": 1704422269134,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"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=?
2024-01-05T02:39:39.081Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2a87c70-426b-49bf-a43c-4fe384a703e5
2024-01-05T02:39:39.081Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2a87c70-426b-49bf-a43c-4fe384a703e5 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 (?, ?, ?, ?, ?)
2024-01-05T02:39:56.017Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:39:56.042Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5
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=?
2024-01-05T02:39:56.050Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:39:56.050Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2024-01-05T02:39:56.050Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2024-01-05T02:39:56.050Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2024-01-05T02:39:56.051Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2024-01-05T02:39:56.051Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2024-01-05T02:39:56.051Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2024-01-05T02:39:56.051Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2024-01-05T02:39:56.051Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2024-01-05T02:39:56.051Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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=?
2024-01-05T02:39:56.068Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2024-01-05T02:40:26.068Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2a87c70-426b-49bf-a43c-4fe384a703e5 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=?
2024-01-05T02:40:26.083Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2a87c70-426b-49bf-a43c-4fe384a703e5 and serviceModelVersionId: 6a858cd1-02af-4baa-a745-6a7a507b8a04
2024-01-05T02:40:26.084Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1cdaf021-c266-4270-aa18-24520b90ebee
2024-01-05T02:40:39.059Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:40:42.626Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1cdaf021-c266-4270-aa18-24520b90ebee/model-vers/model-ver/6a858cd1-02af-4baa-a745-6a7a507b8a04?depth=0
2024-01-05T02:40:42.777Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2024-01-05T02:40:43.409Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1cdaf021-c266-4270-aa18-24520b90ebee/model-vers/model-ver/6a858cd1-02af-4baa-a745-6a7a507b8a04?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]}
2024-01-05T02:40:43.414Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1cdaf021-c266-4270-aa18-24520b90ebee/model-vers/model-ver/6a858cd1-02af-4baa-a745-6a7a507b8a04?depth=0|INFO|500||Invoke
2024-01-05T02:40:43.440Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1cdaf021-c266-4270-aa18-24520b90ebee/model-vers/model-ver/6a858cd1-02af-4baa-a745-6a7a507b8a04?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2024-01-05T02:40:43.761Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1cdaf021-c266-4270-aa18-24520b90ebee/model-vers/model-ver/6a858cd1-02af-4baa-a745-6a7a507b8a04?depth=0|INFO|500||InvokeReturn
2024-01-05T02:40:43.761Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1cdaf021-c266-4270-aa18-24520b90ebee/model-vers/model-ver/6a858cd1-02af-4baa-a745-6a7a507b8a04?depth=0 has http status code:200 and response headers:{date=[Fri, 05 Jan 2024 02:40:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[302], vertex-id=[336016], x-aai-txid=[2-aai-resources-240105-02:40:43:201-19497], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2024-01-05T02:40:43.762Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2024-01-05T02:40:43.767Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2024-01-05T02:40:43.767Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
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=?
2024-01-05T02:40:43.777Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||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:69)
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)
2024-01-05T02:40:43.778Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2a87c70-426b-49bf-a43c-4fe384a703e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2024-01-05T02:40:43.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2024-01-05T02:40:43.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:40:43.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:40:43.779Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422443778,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:40:43.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2024-01-05T02:40:43.794Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
"distributionID": "c2a87c70-426b-49bf-a43c-4fe384a703e5",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422443778,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2024-01-05T02:40:43.795Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2024-01-05T02:40:44.830Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:41:39.059Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:41:44.832Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:42:39.059Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:42:44.834Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:43:39.061Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:43:44.834Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:44:39.061Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:44:44.835Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:45:39.062Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:45:44.836Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:46:39.063Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:46:44.837Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:47:39.063Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:47:44.839Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:48:39.065Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:48:44.840Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:49:39.065Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:49:44.841Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:49:46.742Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T02:49:46.742Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"bd39bb09-0353-4905-be7d-bded6d2c0a1f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b4f7e546-b588-40c4-87e9-8f23a912f061","serviceDescription":"service","serviceInvariantUUID":"1f41922a-46a9-4dae-8baa-6adae36df2fe","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"397e66ab-dc93-4ec4-b112-aa7439673f78","resourceInvariantUUID":"c8684107-de54-42bd-8493-0f8feb2b3754","resourceCustomizationUUID":"8af93d24-63f8-44d4-b7c9-293a2fcd4117","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":"MTRlNGU3ODM2YjUxNmRiOWMwNTE1OTBhY2MyYWJkZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e18d91a3-a585-4d52-9179-67d726604f63","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTU4Mzg3N2JjM2E2MjQ5NjIxYTE4ZjZmYjgzYTlmYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac2b3fff-0f75-457e-8789-269c2ef995c8","artifactVersion":"1"}],"workloadContext":"Production"}
2024-01-05T02:49:46.745Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:49:46.745Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:49:46.746Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:49:46.746Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422984841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:49:46.747Z||kafka-producer-network-thread | SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-289f6e1f-8f29-4506-b459-c21a1a7f0807] Node 1 disconnected.
2024-01-05T02:49:46.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:49:46.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422953334,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:49:46.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:49:47.748Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:49:47.748Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:49:47.749Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:49:47.749Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422984841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:49:48.749Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b4f7e546-b588-40c4-87e9-8f23a912f061",
"serviceDescription": "service",
"serviceInvariantUUID": "1f41922a-46a9-4dae-8baa-6adae36df2fe",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "8af93d24-63f8-44d4-b7c9-293a2fcd4117",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "397e66ab-dc93-4ec4-b112-aa7439673f78",
"resourceInvariantUUID": "c8684107-de54-42bd-8493-0f8feb2b3754",
"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": "MTU4Mzg3N2JjM2E2MjQ5NjIxYTE4ZjZmYjgzYTlmYzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ac2b3fff-0f75-457e-8789-269c2ef995c8"
}
],
"workloadContext": "Production"
}
2024-01-05T02:49:48.750Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2024-01-05T02:49:48.750Z|c2a87c70-426b-49bf-a43c-4fe384a703e5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b4f7e546-b588-40c4-87e9-8f23a912f061 ASDC
2024-01-05T02:49:48.750Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:bd39bb09-0353-4905-be7d-bded6d2c0a1f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b4f7e546-b588-40c4-87e9-8f23a912f061
ServiceInvariantUUID:1f41922a-46a9-4dae-8baa-6adae36df2fe
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:ac2b3fff-0f75-457e-8789-269c2ef995c8
ArtifactChecksum:MTU4Mzg3N2JjM2E2MjQ5NjIxYTE4ZjZmYjgzYTlmYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8af93d24-63f8-44d4-b7c9-293a2fcd4117
ResourceInvariantUUID:c8684107-de54-42bd-8493-0f8feb2b3754
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:397e66ab-dc93-4ec4-b112-aa7439673f78
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2024-01-05T02:49:48.750Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4f7e546-b588-40c4-87e9-8f23a912f061 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 (?, ?, ?, ?, ?)
2024-01-05T02:49:48.961Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:49:48.962Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:49:48.962Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:49:48.962Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ac2b3fff-0f75-457e-8789-269c2ef995c8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2024-01-05T02:49:48.962Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:49:48.962Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2024-01-05T02:49:49.058Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:49:49.060Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ac2b3fff-0f75-457e-8789-269c2ef995c8 56934
2024-01-05T02:49:49.060Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2024-01-05T02:49:49.060Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2024-01-05T02:49:49.060Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:49:49.060Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:49:49.060Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:49:49.061Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422989060,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:49:50.062Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:49:50.063Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:49:50.063Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ac2b3fff-0f75-457e-8789-269c2ef995c8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2024-01-05T02:49:50.063Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2024-01-05T02:49:50.063Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2024-01-05T02:49:50.064Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2024-01-05T02:49:50.142Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12813731136710520108/Definitions/service-BasicNetwork-template.yml
2024-01-05T02:49:50.487Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2024-01-05T02:49:50.488Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:49:50.488Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2024-01-05T02:49:50.488Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2024-01-05T02:49:50.488Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:49:50.489Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:49:50.490Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.490Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2024-01-05T02:49:50.490Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:49:50.490Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:49:50.491Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:49:50.491Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.491Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2024-01-05T02:49:50.491Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:49:50.491Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:49:50.492Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:49:50.492Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.492Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:49:50.492Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.492Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:49:50.493Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.493Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:49:50.494Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.494Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:49:50.494Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.494Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b4f7e546-b588-40c4-87e9-8f23a912f061
Model Version:NULL
Model InvariantUuid:1f41922a-46a9-4dae-8baa-6adae36df2fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c8684107-de54-42bd-8493-0f8feb2b3754
Model UUID:fe214d50-faca-4406-b536-d089a296ba2e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:8af93d24-63f8-44d4-b7c9-293a2fcd4117
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=?
2024-01-05T02:49:50.512Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 397e66ab-dc93-4ec4-b112-aa7439673f78
2024-01-05T02:49:50.513Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||No resources found for Service: b4f7e546-b588-40c4-87e9-8f23a912f061
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=?
2024-01-05T02:49:50.521Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||
2024-01-05T02:49:50.521Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2024-01-05T02:49:50.522Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||No resources found for Service: b4f7e546-b588-40c4-87e9-8f23a912f061
2024-01-05T02:49:50.522Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b4f7e546-b588-40c4-87e9-8f23a912f061
2024-01-05T02:49:50.523Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2024-01-05T02:49:50.523Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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=?
2024-01-05T02:49:50.539Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64dd09b9, org.onap.sdc.toscaparser.api.parameters.Input@74274aaf, org.onap.sdc.toscaparser.api.parameters.Input@7d7a29f4, org.onap.sdc.toscaparser.api.parameters.Input@18326f00, org.onap.sdc.toscaparser.api.parameters.Input@142e2d7e]
2024-01-05T02:49:50.541Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:49:50.541Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.541Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:49:50.542Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.542Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b4f7e546-b588-40c4-87e9-8f23a912f061: Generic NeutronNet
2024-01-05T02:49:50.542Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:49:50.542Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.542Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:49:50.543Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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=?
2024-01-05T02:49:50.581Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:49:50.582Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.583Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:49:50.584Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.584Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:49:50.585Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:49:50.586Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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 (?, ?)
2024-01-05T02:49:50.933Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2024-01-05T02:49:50.934Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2024-01-05T02:49:50.934Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2024-01-05T02:49:50.934Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:49:50.934Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:49:50.934Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:49:50.935Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422990934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:49:51.935Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
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=?
2024-01-05T02:49:51.970Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
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=?
2024-01-05T02:49:51.980Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:49:51.980Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:49:51.981Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:50:21.981Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
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=?
2024-01-05T02:50:22.009Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
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=?
2024-01-05T02:50:22.014Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:50:22.015Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:50:22.015Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:50:39.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:50:39.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:50:39.061Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704422981112,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:50:39.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:50:39.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:50:39.062Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "policy-distribution-id",
"timestamp": 1704422985412,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:50:39.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:50:52.015Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
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=?
2024-01-05T02:50:52.039Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
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=?
2024-01-05T02:50:52.044Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:50:52.044Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:50:52.044Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:51:22.044Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
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=?
2024-01-05T02:51:22.063Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
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=?
2024-01-05T02:51:22.067Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:51:22.067Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:51:22.067Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:51:39.060Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:51:39.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.066Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "multicloud-k8s",
"timestamp": 1704422957179,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.067Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "aai-model-loader",
"timestamp": 1704422980700,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422984841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422984841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.068Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422953334,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:51:39.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.069Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704422981112,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:51:39.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.070Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "aai-model-loader",
"timestamp": 1704422980700,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:51:39.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.071Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "policy-distribution-id",
"timestamp": 1704422985412,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:51:39.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.071Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "multicloud-k8s",
"timestamp": 1704422957179,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:51:39.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704422988823,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422987947,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "aai-model-loader",
"timestamp": 1704422988393,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.073Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "policy-distribution-id",
"timestamp": 1704422989021,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.073Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.073Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422989060,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.074Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422988951,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
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=?
2024-01-05T02:51:39.093Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd39bb09-0353-4905-be7d-bded6d2c0a1f
2024-01-05T02:51:39.094Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd39bb09-0353-4905-be7d-bded6d2c0a1f and ComponentName cds
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 (?, ?, ?, ?, ?)
2024-01-05T02:51:39.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.157Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "policy-distribution-id",
"timestamp": 1704422990025,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2024-01-05T02:51:39.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.157Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "SO-sdc-controller",
"timestamp": 1704422990934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2024-01-05T02:51:39.158Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.158Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "policy-distribution-id",
"timestamp": 1704422991026,
"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=?
2024-01-05T02:51:39.172Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd39bb09-0353-4905-be7d-bded6d2c0a1f
2024-01-05T02:51:39.172Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd39bb09-0353-4905-be7d-bded6d2c0a1f 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 (?, ?, ?, ?, ?)
2024-01-05T02:51:39.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.254Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704422990873,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2024-01-05T02:51:39.255Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.255Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704422991874,
"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=?
2024-01-05T02:51:39.271Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd39bb09-0353-4905-be7d-bded6d2c0a1f
2024-01-05T02:51:39.272Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd39bb09-0353-4905-be7d-bded6d2c0a1f 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 (?, ?, ?, ?, ?)
2024-01-05T02:51:39.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.310Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "aai-model-loader",
"timestamp": 1704422993197,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2024-01-05T02:51:39.311Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.311Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "aai-model-loader",
"timestamp": 1704422994199,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"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=?
2024-01-05T02:51:39.323Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd39bb09-0353-4905-be7d-bded6d2c0a1f
2024-01-05T02:51:39.324Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd39bb09-0353-4905-be7d-bded6d2c0a1f 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 (?, ?, ?, ?, ?)
2024-01-05T02:51:39.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "aai-model-loader",
"timestamp": 1704423010700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422989953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "multicloud-k8s",
"timestamp": 1704423018163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423011112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "policy-distribution-id",
"timestamp": 1704423022029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "aai-model-loader",
"timestamp": 1704423010700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422989953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423011112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "multicloud-k8s",
"timestamp": 1704423018163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "policy-distribution-id",
"timestamp": 1704423022029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "aai-model-loader",
"timestamp": 1704423010700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422989953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423011112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "multicloud-k8s",
"timestamp": 1704423018163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "policy-distribution-id",
"timestamp": 1704423022029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "aai-model-loader",
"timestamp": 1704423010700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422989953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423011112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "multicloud-k8s",
"timestamp": 1704423018163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "policy-distribution-id",
"timestamp": 1704423022029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.369Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "aai-model-loader",
"timestamp": 1704423010700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.370Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422989953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.370Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423011112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "multicloud-k8s",
"timestamp": 1704423018163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "policy-distribution-id",
"timestamp": 1704423022029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "aai-model-loader",
"timestamp": 1704423010700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.372Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422989953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.372Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423011112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.372Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "multicloud-k8s",
"timestamp": 1704423018163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "policy-distribution-id",
"timestamp": 1704423022029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "aai-model-loader",
"timestamp": 1704423010700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.373Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423011112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422989953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "multicloud-k8s",
"timestamp": 1704423018163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.374Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "policy-distribution-id",
"timestamp": 1704423022029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "aai-model-loader",
"timestamp": 1704423010700,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423011112,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "multicloud-k8s",
"timestamp": 1704423018163,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "cds-sdc-listener",
"timestamp": 1704422989953,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "policy-distribution-id",
"timestamp": 1704423022029,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:51:39.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.377Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "aai-model-loader",
"timestamp": 1704423032101,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.377Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423032536,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "policy-distribution-id",
"timestamp": 1704423032740,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "cds-sdc-listener",
"timestamp": 1704423031668,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.379Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "policy-distribution-id",
"timestamp": 1704423033743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "DEPLOY_OK"
}
2024-01-05T02:51:39.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.379Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "cds-sdc-listener",
"timestamp": 1704423032678,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2024-01-05T02:51:39.441Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
2024-01-05T02:51:39.441Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3064ed6e-ea0b-41de-87dd-43dbb3b4a717 and ComponentName cds
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 (?, ?, ?, ?, ?)
2024-01-05T02:51:39.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.483Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423034538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "DEPLOY_OK"
}
2024-01-05T02:51:39.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:51:39.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.484Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "policy-distribution-id",
"timestamp": 1704423034746,
"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=?
2024-01-05T02:51:39.500Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
2024-01-05T02:51:39.500Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3064ed6e-ea0b-41de-87dd-43dbb3b4a717 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 (?, ?, ?, ?, ?)
2024-01-05T02:51:39.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:51:39.541Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423035539,
"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=?
2024-01-05T02:51:39.553Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
2024-01-05T02:51:39.553Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3064ed6e-ea0b-41de-87dd-43dbb3b4a717 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 (?, ?, ?, ?, ?)
2024-01-05T02:51:52.067Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
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=?
2024-01-05T02:51:52.095Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f
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=?
2024-01-05T02:51:52.101Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2024-01-05T02:51:52.102Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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=?
2024-01-05T02:51:52.119Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2024-01-05T02:52:22.120Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f 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=?
2024-01-05T02:52:22.128Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd39bb09-0353-4905-be7d-bded6d2c0a1f and serviceModelVersionId: b4f7e546-b588-40c4-87e9-8f23a912f061
2024-01-05T02:52:22.128Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f41922a-46a9-4dae-8baa-6adae36df2fe
2024-01-05T02:52:22.128Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0
2024-01-05T02:52:22.132Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2024-01-05T02:52:22.168Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0|INFO|500||Invoke
2024-01-05T02:52:22.169Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bd39bb09-0353-4905-be7d-bded6d2c0a1f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[571afa46-48d4-42f7-b8ca-efc2a93218d7], X-ECOMP-RequestID=[bd39bb09-0353-4905-be7d-bded6d2c0a1f], X-TransactionId=[], X-ONAP-RequestID=[bd39bb09-0353-4905-be7d-bded6d2c0a1f], Content-Type=[application/merge-patch+json]}
2024-01-05T02:52:22.175Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2024-01-05T02:52:22.374Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0 has http status code:200 and response headers:{date=[Fri, 05 Jan 2024 02:52:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[164], vertex-id=[229480], x-aai-txid=[2-aai-resources-240105-02:52:21:929-56976], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2024-01-05T02:52:22.374Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0|DEBUG|500||Response was returned with an empty entity.
2024-01-05T02:52:22.380Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1f41922a-46a9-4dae-8baa-6adae36df2fe/model-vers/model-ver/b4f7e546-b588-40c4-87e9-8f23a912f061?depth=0|INFO|500||InvokeReturn
2024-01-05T02:52:22.381Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2024-01-05T02:52:22.381Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
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=?
2024-01-05T02:52:22.388Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||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:69)
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)
2024-01-05T02:52:22.388Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd39bb09-0353-4905-be7d-bded6d2c0a1f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2024-01-05T02:52:22.388Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2024-01-05T02:52:22.389Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:22.389Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:22.389Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423142388,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
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=?
2024-01-05T02:52:23.437Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2024-01-05T02:52:23.444Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T02:52:23.444Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"3064ed6e-ea0b-41de-87dd-43dbb3b4a717","serviceName":"Demo_pNF_B7UTcWE9Br8uO9SzNLG1","serviceVersion":"1.0","serviceUUID":"31756f9d-693b-450e-9983-75fbea96c5ee","serviceDescription":"catalog service description","serviceInvariantUUID":"aba77908-ecd4-43d1-ac48-be750a11cf45","resources":[{"resourceInstanceName":"pNF 94befabd-2014 0","resourceName":"pNF 94befabd-2014","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"477a85aa-92ba-4f78-a57b-ce84781e4207","resourceInvariantUUID":"e59e89a5-ad33-4610-a6f7-e41a2e656357","resourceCustomizationUUID":"dd98a129-037e-44b2-8d5e-b7086298cd03","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml","artifactChecksum":"NGRmMTE2MzI5NDEyY2VkZGNiZDZjN2FiY2ZkM2MyYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd673990-6e92-479c-bca0-c2e18048ba64","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar","artifactChecksum":"YjNkZDU0YjVlZjQwZDEyODJhYWQ4MmRlMzc5NmNmYTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02f6b380-db20-43f5-a750-1597fd9a89b2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bebd90e5-6eb7-481a-8563-1b38435090b8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml","artifactChecksum":"ZjE5OWVlNDk3Y2UwMDZlMmFkN2QzYTAzNDU1NzcwZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14c92a39-f134-46a8-b106-7319572c2614","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d815444e-adec-4df4-99fe-5b91272509b4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"73d222a3-49b6-485e-82d9-b7bbc3855683","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml","artifactChecksum":"ZGQ1YTRjMDY0YTljYzNkYmY0MjkwYzhmN2ExYjUxNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e27a2146-bc67-42da-980f-8b151635d2f4","artifactVersion":"1"},{"artifactName":"service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar","artifactChecksum":"MTA4YjdlM2M0NTZmZjM0ZGJhYzNjODliZWUyM2FlYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da15cc64-9613-4afa-a440-460e9a433035","artifactVersion":"1"}],"workloadContext":"Production"}
2024-01-05T02:52:23.447Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:23.447Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:23.447Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:23.447Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:24.448Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:24.448Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:24.448Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:24.448Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:25.449Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:25.449Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:25.450Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:25.450Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:26.451Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:26.451Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:26.451Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:26.451Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:27.452Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:27.453Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:27.453Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:27.453Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:28.454Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:28.455Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:28.455Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:28.456Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:29.457Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:29.457Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:29.457Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:29.457Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:30.460Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:52:30.461Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:30.462Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:30.462Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:31.465Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"serviceName": "Demo_pNF_B7UTcWE9Br8uO9SzNLG1",
"serviceVersion": "1.0",
"serviceUUID": "31756f9d-693b-450e-9983-75fbea96c5ee",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "aba77908-ecd4-43d1-ac48-be750a11cf45",
"resources": [
{
"resourceInstanceName": "pNF 94befabd-2014 0",
"resourceCustomizationUUID": "dd98a129-037e-44b2-8d5e-b7086298cd03",
"resourceName": "pNF 94befabd-2014",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "477a85aa-92ba-4f78-a57b-ce84781e4207",
"resourceInvariantUUID": "e59e89a5-ad33-4610-a6f7-e41a2e656357",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"artifactChecksum": "MTA4YjdlM2M0NTZmZjM0ZGJhYzNjODliZWUyM2FlYWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "da15cc64-9613-4afa-a440-460e9a433035"
}
],
"workloadContext": "Production"
}
2024-01-05T02:52:31.466Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2024-01-05T02:52:31.466Z|bd39bb09-0353-4905-be7d-bded6d2c0a1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 31756f9d-693b-450e-9983-75fbea96c5ee ASDC
2024-01-05T02:52:31.466Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:3064ed6e-ea0b-41de-87dd-43dbb3b4a717
ServiceName:Demo_pNF_B7UTcWE9Br8uO9SzNLG1
ServiceVersion:1.0
ServiceUUID:31756f9d-693b-450e-9983-75fbea96c5ee
ServiceInvariantUUID:aba77908-ecd4-43d1-ac48-be750a11cf45
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
ArtifactUUID:da15cc64-9613-4afa-a440-460e9a433035
ArtifactChecksum:MTA4YjdlM2M0NTZmZjM0ZGJhYzNjODliZWUyM2FlYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 94befabd-2014 0
ResourceCustomizationUUID:dd98a129-037e-44b2-8d5e-b7086298cd03
ResourceInvariantUUID:e59e89a5-ad33-4610-a6f7-e41a2e656357
ResourceName:pNF 94befabd-2014
ResourceType:PNF
ResourceUUID:477a85aa-92ba-4f78-a57b-ce84781e4207
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2024-01-05T02:52:31.466Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 31756f9d-693b-450e-9983-75fbea96c5ee 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=?
2024-01-05T02:52:31.551Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:52:31.552Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:52:31.552Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:52:31.552Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: da15cc64-9613-4afa-a440-460e9a433035 from URL: /sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:31.552Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:52:31.552Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:31.665Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:52:31.667Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar da15cc64-9613-4afa-a440-460e9a433035 86118
2024-01-05T02:52:31.667Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar ASDC sendASDCNotification
2024-01-05T02:52:31.667Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:31.667Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:52:31.668Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:31.668Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:31.668Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423151667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:32.668Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:52:32.669Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:52:32.670Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: da15cc64-9613-4afa-a440-460e9a433035, URL: /sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar to file: /app/ASDC/1/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:32.670Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:32.671Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:32.671Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:32.775Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9814983570748730425/Definitions/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml
2024-01-05T02:52:33.431Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||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-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||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-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||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-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||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-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 94befabd-2014 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-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.432Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||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-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.433Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:52:33.433Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:52:33.433Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.433Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Node template pNF 94befabd-2014 0 is matching search criteria
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 94befabd-2014 0] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Node template pNF 94befabd-2014 0 is matching search criteria
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 94befabd-2014 0] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.434Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.435Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_B7UTcWE9Br8uO9SzNLG1
Description:catalog service description
Model UUID:31756f9d-693b-450e-9983-75fbea96c5ee
Model Version:NULL
Model InvariantUuid:aba77908-ecd4-43d1-ac48-be750a11cf45
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2024-01-05T02:52:33.450Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 477a85aa-92ba-4f78-a57b-ce84781e4207
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=?
2024-01-05T02:52:33.456Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||pNF 94befabd-2014 0
2024-01-05T02:52:33.456Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 477a85aa-92ba-4f78-a57b-ce84781e4207
2024-01-05T02:52:33.456Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 31756f9d-693b-450e-9983-75fbea96c5ee
2024-01-05T02:52:33.456Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 31756f9d-693b-450e-9983-75fbea96c5ee
2024-01-05T02:52:33.457Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 94befabd-2014 0 477a85aa-92ba-4f78-a57b-ce84781e4207 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2024-01-05T02:52:33.469Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f2b5d1b, org.onap.sdc.toscaparser.api.parameters.Input@36c77f7f, org.onap.sdc.toscaparser.api.parameters.Input@526a29cf, org.onap.sdc.toscaparser.api.parameters.Input@44cd0c0f, org.onap.sdc.toscaparser.api.parameters.Input@71bb5208]
2024-01-05T02:52:33.469Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:52:33.469Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.469Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 31756f9d-693b-450e-9983-75fbea96c5ee: pNF 94befabd-2014
2024-01-05T02:52:33.470Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Processing PNF resource: 477a85aa-92ba-4f78-a57b-ce84781e4207
2024-01-05T02:52:33.470Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:52:33.470Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_B7UTcWE9Br8uO9SzNLG1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:52:33.470Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Resource customization UUID: dd98a129-037e-44b2-8d5e-b7086298cd03 is the same as notified resource customizationUUID: dd98a129-037e-44b2-8d5e-b7086298cd03
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2024-01-05T02:52:33.630Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 94befabd-2014 477a85aa-92ba-4f78-a57b-ce84781e4207 0 ASDC deployResourceStructure
2024-01-05T02:52:33.631Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar ASDC sendASDCNotification
2024-01-05T02:52:33.631Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar
2024-01-05T02:52:33.631Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2024-01-05T02:52:33.632Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:52:33.632Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:52:33.632Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423153631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:34.633Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
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=?
2024-01-05T02:52:34.655Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
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=?
2024-01-05T02:52:34.658Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:52:34.659Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2024-01-05T02:52:34.659Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2024-01-05T02:52:39.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:52:39.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.062Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "aai-model-loader",
"timestamp": 1704423039061,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "DEPLOY_OK"
}
2024-01-05T02:52:39.063Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.063Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "aai-model-loader",
"timestamp": 1704423040063,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"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=?
2024-01-05T02:52:39.079Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
2024-01-05T02:52:39.079Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3064ed6e-ea0b-41de-87dd-43dbb3b4a717 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 (?, ?, ?, ?, ?)
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "policy-distribution-id",
"timestamp": 1704423065750,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "multicloud-k8s",
"timestamp": 1704423062022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "cds-sdc-listener",
"timestamp": 1704423033682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.123Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423071112,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "aai-model-loader",
"timestamp": 1704423070700,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "policy-distribution-id",
"timestamp": 1704423065750,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.125Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "multicloud-k8s",
"timestamp": 1704423062022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2024-01-05T02:52:39.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.125Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "cds-sdc-listener",
"timestamp": 1704423033682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.125Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423071112,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.126Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "aai-model-loader",
"timestamp": 1704423070700,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.126Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "policy-distribution-id",
"timestamp": 1704423065750,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2024-01-05T02:52:39.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "multicloud-k8s",
"timestamp": 1704423062022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "cds-sdc-listener",
"timestamp": 1704423033682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423071112,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "aai-model-loader",
"timestamp": 1704423070700,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "policy-distribution-id",
"timestamp": 1704423065750,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.128Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "multicloud-k8s",
"timestamp": 1704423062022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "cds-sdc-listener",
"timestamp": 1704423033682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423071112,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "aai-model-loader",
"timestamp": 1704423070700,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.129Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "policy-distribution-id",
"timestamp": 1704423065750,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "multicloud-k8s",
"timestamp": 1704423062022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "cds-sdc-listener",
"timestamp": 1704423033682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.130Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423071112,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "aai-model-loader",
"timestamp": 1704423070700,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "policy-distribution-id",
"timestamp": 1704423065750,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.131Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "multicloud-k8s",
"timestamp": 1704423062022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "cds-sdc-listener",
"timestamp": 1704423033682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423071112,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "aai-model-loader",
"timestamp": 1704423070700,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:52:39.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "policy-distribution-id",
"timestamp": 1704423065750,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "multicloud-k8s",
"timestamp": 1704423062022,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.133Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "cds-sdc-listener",
"timestamp": 1704423033682,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:52:39.134Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.134Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423071112,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:52:39.134Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.134Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "aai-model-loader",
"timestamp": 1704423070700,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "multicloud-k8s",
"timestamp": 1704423077652,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "cds-sdc-listener",
"timestamp": 1704423077196,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.135Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "policy-distribution-id",
"timestamp": 1704423078270,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423078248,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "aai-model-loader",
"timestamp": 1704423077824,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.137Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "policy-distribution-id",
"timestamp": 1704423079273,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2024-01-05T02:52:39.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.137Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "cds-sdc-listener",
"timestamp": 1704423078202,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2024-01-05T02:52:39.280Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a5bbe9e2-39c0-4593-9e7a-e6d64669ae91
2024-01-05T02:52:39.280Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5bbe9e2-39c0-4593-9e7a-e6d64669ae91 and ComponentName cds
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 (?, ?, ?, ?, ?)
2024-01-05T02:52:39.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "multicloud-k8s",
"timestamp": 1704423078754,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:52:39.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "policy-distribution-id",
"timestamp": 1704423080274,
"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=?
2024-01-05T02:52:39.376Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5bbe9e2-39c0-4593-9e7a-e6d64669ae91
2024-01-05T02:52:39.377Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5bbe9e2-39c0-4593-9e7a-e6d64669ae91 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 (?, ?, ?, ?, ?)
2024-01-05T02:52:39.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.423Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "multicloud-k8s",
"timestamp": 1704423079872,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:52:39.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.424Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423080710,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2024-01-05T02:52:39.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.424Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "multicloud-k8s",
"timestamp": 1704423080922,
"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=?
2024-01-05T02:52:39.437Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5bbe9e2-39c0-4593-9e7a-e6d64669ae91
2024-01-05T02:52:39.438Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5bbe9e2-39c0-4593-9e7a-e6d64669ae91 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2024-01-05T02:52:39.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.455Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1704423081713,
"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=?
2024-01-05T02:52:39.467Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a5bbe9e2-39c0-4593-9e7a-e6d64669ae91
2024-01-05T02:52:39.467Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5bbe9e2-39c0-4593-9e7a-e6d64669ae91 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 (?, ?, ?, ?, ?)
2024-01-05T02:52:39.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.511Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "multicloud-k8s",
"timestamp": 1704423081924,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2024-01-05T02:52:39.511Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.511Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "aai-model-loader",
"timestamp": 1704423086383,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2024-01-05T02:52:39.512Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:52:39.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:52:39.512Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "aai-model-loader",
"timestamp": 1704423087385,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"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=?
2024-01-05T02:52:39.526Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a5bbe9e2-39c0-4593-9e7a-e6d64669ae91
2024-01-05T02:52:39.527Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5bbe9e2-39c0-4593-9e7a-e6d64669ae91 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 (?, ?, ?, ?, ?)
2024-01-05T02:53:04.659Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
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=?
2024-01-05T02:53:04.686Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3064ed6e-ea0b-41de-87dd-43dbb3b4a717
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=?
2024-01-05T02:53:04.692Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2024-01-05T02:53:04.693Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2024-01-05T02:53:04.693Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2024-01-05T02:53:04.693Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2024-01-05T02:53:04.693Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2024-01-05T02:53:04.693Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2024-01-05T02:53:04.693Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2024-01-05T02:53:04.693Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2024-01-05T02:53:04.694Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2024-01-05T02:53:04.694Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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=?
2024-01-05T02:53:04.712Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2024-01-05T02:53:34.713Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3064ed6e-ea0b-41de-87dd-43dbb3b4a717 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=?
2024-01-05T02:53:34.722Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3064ed6e-ea0b-41de-87dd-43dbb3b4a717 and serviceModelVersionId: 31756f9d-693b-450e-9983-75fbea96c5ee
2024-01-05T02:53:34.723Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aba77908-ecd4-43d1-ac48-be750a11cf45
2024-01-05T02:53:34.724Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0
2024-01-05T02:53:34.733Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2024-01-05T02:53:34.818Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0|INFO|500||Invoke
2024-01-05T02:53:34.819Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3064ed6e-ea0b-41de-87dd-43dbb3b4a717], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb946f6e-aa49-4d57-927f-f403ddd0c8f6], X-ECOMP-RequestID=[3064ed6e-ea0b-41de-87dd-43dbb3b4a717], X-TransactionId=[], X-ONAP-RequestID=[3064ed6e-ea0b-41de-87dd-43dbb3b4a717], Content-Type=[application/merge-patch+json]}
2024-01-05T02:53:34.829Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2024-01-05T02:53:35.035Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0 has http status code:200 and response headers:{date=[Fri, 05 Jan 2024 02:53:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[203], vertex-id=[184392], x-aai-txid=[1-aai-resources-240105-02:53:34:583-32878], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2024-01-05T02:53:35.036Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0|DEBUG|500||Response was returned with an empty entity.
2024-01-05T02:53:35.036Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aba77908-ecd4-43d1-ac48-be750a11cf45/model-vers/model-ver/31756f9d-693b-450e-9983-75fbea96c5ee?depth=0|INFO|500||InvokeReturn
2024-01-05T02:53:35.037Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2024-01-05T02:53:35.037Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
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=?
2024-01-05T02:53:35.056Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||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:69)
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)
2024-01-05T02:53:35.056Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3064ed6e-ea0b-41de-87dd-43dbb3b4a717 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2024-01-05T02:53:35.058Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2024-01-05T02:53:35.059Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:35.059Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:35.059Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423215058,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
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=?
2024-01-05T02:53:36.137Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||received message from topic
2024-01-05T02:53:36.137Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"a5bbe9e2-39c0-4593-9e7a-e6d64669ae91","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8","serviceDescription":"service","serviceInvariantUUID":"de3a40c0-a03d-422c-b1db-c85956b43507","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f60127d-afeb-4cf5-9027-73942aea4dd9","resourceInvariantUUID":"5801c3b4-99fd-45ac-b2a2-a0c4774b7f38","resourceCustomizationUUID":"4cc1de05-3810-4302-b8ee-1afe448b8e1d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NmVmNWNiMzMyNjlkYzM2MzRmMDA4ZDdlYTdjY2Y3YmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2184e0ff-b469-4eff-a814-050809055067","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZjE4N2E5MzI4Y2UwMTcyOWRmZWYwMjc1MThjZGVhNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb306be9-4135-4c78-a5ed-6cff0c6c2721","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f6d55bdb-d4be-47e5-a4e8-649296ee9183","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c0ae388f-6cb7-4b6c-a50c-c4555c5b139b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d9850101-2013-4dac-a5ee-440378c2a67d","artifactVersion":"2","generatedFromUUID":"f6d55bdb-d4be-47e5-a4e8-649296ee9183"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDNhMDU3MTM2ZDcxZDkxYjEwYzY2MjE1OTI5MDRjNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f074219-894f-4121-b10a-b9dcf540f84b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjMxNmNhYTJmYmYxYmVhMTQxNjA5NzIxMTU1YmYxMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3938781d-1725-4ada-95af-28159caa32fb","artifactVersion":"1"}],"workloadContext":"Production"}
2024-01-05T02:53:36.137Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:53:36.138Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:36.138Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:36.138Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:37.140Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:53:37.141Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:37.141Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:37.141Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:38.142Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:53:38.143Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:38.143Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:38.144Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:39.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:39.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.063Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "bd39bb09-0353-4905-be7d-bded6d2c0a1f",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423142388,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2024-01-05T02:53:39.064Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.065Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:53:39.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.065Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.066Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:53:39.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.067Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/resourceInstances/pnf94befabd20140/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:53:39.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.067Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-template.yml",
"status": "NOT_NOTIFIED"
}
2024-01-05T02:53:39.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.068Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "NOTIFIED"
}
2024-01-05T02:53:39.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.069Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423151667,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "DOWNLOAD_OK"
}
2024-01-05T02:53:39.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2024-01-05T02:53:39.069Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "3064ed6e-ea0b-41de-87dd-43dbb3b4a717",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423153631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfB7utcwe9br8uo9sznlg1/1.0/artifacts/service-DemoPnfB7utcwe9br8uo9sznlg1-csar.csar",
"status": "DEPLOY_OK"
}
2024-01-05T02:53:39.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2024-01-05T02:53:39.144Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:53:39.145Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:39.145Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:39.145Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:40.146Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:53:40.147Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:40.147Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:40.148Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:41.149Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:53:41.149Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:41.149Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:41.149Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:42.150Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2024-01-05T02:53:42.151Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:42.152Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:42.152Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423143437,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:43.153Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8",
"serviceDescription": "service",
"serviceInvariantUUID": "de3a40c0-a03d-422c-b1db-c85956b43507",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "4cc1de05-3810-4302-b8ee-1afe448b8e1d",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6f60127d-afeb-4cf5-9027-73942aea4dd9",
"resourceInvariantUUID": "5801c3b4-99fd-45ac-b2a2-a0c4774b7f38",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZjE4N2E5MzI4Y2UwMTcyOWRmZWYwMjc1MThjZGVhNmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fb306be9-4135-4c78-a5ed-6cff0c6c2721",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f6d55bdb-d4be-47e5-a4e8-649296ee9183",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d9850101-2013-4dac-a5ee-440378c2a67d",
"generatedFromUUID": "f6d55bdb-d4be-47e5-a4e8-649296ee9183"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d9850101-2013-4dac-a5ee-440378c2a67d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NjMxNmNhYTJmYmYxYmVhMTQxNjA5NzIxMTU1YmYxMWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3938781d-1725-4ada-95af-28159caa32fb"
}
],
"workloadContext": "Production"
}
2024-01-05T02:53:43.154Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2024-01-05T02:53:43.154Z|3064ed6e-ea0b-41de-87dd-43dbb3b4a717|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8 ASDC
2024-01-05T02:53:43.154Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a5bbe9e2-39c0-4593-9e7a-e6d64669ae91
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8
ServiceInvariantUUID:de3a40c0-a03d-422c-b1db-c85956b43507
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:3938781d-1725-4ada-95af-28159caa32fb
ArtifactChecksum:NjMxNmNhYTJmYmYxYmVhMTQxNjA5NzIxMTU1YmYxMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:4cc1de05-3810-4302-b8ee-1afe448b8e1d
ResourceInvariantUUID:5801c3b4-99fd-45ac-b2a2-a0c4774b7f38
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:6f60127d-afeb-4cf5-9027-73942aea4dd9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:fb306be9-4135-4c78-a5ed-6cff0c6c2721
ArtifactChecksum:ZjE4N2E5MzI4Y2UwMTcyOWRmZWYwMjc1MThjZGVhNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:f6d55bdb-d4be-47e5-a4e8-649296ee9183
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d9850101-2013-4dac-a5ee-440378c2a67d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d9850101-2013-4dac-a5ee-440378c2a67d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2024-01-05T02:53:43.154Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8 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=?
2024-01-05T02:53:43.520Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:53:43.520Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:53:43.521Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:53:43.521Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3938781d-1725-4ada-95af-28159caa32fb from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2024-01-05T02:53:43.521Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:53:43.521Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2024-01-05T02:53:43.627Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:53:43.628Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3938781d-1725-4ada-95af-28159caa32fb 74336
2024-01-05T02:53:43.628Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2024-01-05T02:53:43.628Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2024-01-05T02:53:43.628Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:53:43.629Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:43.629Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:43.629Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423223628,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:44.629Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2024-01-05T02:53:44.630Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2024-01-05T02:53:44.630Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3938781d-1725-4ada-95af-28159caa32fb, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2024-01-05T02:53:44.630Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2024-01-05T02:53:44.630Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2024-01-05T02:53:44.630Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2024-01-05T02:53:44.715Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17428012035550814092/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2024-01-05T02:53:45.839Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||WARN|500||####################################################################################################
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:45.840Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:53:45.841Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=862e55b4-86c5-42b3-8557-8324c57e33fb
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:45.842Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8
Model Version:NULL
Model InvariantUuid:de3a40c0-a03d-422c-b1db-c85956b43507
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:198a6d40-46e2-4721-8437-0dec53e105df
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5801c3b4-99fd-45ac-b2a2-a0c4774b7f38
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4cc1de05-3810-4302-b8ee-1afe448b8e1d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:31bb12ed-0167-47c2-83f4-49f242706e55
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c3c58d50-f585-4dba-bac1-7902ccd63e70
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:862e55b4-86c5-42b3-8557-8324c57e33fb
ModelInvariantUuid:1651a407-2ec1-4709-916d-7fa442ac32ea
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ec163573-cb08-4e92-9a6e-db569f6a6da0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:7fe806fe-7711-484d-ab56-53846de67595
ModelInvariantUuid:f7047b80-f2b8-413b-a86a-e68c7830bea3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:36119285-9928-45f5-a588-a216ae6061a0
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=?
2024-01-05T02:53:45.859Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f60127d-afeb-4cf5-9027-73942aea4dd9
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=?
2024-01-05T02:53:45.866Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||basic_vm 0
2024-01-05T02:53:45.866Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f60127d-afeb-4cf5-9027-73942aea4dd9
2024-01-05T02:53:45.866Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fb306be9-4135-4c78-a5ed-6cff0c6c2721 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2024-01-05T02:53:45.866Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:53:45.866Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2024-01-05T02:53:45.954Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:53:45.955Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json fb306be9-4135-4c78-a5ed-6cff0c6c2721 787
2024-01-05T02:53:45.956Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2024-01-05T02:53:45.956Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2024-01-05T02:53:45.956Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:53:45.957Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:45.957Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:45.957Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423225956,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:46.958Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "31bb12ed-0167-47c2-83f4-49f242706e55",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c3c58d50-f585-4dba-bac1-7902ccd63e70",
"vfModuleModelCustomizationUUID": "21ed4bc3-80ce-4143-966a-cc846a22552f",
"isBase": true,
"artifacts": [
"f6d55bdb-d4be-47e5-a4e8-649296ee9183",
"d9850101-2013-4dac-a5ee-440378c2a67d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2024-01-05T02:53:46.962Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3c58d50-f585-4dba-bac1-7902ccd63e70
VfModuleModelInvariantUUID:31bb12ed-0167-47c2-83f4-49f242706e55
VfModuleModelDescription:NULL
Artifacts UUID List:{
f6d55bdb-d4be-47e5-a4e8-649296ee9183
,
d9850101-2013-4dac-a5ee-440378c2a67d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2024-01-05T02:53:46.964Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "31bb12ed-0167-47c2-83f4-49f242706e55",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c3c58d50-f585-4dba-bac1-7902ccd63e70",
"vfModuleModelCustomizationUUID": "21ed4bc3-80ce-4143-966a-cc846a22552f",
"isBase": true,
"artifacts": [
"f6d55bdb-d4be-47e5-a4e8-649296ee9183",
"d9850101-2013-4dac-a5ee-440378c2a67d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2024-01-05T02:53:46.965Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3c58d50-f585-4dba-bac1-7902ccd63e70
VfModuleModelInvariantUUID:31bb12ed-0167-47c2-83f4-49f242706e55
VfModuleModelDescription:NULL
Artifacts UUID List:{
f6d55bdb-d4be-47e5-a4e8-649296ee9183
,
d9850101-2013-4dac-a5ee-440378c2a67d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2024-01-05T02:53:46.965Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f6d55bdb-d4be-47e5-a4e8-649296ee9183 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2024-01-05T02:53:46.965Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:53:46.965Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2024-01-05T02:53:47.073Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:53:47.074Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f6d55bdb-d4be-47e5-a4e8-649296ee9183 5033
2024-01-05T02:53:47.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2024-01-05T02:53:47.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2024-01-05T02:53:47.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:53:47.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:47.075Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:47.076Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423227075,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:48.076Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d9850101-2013-4dac-a5ee-440378c2a67d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2024-01-05T02:53:48.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - download
2024-01-05T02:53:48.077Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d9850101-2013-4dac-a5ee-440378c2a67d 903
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2024-01-05T02:53:48.165Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "a5bbe9e2-39c0-4593-9e7a-e6d64669ae91",
"consumerID": "SO-sdc-controller",
"timestamp": 1704423228165,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2024-01-05T02:53:49.166Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0a24f82c-aac2-4a87-8e54-aaf6f2ffa9b8
2024-01-05T02:53:49.167Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6f60127d-afeb-4cf5-9027-73942aea4dd9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2024-01-05T02:53:49.191Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d86c026, org.onap.sdc.toscaparser.api.parameters.Input@1414880, org.onap.sdc.toscaparser.api.parameters.Input@20f84f44, org.onap.sdc.toscaparser.api.parameters.Input@313e072d, org.onap.sdc.toscaparser.api.parameters.Input@3ab266dc]
2024-01-05T02:53:49.193Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:53:49.193Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:49.193Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2024-01-05T02:53:49.193Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 4cc1de05-3810-4302-b8ee-1afe448b8e1d
2024-01-05T02:53:49.194Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4cc1de05-3810-4302-b8ee-1afe448b8e1d matches Tosca VF Customization UUID: 4cc1de05-3810-4302-b8ee-1afe448b8e1d
2024-01-05T02:53:49.194Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 4cc1de05-3810-4302-b8ee-1afe448b8e1d 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=?
2024-01-05T02:53:49.198Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2024-01-05T02:53:49.198Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2024-01-05T02:53:49.199Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 4cc1de05-3810-4302-b8ee-1afe448b8e1d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2024-01-05T02:53:49.199Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@129ab577
2024-01-05T02:53:49.200Z|a5bbe9e2-39c0-4593-9e7a-e6d64669ae91|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery