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)
2023-03-08T00:59:11.476Z||main|||||INFO|500||The following profiles are active: basic
2023-03-08T00:59:26.510Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-08T00:59:26.512Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-08T00:59:26.680Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-08T00:59:31.561Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-08T00:59:32.050Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-08T00:59:32.648Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-08T00:59:32.898Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-08T00:59:33.519Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-08T00:59:35.546Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-08T00:59:36.308Z||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.
2023-03-08T00:59:39.432Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-08T00:59:39.555Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-08T00:59:39.598Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-08T00:59:39.615Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-08T00:59:40.303Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-08T00:59:40.737Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-08T00:59:42.040Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-03-08T00:59:45.354Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-08T00:59:45.355Z||main|||||ERROR|500||(conn=1972) Table 'catalogdb.activity_spec' doesn't exist
2023-03-08T00:59:45.370Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-03-08T00:59:48.817Z||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
2023-03-08T00:59:52.260Z||main|||||WARN|500||---
2023-03-08T00:59:52.261Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-08T00:59:52.261Z||main|||||WARN|500||---
2023-03-08T00:59:52.676Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-08T00:59:58.119Z||main|||||INFO|500||Started Application in 50.461 seconds (JVM running for 53.511)
2023-03-08T00:59:58.167Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T00:59:58.172Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T00:59:58.207Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T00:59:58.269Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 906c3349-d346-44d4-a744-8534066f9ceb url= /sdc/v1/artifactTypes
2023-03-08T00:59:58.278Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T00:59:58.435Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T00:59:58.437Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4dbcfca1
2023-03-08T00:59:58.438Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T00:59:58.458Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T00:59:58.484Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T00:59:58.490Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to 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$$a3771527.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
2023-03-08T01:00:48.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:00:48.111Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:00:48.111Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:00:48.119Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9d90db37-f5bc-44a9-b8e2-60350f408766 url= /sdc/v1/artifactTypes
2023-03-08T01:00:48.119Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:00:48.132Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:00:48.133Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@29e4d1ae
2023-03-08T01:00:48.133Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:00:48.134Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:00:48.134Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:00:48.135Z||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$$a3771527.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
2023-03-08T01:01:38.111Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:01:38.113Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:01:38.113Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:01:38.123Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d7f6a33c-eff4-46e7-aa43-b75f4e7daee1 url= /sdc/v1/artifactTypes
2023-03-08T01:01:38.123Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:01:38.178Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:01:38.179Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@34035d9c
2023-03-08T01:01:38.179Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:01:38.180Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:01:38.180Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:01:38.181Z||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$$a3771527.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
2023-03-08T01:02:28.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:02:28.113Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:02:28.113Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:02:28.119Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 518c792b-ffab-4fb9-bae3-a51d45134407 url= /sdc/v1/artifactTypes
2023-03-08T01:02:28.119Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:02:28.134Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:02:28.134Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5649fc32
2023-03-08T01:02:28.135Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:02:28.136Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:02:28.136Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:02:28.137Z||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$$a3771527.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
2023-03-08T01:03:18.111Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:03:18.112Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:03:18.115Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:03:18.121Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f22ccedb-2836-4b13-82dc-3d2afad6537a url= /sdc/v1/artifactTypes
2023-03-08T01:03:18.121Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:03:18.137Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:03:18.137Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@51aaeb37
2023-03-08T01:03:18.138Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:03:18.138Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:03:18.138Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:03:18.139Z||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$$a3771527.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
2023-03-08T01:04:08.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:04:08.110Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:04:08.111Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:04:08.117Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 43b1b9bc-1514-40dc-b8e6-58883f0d0904 url= /sdc/v1/artifactTypes
2023-03-08T01:04:08.118Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:04:08.141Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:04:08.142Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2d0cbdae
2023-03-08T01:04:08.142Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:04:08.143Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:04:08.143Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:04:08.144Z||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$$a3771527.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
2023-03-08T01:04:58.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:04:58.111Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:04:58.111Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:04:58.116Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a74e7530-5d0b-4458-98a5-b0ac6d813963 url= /sdc/v1/artifactTypes
2023-03-08T01:04:58.117Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:04:58.129Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:04:58.129Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2f3b91dc
2023-03-08T01:04:58.130Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:04:58.130Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:04:58.130Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:04:58.131Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to 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$$a3771527.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
2023-03-08T01:05:48.111Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:05:48.113Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:05:48.114Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:05:48.122Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 486d32c2-bd9c-4a80-a8ff-301daf4c7010 url= /sdc/v1/artifactTypes
2023-03-08T01:05:48.123Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:05:48.139Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:05:48.140Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e29a38f
2023-03-08T01:05:48.141Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:05:48.141Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:05:48.142Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:05:48.143Z||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$$a3771527.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
2023-03-08T01:06:38.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:06:38.112Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:06:38.113Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:06:38.120Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1ca81fbe-a5f7-4433-9a1e-509a27e290ab url= /sdc/v1/artifactTypes
2023-03-08T01:06:38.121Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:06:38.144Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:06:38.145Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@11d78178
2023-03-08T01:06:38.145Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:06:38.146Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:06:38.146Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:06:38.147Z||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$$a3771527.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
2023-03-08T01:07:28.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:07:28.110Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:07:28.111Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:07:28.116Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1286ef73-2d61-4fa3-8eaf-1fe2433b4e62 url= /sdc/v1/artifactTypes
2023-03-08T01:07:28.117Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:07:28.367Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-08T01:07:28.380Z||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
2023-03-08T01:07:28.381Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-08T01:07:28.381Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2e8ea354-1b99-42e1-a2c3-d8d344c50ce7 url= /sdc/v1/distributionKafkaData
2023-03-08T01:07:28.382Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-08T01:07:28.812Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-08T01:07:28.821Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@2535199c
2023-03-08T01:07:28.909Z||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-c70612ca-c3f8-4f45-a557-7a269b2baf87
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
2023-03-08T01:07:28.981Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Instantiated an idempotent producer.
2023-03-08T01:07:29.103Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-08T01:07:29.185Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-08T01:07:29.185Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-08T01:07:29.186Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678237649181
2023-03-08T01:07:29.192Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-08T01:07:29.218Z||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-f0ec9328-b2aa-49d8-a1d2-265f7d615d51
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
2023-03-08T01:07:29.320Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-08T01:07:29.320Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-08T01:07:29.321Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678237649320
2023-03-08T01:07:29.323Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:07:29.327Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:07:29.328Z||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-6f4e4331-5494-430e-a72b-a42bba53cda7
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
2023-03-08T01:07:29.346Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-08T01:07:29.347Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-08T01:07:29.347Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678237649346
2023-03-08T01:07:29.348Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:07:29.350Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:07:29.358Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-08T01:07:30.192Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, 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 gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:30.193Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, 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 gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:30.193Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, 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 gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:30.193Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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 4ly2w6b-SFaSraznWHGG2g
2023-03-08T01:07:30.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, 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 gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:30.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, 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 gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:30.194Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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 4ly2w6b-SFaSraznWHGG2g
2023-03-08T01:07:30.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, 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 gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:30.194Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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 4ly2w6b-SFaSraznWHGG2g
2023-03-08T01:07:30.195Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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 4ly2w6b-SFaSraznWHGG2g
2023-03-08T01:07:30.195Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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 4ly2w6b-SFaSraznWHGG2g
2023-03-08T01:07:30.195Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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 4ly2w6b-SFaSraznWHGG2g
2023-03-08T01:07:30.199Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Cluster ID: dhGkfvqjT0q9BsCiEbrAMQ
2023-03-08T01:07:30.199Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Cluster ID: dhGkfvqjT0q9BsCiEbrAMQ
2023-03-08T01:07:30.201Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-08T01:07:30.201Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-08T01:07:30.233Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] (Re-)joining group
2023-03-08T01:07:30.234Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] (Re-)joining group
2023-03-08T01:07:30.257Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Cluster ID: dhGkfvqjT0q9BsCiEbrAMQ
2023-03-08T01:07:30.286Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51-818b8762-f4a1-4bf9-9fb0-faec6723438d
2023-03-08T01:07:30.287Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7-2344f32b-f8b9-4069-9794-0a72c743686b
2023-03-08T01:07:30.287Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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)
2023-03-08T01:07:30.287Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, 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)
2023-03-08T01:07:30.287Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] (Re-)joining group
2023-03-08T01:07:30.287Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] (Re-)joining group
2023-03-08T01:07:30.370Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] ProducerId set to 1001 with epoch 0
2023-03-08T01:07:36.294Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51-818b8762-f4a1-4bf9-9fb0-faec6723438d', protocol='range'}
2023-03-08T01:07:36.294Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7-2344f32b-f8b9-4069-9794-0a72c743686b', protocol='range'}
2023-03-08T01:07:36.445Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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 gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:36.446Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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 gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:36.447Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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 gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:36.448Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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 gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:36.448Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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 gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:36.448Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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 gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:36.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7-2344f32b-f8b9-4069-9794-0a72c743686b=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-f0ec9328-b2aa-49d8-a1d2-265f7d615d51-818b8762-f4a1-4bf9-9fb0-faec6723438d=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])}
2023-03-08T01:07:36.494Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51-818b8762-f4a1-4bf9-9fb0-faec6723438d', protocol='range'}
2023-03-08T01:07:36.494Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7-2344f32b-f8b9-4069-9794-0a72c743686b', protocol='range'}
2023-03-08T01:07:36.496Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, 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])
2023-03-08T01:07:36.496Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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])
2023-03-08T01:07:36.501Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, 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
2023-03-08T01:07:36.501Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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
2023-03-08T01:07:36.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-08T01:07:36.519Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-08T01:07:36.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-08T01:07:36.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-08T01:07:36.520Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-08T01:07:36.519Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-08T01:07:36.520Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-08T01:07:36.520Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-08T01:07:36.520Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-08T01:07:36.520Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-08T01:07:36.521Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-08T01:07:36.521Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-08T01:07:36.581Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-08T01:07:36.581Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-08T01:07:36.582Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-08T01:07:36.582Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-08T01:07:36.607Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-08T01:07:36.608Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-08T01:07:36.631Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-08T01:07:36.632Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-08T01:07:36.644Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-08T01:07:36.645Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-08T01:07:36.715Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-08T01:07:36.716Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-08T01:08:29.334Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:08:29.350Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:09:29.335Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:09:29.351Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:09:53.573Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-08T01:10:29.336Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:10:29.352Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:11:29.338Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:11:29.354Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:12:29.341Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:12:29.356Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:13:29.343Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:13:29.358Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:14:29.344Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:14:29.360Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:15:29.346Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:15:29.362Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:16:29.347Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:16:29.362Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:16:30.213Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Node -1 disconnected.
2023-03-08T01:16:30.224Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Node -1 disconnected.
2023-03-08T01:16:30.569Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Node -1 disconnected.
2023-03-08T01:17:29.349Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:17:29.364Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:18:29.351Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:18:29.365Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:19:29.353Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:19:29.366Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:20:29.354Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:20:29.366Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:21:29.355Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:21:29.368Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:22:29.356Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:22:29.369Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:23:29.359Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:23:29.369Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:24:29.362Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:24:29.371Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:25:29.363Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:25:29.373Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:26:29.364Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:26:29.374Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:27:29.365Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:27:29.375Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:28:29.367Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:28:29.378Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:29:29.369Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:29:29.378Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:30:29.371Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:30:29.380Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:31:29.373Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:31:29.381Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:32:29.373Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:32:29.382Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:33:29.375Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:33:29.382Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:34:29.377Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:34:29.383Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:35:29.378Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:35:29.384Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:36:29.379Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:36:29.384Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:37:29.381Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:37:29.385Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:38:29.382Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:38:29.386Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:39:29.384Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:39:29.387Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:40:29.385Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:40:29.387Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:41:29.386Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:41:29.388Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:42:29.387Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:42:29.390Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:43:29.389Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:43:29.391Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:44:29.391Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:44:29.392Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:45:29.392Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:45:29.393Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:46:29.394Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:46:29.393Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:47:29.395Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:47:29.396Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:48:29.396Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:48:29.396Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:49:29.397Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:49:29.398Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:50:29.398Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:50:29.398Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:51:29.399Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:51:29.400Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:52:29.401Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:52:29.401Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:53:29.402Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:53:29.402Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:54:29.404Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:54:29.404Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:55:29.405Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:55:29.405Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:56:29.407Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:56:29.407Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:57:29.407Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:57:29.407Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:58:29.408Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:58:29.408Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:59:29.410Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:59:29.410Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:00:29.411Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:00:29.412Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:01:29.413Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:01:29.413Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:02:29.415Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:02:29.415Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:03:29.417Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:03:29.417Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:04:29.418Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:04:29.418Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:05:29.420Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:05:29.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:06:29.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:06:29.420Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:07:29.422Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:07:29.421Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:08:29.423Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:08:29.422Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:09:29.423Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:09:29.424Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:10:29.425Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:10:29.425Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:11:29.426Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:11:29.426Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:12:29.428Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:12:29.428Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:13:29.429Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:13:29.429Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:14:29.429Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:14:29.429Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:15:29.430Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:15:29.431Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:16:29.432Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:16:29.432Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:17:29.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:17:29.434Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:18:29.434Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:18:29.436Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:19:29.435Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:19:29.437Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:20:29.437Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:20:29.437Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:21:29.439Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:21:29.439Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:22:29.440Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:22:29.441Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:23:29.442Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:23:29.442Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:24:29.442Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:24:29.442Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:25:29.443Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:25:29.442Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:26:29.444Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:26:29.444Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:27:29.446Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:27:29.446Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:28:29.448Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:28:29.448Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:29:29.449Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:29:29.449Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:30:29.450Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:30:29.450Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:31:29.450Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:31:29.450Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:32:29.451Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:32:29.451Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:33:29.452Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:33:29.452Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:34:29.453Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:34:29.454Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:35:29.455Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:35:29.455Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:36:29.455Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:36:29.455Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:37:29.456Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:37:29.457Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:38:29.457Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:38:29.458Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:39:29.457Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:39:29.459Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:40:29.458Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:40:29.459Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:41:29.460Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:41:29.461Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:42:29.461Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:42:29.461Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:43:29.462Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:43:29.463Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:44:29.463Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:44:29.464Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:45:29.463Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:45:29.464Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:46:29.464Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:46:29.465Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:47:29.465Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:47:29.466Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:48:29.467Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:48:29.467Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:49:29.468Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:49:29.469Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:50:29.468Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:50:29.469Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:51:29.470Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:51:29.470Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:52:29.470Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:52:29.471Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:53:29.472Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:53:29.471Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:54:29.472Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:54:29.472Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:55:29.474Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:55:29.474Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:56:29.475Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:56:29.475Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:57:29.477Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:57:29.477Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:58:29.478Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:58:29.479Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:59:29.478Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:59:29.479Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:00:29.479Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:00:29.479Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:01:29.480Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:01:29.481Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:02:29.482Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:02:29.481Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:03:29.483Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:03:29.483Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:04:29.484Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:04:29.484Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:05:29.486Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:05:29.486Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:06:29.489Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:06:29.489Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:07:29.489Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:07:29.490Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:08:29.490Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:08:29.490Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:09:29.492Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:09:29.492Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:10:29.493Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:10:29.493Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:11:29.494Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:11:29.494Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:12:29.496Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:12:29.496Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:13:29.496Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:13:29.496Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:14:29.498Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:14:29.498Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:15:29.498Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:15:29.500Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:16:29.499Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:16:29.500Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:17:29.501Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:17:29.501Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:18:29.501Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:18:29.501Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:19:29.503Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:19:29.503Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:20:29.503Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:20:29.503Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:21:29.504Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:21:29.505Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:22:29.505Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:22:29.506Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:23:29.506Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:23:29.507Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:24:29.507Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:24:29.508Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:25:29.510Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:25:29.509Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:26:29.510Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:26:29.510Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:27:29.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:27:29.512Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:28:29.512Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:28:29.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:29:29.513Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:29:29.513Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:30:29.514Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:30:29.514Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:31:29.515Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:31:29.516Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:32:29.516Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:32:29.517Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:33:29.517Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:33:29.517Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:34:29.518Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:34:29.518Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:35:29.519Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:35:29.519Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:36:29.520Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:36:29.521Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:37:29.521Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:37:29.522Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:38:29.523Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:38:29.524Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:39:29.524Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:39:29.524Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:40:29.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:40:29.526Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:41:29.527Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:41:29.527Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:42:29.527Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:42:29.527Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:43:29.528Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:43:29.528Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:44:29.529Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:44:29.529Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:45:29.529Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:45:29.529Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:46:29.531Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:46:29.531Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:47:29.531Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:47:29.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:48:29.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:48:29.533Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:49:29.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:49:29.533Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:50:29.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:50:29.535Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:51:29.536Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:51:29.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:52:29.536Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:52:29.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:53:29.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:53:29.537Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:54:29.540Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:54:29.540Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:55:29.541Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:55:29.540Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:56:29.541Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:56:29.543Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:57:29.543Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:57:29.544Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:58:29.544Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:58:29.544Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:59:29.545Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:59:29.546Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:00:29.547Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:00:29.547Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:01:29.548Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:01:29.548Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:02:29.548Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:02:29.548Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:03:29.549Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:03:29.549Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:04:29.550Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:04:29.550Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:05:29.551Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:05:29.552Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:06:29.552Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:06:29.553Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:07:29.553Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:07:29.553Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:08:29.554Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:08:29.556Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:09:29.555Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:09:29.556Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:10:29.556Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:10:29.557Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:11:29.557Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:11:29.559Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:12:29.558Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:12:29.559Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:13:29.560Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:13:29.560Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:14:29.560Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:14:29.561Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:15:29.561Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:15:29.561Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:16:29.563Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:16:29.563Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:17:29.564Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:17:29.564Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:18:29.565Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:18:29.565Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:19:29.565Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:19:29.565Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:20:29.567Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:20:29.567Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:21:29.569Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:21:29.568Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:22:29.570Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:22:29.570Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:23:29.571Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:23:29.571Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:24:29.572Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:24:29.572Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:25:29.573Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:25:29.573Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:26:29.573Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:26:29.574Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:27:29.573Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:27:29.574Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:28:29.574Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:28:29.575Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:29:29.575Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:29:29.576Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:30:29.576Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:30:29.577Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:31:29.576Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:31:29.578Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:32:29.578Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:32:29.579Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:33:29.578Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:33:29.580Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:34:29.580Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:34:29.580Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:35:29.584Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:35:29.584Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:36:29.585Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:36:29.586Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:37:29.586Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:37:29.586Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:38:29.588Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:38:29.587Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:39:29.589Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:39:29.589Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:40:29.589Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:40:29.590Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:41:29.590Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:41:29.591Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:42:29.591Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:42:29.592Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:43:29.591Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:43:29.592Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:44:29.592Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:44:29.592Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:45:29.594Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:45:29.594Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:46:29.595Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:46:29.595Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:47:29.596Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:47:29.595Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:48:29.597Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:48:29.597Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:49:29.598Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:49:29.598Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:50:29.599Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:50:29.599Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:51:29.599Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:51:29.600Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:52:29.600Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:52:29.600Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:53:29.601Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:53:29.601Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:54:29.602Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:54:29.603Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:55:29.602Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:55:29.604Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:56:29.604Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:56:29.606Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:57:29.605Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:57:29.607Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:58:29.606Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:58:29.608Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:59:29.607Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:59:29.608Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:00:29.608Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:00:29.609Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:01:29.610Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:01:29.611Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:02:29.612Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:02:29.612Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:03:29.614Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:03:29.614Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:04:29.615Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:04:29.615Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:05:29.615Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:05:29.615Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:06:29.617Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:06:29.617Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:07:29.618Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:07:29.619Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:08:29.619Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:08:29.619Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:09:29.620Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:09:29.620Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:10:29.621Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:10:29.621Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:11:29.622Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:11:29.622Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:12:29.623Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:12:29.623Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:13:29.625Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:13:29.624Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:14:29.626Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:14:29.626Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:15:29.627Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:15:29.627Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:16:29.629Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:16:29.630Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:17:29.631Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:17:29.630Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:18:29.632Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:18:29.632Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:19:29.633Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:19:29.633Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:20:29.634Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:20:29.634Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:21:29.635Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:21:29.636Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:29.637Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:29.637Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:22:33.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-08T05:22:33.423Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f9bd8fe6-5f49-4439-b126-319891a893e3","serviceName":"basic_onboard_WxYxeT","serviceVersion":"1.0","serviceUUID":"58ad8651-4347-4973-819a-d55a1b636024","serviceDescription":"service","serviceInvariantUUID":"6803324c-5848-4189-9900-b472fd65de22","resources":[{"resourceInstanceName":"basic_onboard_WxYxeT 0","resourceName":"basic_onboard_WxYxeT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20282efa-d571-432f-b91a-97dc7b42a2e2","resourceInvariantUUID":"c6e14671-6630-4a85-967b-c8e8d9ed6de3","resourceCustomizationUUID":"a2057969-4f50-4905-9b1b-e3bc7ee27dc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml","artifactChecksum":"M2ZiYjg0NjhlNjU0NmZmZWJkYzliYzlkOGE4OTlhOTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf25ee7a-430c-41b9-bede-c1bfa2f03b48","artifactVersion":"1"},{"artifactName":"basic_onboard_wxyxet0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json","artifactChecksum":"YjQ0ZmZhODc0NjVhZGRkNWZhOGE5N2I2NTlkNGRkM2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0df30043-d025-438a-bcc1-1194fd205250","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f0152f8a-5654-42f8-ac9f-027f845a52c2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7499d092-0154-4030-befd-da23ecce2018","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"82615f35-a3f3-4462-9bc9-f86517fdb08a","artifactVersion":"2","generatedFromUUID":"f0152f8a-5654-42f8-ac9f-027f845a52c2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWxyxet-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml","artifactChecksum":"Mjk0M2NjMGU5ZGUyMDBmZDhlMmZjNDc3MzZkMThmMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2a327e6-e4fe-4967-986f-feb09feb066c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWxyxet-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar","artifactChecksum":"ZGMyM2I3MTZiYjFlY2M1NWUwZTViMmQ2Zjc4ZGRhZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8699d507-53b9-42ef-9e3b-5a30f945e3ce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-08T05:22:33.445Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:22:33.459Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:33.460Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:33.460Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252949637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:33.501Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:22:33.502Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:22:33.502Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:22:33.502Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:22:33.502Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:22:33.503Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:22:33.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-08T05:22:33.646Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1678252934405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:22:33.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:22:34.541Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:22:34.542Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:34.542Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:34.543Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252949637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:35.544Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:22:35.545Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:35.545Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:35.546Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252949637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:36.547Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:22:36.548Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:36.548Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:36.548Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252949637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:37.550Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:22:37.551Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:37.551Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:37.551Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252949637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:38.552Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:22:38.553Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:38.553Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:38.554Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252949637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:39.555Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:22:39.555Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:39.555Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:39.556Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252949637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:40.558Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"serviceName": "basic_onboard_WxYxeT",
"serviceVersion": "1.0",
"serviceUUID": "58ad8651-4347-4973-819a-d55a1b636024",
"serviceDescription": "service",
"serviceInvariantUUID": "6803324c-5848-4189-9900-b472fd65de22",
"resources": [
{
"resourceInstanceName": "basic_onboard_WxYxeT 0",
"resourceCustomizationUUID": "a2057969-4f50-4905-9b1b-e3bc7ee27dc7",
"resourceName": "basic_onboard_WxYxeT",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "20282efa-d571-432f-b91a-97dc7b42a2e2",
"resourceInvariantUUID": "c6e14671-6630-4a85-967b-c8e8d9ed6de3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_wxyxet0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
"artifactChecksum": "YjQ0ZmZhODc0NjVhZGRkNWZhOGE5N2I2NTlkNGRkM2U\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0df30043-d025-438a-bcc1-1194fd205250",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f0152f8a-5654-42f8-ac9f-027f845a52c2",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "82615f35-a3f3-4462-9bc9-f86517fdb08a",
"generatedFromUUID": "f0152f8a-5654-42f8-ac9f-027f845a52c2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "82615f35-a3f3-4462-9bc9-f86517fdb08a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWxyxet-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"artifactChecksum": "ZGMyM2I3MTZiYjFlY2M1NWUwZTViMmQ2Zjc4ZGRhZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8699d507-53b9-42ef-9e3b-5a30f945e3ce"
}
],
"workloadContext": "Production"
}
2023-03-08T05:22:40.561Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-08T05:22:40.562Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 58ad8651-4347-4973-819a-d55a1b636024 ASDC
2023-03-08T05:22:40.679Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f9bd8fe6-5f49-4439-b126-319891a893e3
ServiceName:basic_onboard_WxYxeT
ServiceVersion:1.0
ServiceUUID:58ad8651-4347-4973-819a-d55a1b636024
ServiceInvariantUUID:6803324c-5848-4189-9900-b472fd65de22
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWxyxet-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar
ArtifactUUID:8699d507-53b9-42ef-9e3b-5a30f945e3ce
ArtifactChecksum:ZGMyM2I3MTZiYjFlY2M1NWUwZTViMmQ2Zjc4ZGRhZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WxYxeT 0
ResourceCustomizationUUID:a2057969-4f50-4905-9b1b-e3bc7ee27dc7
ResourceInvariantUUID:c6e14671-6630-4a85-967b-c8e8d9ed6de3
ResourceName:basic_onboard_WxYxeT
ResourceType:VF
ResourceUUID:20282efa-d571-432f-b91a-97dc7b42a2e2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wxyxet0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json
ArtifactUUID:0df30043-d025-438a-bcc1-1194fd205250
ArtifactChecksum:YjQ0ZmZhODc0NjVhZGRkNWZhOGE5N2I2NTlkNGRkM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f0152f8a-5654-42f8-ac9f-027f845a52c2
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env
ArtifactUUID:82615f35-a3f3-4462-9bc9-f86517fdb08a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env
ArtifactUUID:82615f35-a3f3-4462-9bc9-f86517fdb08a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-08T05:22:40.681Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58ad8651-4347-4973-819a-d55a1b636024 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 (?, ?, ?, ?, ?)
2023-03-08T05:22:40.920Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:22:40.922Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-08T05:22:40.923Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-08T05:22:40.923Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8699d507-53b9-42ef-9e3b-5a30f945e3ce from URL: /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:40.924Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-08T05:22:40.925Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:41.631Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-08T05:22:41.650Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar 8699d507-53b9-42ef-9e3b-5a30f945e3ce 75672
2023-03-08T05:22:41.651Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar ASDC sendASDCNotification
2023-03-08T05:22:41.651Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:41.652Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:22:41.653Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:41.653Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:41.653Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252961651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:42.654Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:22:42.656Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-08T05:22:42.657Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8699d507-53b9-42ef-9e3b-5a30f945e3ce, URL: /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar to file: /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:42.658Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:42.747Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:42.748Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:43.360Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7439143232580985265/Definitions/service-BasicOnboardWxyxet-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-03-08T05:22:46.123Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-08T05:22:46.132Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-08T05:22:46.137Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.138Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-08T05:22:46.138Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.139Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.139Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WxYxeT 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-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.139Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.139Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.140Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.140Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.140Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-08T05:22:46.155Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:46.158Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:46.167Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:46.167Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-08T05:22:46.171Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:22:46.174Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:46.175Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:46.175Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:46.175Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-08T05:22:46.175Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:22:46.176Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:46.176Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:46.182Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:46.182Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is not matching search criteria
2023-03-08T05:22:46.183Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-08T05:22:46.183Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-08T05:22:46.183Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-08T05:22:46.184Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-08T05:22:46.184Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-08T05:22:46.184Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:46.185Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-08T05:22:46.187Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:46.187Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:46.187Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:22:46.188Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:46.189Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:46.190Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:22:46.191Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:46.191Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:46.191Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:22:46.192Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:46.192Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is not matching search criteria
2023-03-08T05:22:46.192Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-08T05:22:46.192Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-08T05:22:46.193Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f24d4f0f-05cc-48ce-8954-9a21514b354a
2023-03-08T05:22:46.193Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:46.194Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:46.194Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:46.194Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:46.195Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:46.195Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:46.195Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:46.196Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:46.196Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_WxYxeT
Description:service
Model UUID:58ad8651-4347-4973-819a-d55a1b636024
Model Version:NULL
Model InvariantUuid:6803324c-5848-4189-9900-b472fd65de22
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_WxYxeT
Model UUID:a0eca9d0-2f79-4ba6-8ac3-71fe25dfbcf2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c6e14671-6630-4a85-967b-c8e8d9ed6de3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a2057969-4f50-4905-9b1b-e3bc7ee27dc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e3837e48-ef76-42cf-93bf-6bc3573d9f7a
ModelName:BasicOnboardWxyxet..base_ubuntu18..module-0
ModelUuid:a94f2850-ef92-42a5-8ec4-16c36f808c22
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f24d4f0f-05cc-48ce-8954-9a21514b354a
ModelInvariantUuid:be624caf-36c6-4b24-bd3a-f8e3df23e51f
ModelName:basic_onboard_WxYxeT-nodes.ubuntu18Cvfc
ModelUuid:cf033244-f114-4d21-9681-39c52f57d690
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:46da0a84-4af8-41ce-a0f5-c8a18a6ad863
ModelInvariantUuid:d5eadf85-c2da-44ce-8e89-d3e80c314ef6
ModelName:BasicOnboardWxyxet.compute.nodes.heat.ubuntu18
ModelUuid:c0a7f6b5-f0c2-4a1d-948d-05b006b9f168
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=?
2023-03-08T05:22:46.278Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 20282efa-d571-432f-b91a-97dc7b42a2e2
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=?
2023-03-08T05:22:46.356Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||basic_onboard_WxYxeT 0
2023-03-08T05:22:46.367Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 20282efa-d571-432f-b91a-97dc7b42a2e2
2023-03-08T05:22:46.367Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0df30043-d025-438a-bcc1-1194fd205250 from URL: /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json
2023-03-08T05:22:46.367Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-08T05:22:46.368Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json
2023-03-08T05:22:46.647Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-08T05:22:46.648Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json 0df30043-d025-438a-bcc1-1194fd205250 798
2023-03-08T05:22:46.649Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json ASDC sendASDCNotification
2023-03-08T05:22:46.649Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json
2023-03-08T05:22:46.650Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:22:46.650Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:46.650Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:46.651Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252966649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:47.653Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWxyxet..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e3837e48-ef76-42cf-93bf-6bc3573d9f7a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a94f2850-ef92-42a5-8ec4-16c36f808c22",
"vfModuleModelCustomizationUUID": "bb86d087-59b4-4188-8fe6-c804e0b5be3d",
"isBase": true,
"artifacts": [
"f0152f8a-5654-42f8-ac9f-027f845a52c2",
"82615f35-a3f3-4462-9bc9-f86517fdb08a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-08T05:22:47.673Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWxyxet..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a94f2850-ef92-42a5-8ec4-16c36f808c22
VfModuleModelInvariantUUID:e3837e48-ef76-42cf-93bf-6bc3573d9f7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0152f8a-5654-42f8-ac9f-027f845a52c2
,
82615f35-a3f3-4462-9bc9-f86517fdb08a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-08T05:22:47.678Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWxyxet..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e3837e48-ef76-42cf-93bf-6bc3573d9f7a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a94f2850-ef92-42a5-8ec4-16c36f808c22",
"vfModuleModelCustomizationUUID": "bb86d087-59b4-4188-8fe6-c804e0b5be3d",
"isBase": true,
"artifacts": [
"f0152f8a-5654-42f8-ac9f-027f845a52c2",
"82615f35-a3f3-4462-9bc9-f86517fdb08a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-08T05:22:47.678Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWxyxet..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a94f2850-ef92-42a5-8ec4-16c36f808c22
VfModuleModelInvariantUUID:e3837e48-ef76-42cf-93bf-6bc3573d9f7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0152f8a-5654-42f8-ac9f-027f845a52c2
,
82615f35-a3f3-4462-9bc9-f86517fdb08a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-08T05:22:47.679Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f0152f8a-5654-42f8-ac9f-027f845a52c2 from URL: /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml
2023-03-08T05:22:47.679Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-08T05:22:47.681Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml
2023-03-08T05:22:47.926Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-08T05:22:47.927Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml f0152f8a-5654-42f8-ac9f-027f845a52c2 5033
2023-03-08T05:22:47.928Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-08T05:22:47.928Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml
2023-03-08T05:22:47.928Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:22:47.929Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:47.929Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:47.929Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252967928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:48.931Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 82615f35-a3f3-4462-9bc9-f86517fdb08a from URL: /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env
2023-03-08T05:22:48.931Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-08T05:22:48.932Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env
2023-03-08T05:22:49.218Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-08T05:22:49.219Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env 82615f35-a3f3-4462-9bc9-f86517fdb08a 909
2023-03-08T05:22:49.219Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-08T05:22:49.220Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env
2023-03-08T05:22:49.220Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:22:49.220Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:49.220Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:49.221Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252969219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:50.223Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 58ad8651-4347-4973-819a-d55a1b636024
2023-03-08T05:22:50.224Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WxYxeT 0 20282efa-d571-432f-b91a-97dc7b42a2e2 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=?
2023-03-08T05:22:50.271Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b40a07e, org.onap.sdc.toscaparser.api.parameters.Input@3cd4937d, org.onap.sdc.toscaparser.api.parameters.Input@44dfeef, org.onap.sdc.toscaparser.api.parameters.Input@2a96b9, org.onap.sdc.toscaparser.api.parameters.Input@3e579592]
2023-03-08T05:22:50.277Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:50.277Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.278Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2023-03-08T05:22:50.278Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a2057969-4f50-4905-9b1b-e3bc7ee27dc7
2023-03-08T05:22:50.279Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2057969-4f50-4905-9b1b-e3bc7ee27dc7 matches Tosca VF Customization UUID: a2057969-4f50-4905-9b1b-e3bc7ee27dc7
2023-03-08T05:22:50.279Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a2057969-4f50-4905-9b1b-e3bc7ee27dc7 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=?
2023-03-08T05:22:50.289Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:50.290Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.291Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a2057969-4f50-4905-9b1b-e3bc7ee27dc7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-08T05:22:50.292Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1cc66f73
2023-03-08T05:22:50.292Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:50.293Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-08T05:22:50.293Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bb86d087-59b4-4188-8fe6-c804e0b5be3d
2023-03-08T05:22:50.295Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bb86d087-59b4-4188-8fe6-c804e0b5be3d
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=?
2023-03-08T05:22:50.307Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:50.307Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:50.307Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:22:50.308Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:50.309Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:50.309Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:22:50.309Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:50.310Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is not matching search criteria
2023-03-08T05:22:50.310Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-08T05:22:50.310Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-08T05:22:50.311Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f24d4f0f-05cc-48ce-8954-9a21514b354a
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=?
2023-03-08T05:22:50.324Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:50.325Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:50.326Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:22:50.326Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:50.327Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:50.327Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0] matching following query criteria: sdcType=VF, customizationUUID=a2057969-4f50-4905-9b1b-e3bc7ee27dc7
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=?
2023-03-08T05:22:50.331Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:50.331Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.332Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 58ad8651-4347-4973-819a-d55a1b636024: basic_onboard_WxYxeT
2023-03-08T05:22:50.332Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:50.333Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.333Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:50.334Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.334Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:50.335Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.335Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:50.336Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.336Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:22:50.337Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.338Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_WxYxeT
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-08T05:22:50.653Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WxYxeT 20282efa-d571-432f-b91a-97dc7b42a2e2 1 ASDC deployResourceStructure
2023-03-08T05:22:50.654Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json ASDC sendASDCNotification
2023-03-08T05:22:50.655Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json
2023-03-08T05:22:50.655Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:22:50.656Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:50.656Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:50.657Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252970654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:51.659Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-08T05:22:51.660Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml
2023-03-08T05:22:51.660Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:22:51.661Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:51.661Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:51.661Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252971659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:52.662Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-08T05:22:52.663Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env
2023-03-08T05:22:52.663Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:22:52.663Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:52.663Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:52.663Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252972662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:53.664Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar ASDC sendASDCNotification
2023-03-08T05:22:53.665Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:53.665Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:22:53.665Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:53.665Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:53.666Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252973664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:54.667Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:22:54.714Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:22:54.717Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:22:54.718Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:22:54.718Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:23:24.718Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:23:24.738Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:23:24.741Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:23:24.741Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:23:24.741Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:23:29.350Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:23:29.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-08T05:23:29.352Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252949637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:23:29.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:23:29.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-08T05:23:29.354Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "aai-model-loader",
"timestamp": 1678252945397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:23:29.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:23:54.741Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:23:54.763Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:23:54.767Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:23:54.768Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:23:54.768Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:24:24.768Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:24:24.783Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:24:24.787Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:24:24.787Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:24:24.787Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:24:29.349Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:24:29.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.355Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "policy-distribution-id",
"timestamp": 1678252950010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.356Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "multicloud-k8s",
"timestamp": 1678252924080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.357Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "aai-model-loader",
"timestamp": 1678252945397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.358Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1678252934405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.358Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.358Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252949637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
"status": "NOTIFIED"
}
2023-03-08T05:24:29.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.359Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "policy-distribution-id",
"timestamp": 1678252950010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.359Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "multicloud-k8s",
"timestamp": 1678252924080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
"status": "NOTIFIED"
}
2023-03-08T05:24:29.360Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.360Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "aai-model-loader",
"timestamp": 1678252945397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.360Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.361Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1678252934405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.361Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.361Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252949637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-08T05:24:29.361Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.362Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "policy-distribution-id",
"timestamp": 1678252950010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-08T05:24:29.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.362Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "multicloud-k8s",
"timestamp": 1678252924080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-08T05:24:29.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.363Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "aai-model-loader",
"timestamp": 1678252945397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.364Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.364Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1678252934405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.364Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.364Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252949637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.365Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.365Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "policy-distribution-id",
"timestamp": 1678252950010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.365Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.365Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "multicloud-k8s",
"timestamp": 1678252924080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.365Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.366Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "aai-model-loader",
"timestamp": 1678252945397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.366Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.366Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1678252934405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.366Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.367Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252949637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-08T05:24:29.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.367Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "policy-distribution-id",
"timestamp": 1678252950010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.368Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "multicloud-k8s",
"timestamp": 1678252924080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-08T05:24:29.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.368Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "aai-model-loader",
"timestamp": 1678252945397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.369Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1678252934405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.370Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252949637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.370Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "policy-distribution-id",
"timestamp": 1678252950010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.371Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "multicloud-k8s",
"timestamp": 1678252924080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.371Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "aai-model-loader",
"timestamp": 1678252945397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:24:29.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.372Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1678252934405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:24:29.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.372Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252949637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:24:29.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.373Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "policy-distribution-id",
"timestamp": 1678252950010,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:24:29.373Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.373Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "multicloud-k8s",
"timestamp": 1678252924080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:24:29.374Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.374Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252961651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.374Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.374Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "multicloud-k8s",
"timestamp": 1678252960028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.375Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.375Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "cds-sdc-listener",
"timestamp": 1678252961395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.375Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.375Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "aai-model-loader",
"timestamp": 1678252961495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.376Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "policy-distribution-id",
"timestamp": 1678252961450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.377Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "policy-distribution-id",
"timestamp": 1678252962496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-08T05:24:29.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.377Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "multicloud-k8s",
"timestamp": 1678252961289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.378Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "policy-distribution-id",
"timestamp": 1678252963501,
"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=?
2023-03-08T05:24:29.406Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9bd8fe6-5f49-4439-b126-319891a893e3
2023-03-08T05:24:29.407Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9bd8fe6-5f49-4439-b126-319891a893e3 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 (?, ?, ?, ?, ?)
2023-03-08T05:24:29.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.426Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "multicloud-k8s",
"timestamp": 1678252962462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.427Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "multicloud-k8s",
"timestamp": 1678252964080,
"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=?
2023-03-08T05:24:29.435Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9bd8fe6-5f49-4439-b126-319891a893e3
2023-03-08T05:24:29.435Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9bd8fe6-5f49-4439-b126-319891a893e3 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=?
2023-03-08T05:24:29.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.461Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252966649,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.461Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.461Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "multicloud-k8s",
"timestamp": 1678252965094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-08T05:24:29.462Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.462Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252967928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.462Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.463Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678252967375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.463Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.463Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252969219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.464Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678252967375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.464Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252970654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-08T05:24:29.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.465Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678252967375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.465Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.465Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252971659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-03-08T05:24:29.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.466Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678252967375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.466Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252972662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-03-08T05:24:29.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678252967375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678252973664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678252967375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.468Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678252967375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:24:29.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.468Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678252975771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.469Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "aai-model-loader",
"timestamp": 1678252976032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-08T05:24:29.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.470Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "aai-model-loader",
"timestamp": 1678252977036,
"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=?
2023-03-08T05:24:29.480Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f9bd8fe6-5f49-4439-b126-319891a893e3
2023-03-08T05:24:29.480Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9bd8fe6-5f49-4439-b126-319891a893e3 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 (?, ?, ?, ?, ?)
2023-03-08T05:24:29.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.493Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678252981624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-08T05:24:29.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678252982631,
"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=?
2023-03-08T05:24:29.504Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f9bd8fe6-5f49-4439-b126-319891a893e3
2023-03-08T05:24:29.504Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9bd8fe6-5f49-4439-b126-319891a893e3 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 (?, ?, ?, ?, ?)
2023-03-08T05:24:54.788Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:24:54.802Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:24:54.806Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:24:54.806Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-08T05:24:54.806Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-08T05:24:54.807Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-08T05:24:54.807Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-08T05:24:54.807Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-08T05:24:54.807Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-08T05:24:54.807Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-08T05:24:54.807Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||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=?
2023-03-08T05:24:54.815Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-08T05:25:24.815Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3 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=?
2023-03-08T05:25:24.831Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9bd8fe6-5f49-4439-b126-319891a893e3 and serviceModelVersionId: 58ad8651-4347-4973-819a-d55a1b636024
2023-03-08T05:25:24.831Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6803324c-5848-4189-9900-b472fd65de22
2023-03-08T05:25:29.349Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:25:42.341Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0
2023-03-08T05:25:42.456Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-08T05:25:43.013Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0|INFO|500||Invoke
2023-03-08T05:25:43.020Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9bd8fe6-5f49-4439-b126-319891a893e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[778c6edb-e286-4da5-860e-0d7ae66f1d84], X-ECOMP-RequestID=[f9bd8fe6-5f49-4439-b126-319891a893e3], X-TransactionId=[], X-ONAP-RequestID=[f9bd8fe6-5f49-4439-b126-319891a893e3], Content-Type=[application/merge-patch+json]}
2023-03-08T05:25:43.047Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-08T05:25:43.407Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?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/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0 has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 05:25:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[324], vertex-id=[360504], x-aai-txid=[1-aai-resources-230308-05:25:42:783-14260], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-08T05:25:43.410Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-08T05:25:43.411Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0|INFO|500||InvokeReturn
2023-03-08T05:25:43.416Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-08T05:25:43.419Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||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=?
2023-03-08T05:25:43.442Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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)
2023-03-08T05:25:43.444Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9bd8fe6-5f49-4439-b126-319891a893e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-08T05:25:43.446Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-08T05:25:43.447Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:25:43.447Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:25:43.447Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253143444,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:25:43.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:25:43.492Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
"distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253143444,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-08T05:25:43.493Z||pool-2-thread-7|||||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=?
2023-03-08T05:25:44.515Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:26:29.349Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:26:44.516Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:27:29.350Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:27:44.519Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:28:29.352Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:28:44.520Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:29:29.353Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:29:44.522Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:30:29.354Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:30:44.524Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:31:29.357Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:31:44.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:32:29.357Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:32:44.526Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:33:29.358Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:33:44.527Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:34:29.360Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:34:44.529Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:35:29.361Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:35:44.529Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:36:29.362Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:36:44.530Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:37:29.363Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:37:44.531Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:38:29.364Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:38:44.532Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:39:29.366Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:44.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:39:49.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-08T05:39:49.884Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"72dd71eb-7087-4dce-b60b-d40f30444d2e","serviceName":"vFW 2023-03-08 05-37-20","serviceVersion":"1.0","serviceUUID":"197d776f-69dc-4618-b19c-ec5ff8a9fb12","serviceDescription":"catalog service description","serviceInvariantUUID":"48717875-076f-4d66-a087-a2688f54152f","resources":[{"resourceInstanceName":"vFW 42101798-2cde 0","resourceName":"vFW 42101798-2cde","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"42488c97-36f7-40e0-a0ec-a75eaf4af49d","resourceInvariantUUID":"4e3ae748-c469-499e-82f3-7289af9e6851","resourceCustomizationUUID":"1af4d64a-33a4-49ed-9a97-c7a245a69118","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml","artifactChecksum":"Mjc3OGU4MTFkYTQ3YWY0YzU5MTg0YjM0OTU0ODgyM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b44f9bf-0171-4f62-9556-d0edfb2ae917","artifactVersion":"1"},{"artifactName":"vfw421017982cde0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json","artifactChecksum":"Y2M1ODIwNDQxY2UzNDRmMDc4YjQxNDk1OGI5NDIzNGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2afa8129-30cd-46fb-ac42-1c8e309c5018","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8ee038c3-1192-480b-86ec-cbc83a93aac6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml","artifactChecksum":"NDU0YTQwOWI0YTg4YmRhYTY0MzM5ZWZkY2Q4NzdkNWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ea533f6-8b9c-406b-a716-6020745e7cac","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cf25c4bf-0c32-4825-a484-571b90bf1fb0","artifactVersion":"2","generatedFromUUID":"8ee038c3-1192-480b-86ec-cbc83a93aac6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230308053720-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml","artifactChecksum":"NzE4NjZmOWQ1YThmMmZhZmJhN2IwMzY4M2ZkYzU0MGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b748661-58f6-48d3-b90c-8d022a29baff","artifactVersion":"1"},{"artifactName":"service-Vfw20230308053720-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar","artifactChecksum":"ZWU4NjIzODRjNWI0NTFlZTM3ZDRhMTZkYTg5NzkyMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f70c129a-07d1-408f-9879-ce49c9cd51d7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-08T05:39:49.888Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:39:49.889Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:49.889Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:49.889Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253984534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:49.911Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:39:49.912Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:39:49.912Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:39:49.912Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:39:49.912Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:39:49.913Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:39:50.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:39:50.004Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253984534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:39:50.005Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:39:50.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:39:50.006Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "cds-sdc-listener",
"timestamp": 1678253982442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:39:50.006Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:39:50.916Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:39:50.916Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:50.917Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:50.917Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253984534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:51.918Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:39:51.919Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:51.919Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:51.919Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253984534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:52.921Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:39:52.922Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:52.922Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:52.922Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253984534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:53.924Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:39:53.925Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:53.925Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:53.925Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253984534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:54.928Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:39:54.929Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:54.929Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:54.929Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253984534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:55.931Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:39:55.932Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:55.933Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:55.933Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253984534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:56.939Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"serviceName": "vFW 2023-03-08 05-37-20",
"serviceVersion": "1.0",
"serviceUUID": "197d776f-69dc-4618-b19c-ec5ff8a9fb12",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "48717875-076f-4d66-a087-a2688f54152f",
"resources": [
{
"resourceInstanceName": "vFW 42101798-2cde 0",
"resourceCustomizationUUID": "1af4d64a-33a4-49ed-9a97-c7a245a69118",
"resourceName": "vFW 42101798-2cde",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "42488c97-36f7-40e0-a0ec-a75eaf4af49d",
"resourceInvariantUUID": "4e3ae748-c469-499e-82f3-7289af9e6851",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw421017982cde0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
"artifactChecksum": "Y2M1ODIwNDQxY2UzNDRmMDc4YjQxNDk1OGI5NDIzNGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2afa8129-30cd-46fb-ac42-1c8e309c5018",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8ee038c3-1192-480b-86ec-cbc83a93aac6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cf25c4bf-0c32-4825-a484-571b90bf1fb0",
"generatedFromUUID": "8ee038c3-1192-480b-86ec-cbc83a93aac6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cf25c4bf-0c32-4825-a484-571b90bf1fb0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230308053720-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"artifactChecksum": "ZWU4NjIzODRjNWI0NTFlZTM3ZDRhMTZkYTg5NzkyMGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f70c129a-07d1-408f-9879-ce49c9cd51d7"
}
],
"workloadContext": "Production"
}
2023-03-08T05:39:56.939Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-08T05:39:56.939Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 197d776f-69dc-4618-b19c-ec5ff8a9fb12 ASDC
2023-03-08T05:39:56.940Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:72dd71eb-7087-4dce-b60b-d40f30444d2e
ServiceName:vFW 2023-03-08 05-37-20
ServiceVersion:1.0
ServiceUUID:197d776f-69dc-4618-b19c-ec5ff8a9fb12
ServiceInvariantUUID:48717875-076f-4d66-a087-a2688f54152f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230308053720-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar
ArtifactUUID:f70c129a-07d1-408f-9879-ce49c9cd51d7
ArtifactChecksum:ZWU4NjIzODRjNWI0NTFlZTM3ZDRhMTZkYTg5NzkyMGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 42101798-2cde 0
ResourceCustomizationUUID:1af4d64a-33a4-49ed-9a97-c7a245a69118
ResourceInvariantUUID:4e3ae748-c469-499e-82f3-7289af9e6851
ResourceName:vFW 42101798-2cde
ResourceType:VF
ResourceUUID:42488c97-36f7-40e0-a0ec-a75eaf4af49d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw421017982cde0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json
ArtifactUUID:2afa8129-30cd-46fb-ac42-1c8e309c5018
ArtifactChecksum:Y2M1ODIwNDQxY2UzNDRmMDc4YjQxNDk1OGI5NDIzNGY=
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/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml
ArtifactUUID:8ee038c3-1192-480b-86ec-cbc83a93aac6
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/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env
ArtifactUUID:cf25c4bf-0c32-4825-a484-571b90bf1fb0
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/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env
ArtifactUUID:cf25c4bf-0c32-4825-a484-571b90bf1fb0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-08T05:39:56.940Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 197d776f-69dc-4618-b19c-ec5ff8a9fb12 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 (?, ?, ?, ?, ?)
2023-03-08T05:39:56.994Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:39:56.995Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:39:56.996Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:39:56.996Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f70c129a-07d1-408f-9879-ce49c9cd51d7 from URL: /sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar
2023-03-08T05:39:56.996Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:39:56.997Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar
2023-03-08T05:39:58.089Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:39:58.100Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar f70c129a-07d1-408f-9879-ce49c9cd51d7 101485
2023-03-08T05:39:58.101Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar ASDC sendASDCNotification
2023-03-08T05:39:58.101Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar
2023-03-08T05:39:58.101Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:39:58.102Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:58.102Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:58.102Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253998101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:59.105Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:39:59.106Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:39:59.106Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f70c129a-07d1-408f-9879-ce49c9cd51d7, URL: /sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar to file: /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:39:59.107Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230308053720-csar.csar
2023-03-08T05:39:59.108Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:39:59.108Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:39:59.450Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1054859303839485742/Definitions/service-Vfw20230308053720-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-08T05:40:01.941Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-08T05:40:01.943Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-08T05:40:01.943Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.943Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-08T05:40:01.943Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.944Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.944Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 42101798-2cde 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-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.944Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.944Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.944Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.945Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.945Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.946Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.946Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.946Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.947Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-08T05:40:01.947Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:01.948Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:01.948Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:01.948Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-08T05:40:01.949Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:40:01.950Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:01.950Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:01.950Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:01.950Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-08T05:40:01.951Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:40:01.951Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:01.951Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:01.952Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:01.952Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is not matching search criteria
2023-03-08T05:40:01.953Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-08T05:40:01.953Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-08T05:40:01.953Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-08T05:40:01.954Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.954Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.954Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-08T05:40:01.955Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.955Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-08T05:40:01.955Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-08T05:40:01.955Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.956Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.956Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-08T05:40:01.956Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.957Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-08T05:40:01.957Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.957Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-08T05:40:01.958Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:01.958Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-08T05:40:01.958Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:01.959Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:01.959Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:01.960Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:01.961Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:01.961Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:01.961Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:01.962Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:01.962Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:01.962Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:01.963Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is not matching search criteria
2023-03-08T05:40:01.963Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-08T05:40:01.963Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-08T05:40:01.964Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-08T05:40:01.964Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-08T05:40:01.964Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-08T05:40:01.964Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.965Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.965Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-08T05:40:01.965Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.965Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-08T05:40:01.965Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.966Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=792652fe-9662-4892-9d74-535dfbe1e405
2023-03-08T05:40:01.966Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:01.966Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is not matching search criteria
2023-03-08T05:40:01.966Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-08T05:40:01.967Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-08T05:40:01.967Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-08T05:40:01.967Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.967Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.968Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-08T05:40:01.968Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.968Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-08T05:40:01.968Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-08T05:40:01.969Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.969Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-08T05:40:01.969Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.969Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b02c7a82-86d6-4c9f-8233-23eb71c602e9
2023-03-08T05:40:01.970Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:01.970Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is not matching search criteria
2023-03-08T05:40:01.970Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-08T05:40:01.971Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-08T05:40:01.971Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-08T05:40:01.971Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.971Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.972Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-08T05:40:01.972Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.972Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-08T05:40:01.972Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-08T05:40:01.973Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.973Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.973Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-08T05:40:01.973Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a8ecd0e6-2ed7-4376-be30-15afcc86aa0a
2023-03-08T05:40:01.974Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:01.974Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:01.974Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:01.975Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:01.975Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:01.975Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:01.975Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:01.975Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:01.976Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-03-08 05-37-20
Description:catalog service description
Model UUID:197d776f-69dc-4618-b19c-ec5ff8a9fb12
Model Version:NULL
Model InvariantUuid:48717875-076f-4d66-a087-a2688f54152f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 42101798-2cde
Model UUID:12dc8f0e-8dac-4eb1-a276-407b8133177a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4e3ae748-c469-499e-82f3-7289af9e6851
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1af4d64a-33a4-49ed-9a97-c7a245a69118
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fcf0444f-d457-40b9-abdd-dd744ec15c15
ModelName:Vfw421017982cde..base_vfw..module-0
ModelUuid:8eceee86-9f1e-4aa8-b589-016bd6c38484
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:792652fe-9662-4892-9d74-535dfbe1e405
ModelInvariantUuid:33957c12-6ae9-4e15-87f4-2ab1008af0ef
ModelName:vFW 42101798-2cde-nodes.vfwCvfc
ModelUuid:b8fe46ac-5991-408b-b12e-16d0babf3efa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:01633c16-6010-43d8-9b8e-9b7225338e07
ModelInvariantUuid:cf9cf918-c71d-40bf-a2ca-a3c43581ebd8
ModelName:Vfw421017982cde.compute.nodes.heat.vfw
ModelUuid:15a853d5-a8f4-4f49-b745-d35c52ae73ed
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b02c7a82-86d6-4c9f-8233-23eb71c602e9
ModelInvariantUuid:3ca9807c-b8b6-4925-95d6-f2606fe59a8f
ModelName:vFW 42101798-2cde-nodes.vsnCvfc
ModelUuid:fa78bd46-9ce5-49c1-9b29-72839555f7b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5e6bce79-6d43-4be2-b365-1fa40deaac1b
ModelInvariantUuid:3b03136a-b46e-4a6d-b0db-e7204ff3cac9
ModelName:Vfw421017982cde.compute.nodes.heat.vsn
ModelUuid:783fc5d7-a87e-4849-b050-1a5c39da1994
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a8ecd0e6-2ed7-4376-be30-15afcc86aa0a
ModelInvariantUuid:09a916ee-250b-463a-b594-bcbbac9a3d27
ModelName:vFW 42101798-2cde-nodes.vpgCvfc
ModelUuid:bc9da8ba-093a-4026-bd46-7a2a9194d1ad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:073ba7e4-3638-4578-a90d-6614db8c9de9
ModelInvariantUuid:717e5f86-cff9-438c-bf1e-a75382985801
ModelName:Vfw421017982cde.compute.nodes.heat.vpg
ModelUuid:1db881a5-f0dd-43ae-b2df-90b168df579b
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=?
2023-03-08T05:40:02.005Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 42488c97-36f7-40e0-a0ec-a75eaf4af49d
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=?
2023-03-08T05:40:02.011Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||vFW 42101798-2cde 0
2023-03-08T05:40:02.012Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 42488c97-36f7-40e0-a0ec-a75eaf4af49d
2023-03-08T05:40:02.012Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2afa8129-30cd-46fb-ac42-1c8e309c5018 from URL: /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json
2023-03-08T05:40:02.012Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:40:02.012Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json
2023-03-08T05:40:02.366Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:40:02.367Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json 2afa8129-30cd-46fb-ac42-1c8e309c5018 785
2023-03-08T05:40:02.368Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json ASDC sendASDCNotification
2023-03-08T05:40:02.368Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json
2023-03-08T05:40:02.368Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:40:02.368Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:40:02.368Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:40:02.369Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254002368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:03.369Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw421017982cde..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fcf0444f-d457-40b9-abdd-dd744ec15c15",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8eceee86-9f1e-4aa8-b589-016bd6c38484",
"vfModuleModelCustomizationUUID": "9fa83bc4-b64f-4823-b591-08c49c7a673d",
"isBase": true,
"artifacts": [
"8ee038c3-1192-480b-86ec-cbc83a93aac6",
"cf25c4bf-0c32-4825-a484-571b90bf1fb0"
],
"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": ""
}
}
]
2023-03-08T05:40:03.375Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw421017982cde..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8eceee86-9f1e-4aa8-b589-016bd6c38484
VfModuleModelInvariantUUID:fcf0444f-d457-40b9-abdd-dd744ec15c15
VfModuleModelDescription:NULL
Artifacts UUID List:{
8ee038c3-1192-480b-86ec-cbc83a93aac6
,
cf25c4bf-0c32-4825-a484-571b90bf1fb0
}
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
}
2023-03-08T05:40:03.378Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw421017982cde..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fcf0444f-d457-40b9-abdd-dd744ec15c15",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8eceee86-9f1e-4aa8-b589-016bd6c38484",
"vfModuleModelCustomizationUUID": "9fa83bc4-b64f-4823-b591-08c49c7a673d",
"isBase": true,
"artifacts": [
"8ee038c3-1192-480b-86ec-cbc83a93aac6",
"cf25c4bf-0c32-4825-a484-571b90bf1fb0"
],
"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": ""
}
}
]
2023-03-08T05:40:03.378Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw421017982cde..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8eceee86-9f1e-4aa8-b589-016bd6c38484
VfModuleModelInvariantUUID:fcf0444f-d457-40b9-abdd-dd744ec15c15
VfModuleModelDescription:NULL
Artifacts UUID List:{
8ee038c3-1192-480b-86ec-cbc83a93aac6
,
cf25c4bf-0c32-4825-a484-571b90bf1fb0
}
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
}
2023-03-08T05:40:03.378Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8ee038c3-1192-480b-86ec-cbc83a93aac6 from URL: /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml
2023-03-08T05:40:03.378Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:40:03.379Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml
2023-03-08T05:40:03.720Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:40:03.721Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml 8ee038c3-1192-480b-86ec-cbc83a93aac6 20368
2023-03-08T05:40:03.721Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-08T05:40:03.721Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml
2023-03-08T05:40:03.722Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:40:03.722Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:40:03.722Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:40:03.722Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254003721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:04.724Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cf25c4bf-0c32-4825-a484-571b90bf1fb0 from URL: /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env
2023-03-08T05:40:04.724Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:40:04.724Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env
2023-03-08T05:40:05.149Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:40:05.150Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env cf25c4bf-0c32-4825-a484-571b90bf1fb0 2098
2023-03-08T05:40:05.150Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-08T05:40:05.150Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env
2023-03-08T05:40:05.150Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:40:05.151Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:40:05.151Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:40:05.151Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254005150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:06.153Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 197d776f-69dc-4618-b19c-ec5ff8a9fb12
2023-03-08T05:40:06.154Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 42101798-2cde 0 42488c97-36f7-40e0-a0ec-a75eaf4af49d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:40:06.217Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e929a69, org.onap.sdc.toscaparser.api.parameters.Input@75271763, org.onap.sdc.toscaparser.api.parameters.Input@4158d61b, org.onap.sdc.toscaparser.api.parameters.Input@3fdb96e9, org.onap.sdc.toscaparser.api.parameters.Input@359012a9]
2023-03-08T05:40:06.219Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.220Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.220Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-03-08T05:40:06.220Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 1af4d64a-33a4-49ed-9a97-c7a245a69118
2023-03-08T05:40:06.221Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1af4d64a-33a4-49ed-9a97-c7a245a69118 matches Tosca VF Customization UUID: 1af4d64a-33a4-49ed-9a97-c7a245a69118
2023-03-08T05:40:06.221Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 1af4d64a-33a4-49ed-9a97-c7a245a69118 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=?
2023-03-08T05:40:06.225Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.225Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.226Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 1af4d64a-33a4-49ed-9a97-c7a245a69118: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-08T05:40:06.227Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c21c3a8
2023-03-08T05:40:06.227Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.227Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-08T05:40:06.227Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9fa83bc4-b64f-4823-b591-08c49c7a673d
2023-03-08T05:40:06.228Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9fa83bc4-b64f-4823-b591-08c49c7a673d
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=?
2023-03-08T05:40:06.233Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.233Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:06.233Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:06.234Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.234Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:06.235Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:06.235Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.235Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is not matching search criteria
2023-03-08T05:40:06.235Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-08T05:40:06.236Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-08T05:40:06.236Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-08T05:40:06.236Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-08T05:40:06.236Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-08T05:40:06.237Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.237Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:06.237Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-08T05:40:06.237Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:06.237Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-08T05:40:06.238Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.238Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=792652fe-9662-4892-9d74-535dfbe1e405
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=?
2023-03-08T05:40:06.260Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.260Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:06.261Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:06.261Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.261Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is not matching search criteria
2023-03-08T05:40:06.261Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-08T05:40:06.262Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-08T05:40:06.262Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-08T05:40:06.262Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.262Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:06.262Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-08T05:40:06.263Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.263Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-08T05:40:06.263Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-08T05:40:06.263Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:06.263Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-08T05:40:06.264Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.264Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b02c7a82-86d6-4c9f-8233-23eb71c602e9
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=?
2023-03-08T05:40:06.268Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.268Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:06.268Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:06.282Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.282Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is not matching search criteria
2023-03-08T05:40:06.283Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-08T05:40:06.283Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-08T05:40:06.283Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-08T05:40:06.283Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.283Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:06.283Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-08T05:40:06.284Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.284Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-08T05:40:06.284Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-08T05:40:06.284Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.284Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:06.284Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-08T05:40:06.285Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a8ecd0e6-2ed7-4376-be30-15afcc86aa0a
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=?
2023-03-08T05:40:06.291Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.291Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:06.292Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:06.292Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.292Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:06.293Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=1af4d64a-33a4-49ed-9a97-c7a245a69118
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=?
2023-03-08T05:40:06.297Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.298Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.298Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 197d776f-69dc-4618-b19c-ec5ff8a9fb12: vFW 42101798-2cde
2023-03-08T05:40:06.298Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.298Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.299Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.299Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.299Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.300Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.300Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.300Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.301Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:40:06.301Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.301Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-03-08 05-37-20
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 (?, ?, ?, ?, ?)
2023-03-08T05:40:06.699Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 42101798-2cde 42488c97-36f7-40e0-a0ec-a75eaf4af49d 1 ASDC deployResourceStructure
2023-03-08T05:40:06.700Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json ASDC sendASDCNotification
2023-03-08T05:40:06.700Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json
2023-03-08T05:40:06.701Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:40:06.701Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:40:06.701Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:40:06.701Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254006700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:07.704Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-08T05:40:07.705Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml
2023-03-08T05:40:07.705Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:40:07.705Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:40:07.705Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:40:07.705Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254007704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:08.710Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-08T05:40:08.711Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env
2023-03-08T05:40:08.711Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:40:08.712Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:40:08.712Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:40:08.712Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254008710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:09.713Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar ASDC sendASDCNotification
2023-03-08T05:40:09.714Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:09.714Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:40:09.715Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:40:09.715Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:40:09.715Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254009713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:10.716Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:40:10.734Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:40:10.761Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:40:10.761Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:40:10.762Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:40:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:29.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:40:29.351Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "multicloud-k8s",
"timestamp": 1678253986165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:40:29.352Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:40:40.762Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:40:40.778Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:40:40.781Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:40:40.782Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:40:40.782Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:41:10.783Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:41:10.800Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:41:10.804Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:41:10.804Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:41:10.804Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:41:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:41:29.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "policy-distribution-id",
"timestamp": 1678253984577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678253987375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.358Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "cds-sdc-listener",
"timestamp": 1678253982442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.358Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253984534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
"status": "NOTIFIED"
}
2023-03-08T05:41:29.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "policy-distribution-id",
"timestamp": 1678253984577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "multicloud-k8s",
"timestamp": 1678253986165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
"status": "NOTIFIED"
}
2023-03-08T05:41:29.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.360Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678253987375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.360Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "cds-sdc-listener",
"timestamp": 1678253982442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.361Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253984534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-08T05:41:29.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "policy-distribution-id",
"timestamp": 1678253984577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-08T05:41:29.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "multicloud-k8s",
"timestamp": 1678253986165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-08T05:41:29.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678253987375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "cds-sdc-listener",
"timestamp": 1678253982442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253984534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "policy-distribution-id",
"timestamp": 1678253984577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "multicloud-k8s",
"timestamp": 1678253986165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678253987375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "cds-sdc-listener",
"timestamp": 1678253982442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253984534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-08T05:41:29.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "policy-distribution-id",
"timestamp": 1678253984577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.369Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "multicloud-k8s",
"timestamp": 1678253986165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-08T05:41:29.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.369Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678253987375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.370Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "cds-sdc-listener",
"timestamp": 1678253982442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.370Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253984534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.371Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "policy-distribution-id",
"timestamp": 1678253984577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.371Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "multicloud-k8s",
"timestamp": 1678253986165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.372Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678253987375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.372Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "aai-model-loader",
"timestamp": 1678253995398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.373Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "cds-sdc-listener",
"timestamp": 1678253982442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:41:29.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.373Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253984534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:41:29.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.374Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "policy-distribution-id",
"timestamp": 1678253984577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:41:29.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.374Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "multicloud-k8s",
"timestamp": 1678253986165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:41:29.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.375Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678253987375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:41:29.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.375Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "aai-model-loader",
"timestamp": 1678253995398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.376Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "aai-model-loader",
"timestamp": 1678253995398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.376Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "policy-distribution-id",
"timestamp": 1678253997622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.377Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "cds-sdc-listener",
"timestamp": 1678253997641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.377Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "multicloud-k8s",
"timestamp": 1678253996407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.378Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678253998101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.378Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678253997923,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.379Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "aai-model-loader",
"timestamp": 1678253995398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.379Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "policy-distribution-id",
"timestamp": 1678253998662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-08T05:41:29.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.380Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "aai-model-loader",
"timestamp": 1678253995398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.380Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "multicloud-k8s",
"timestamp": 1678253998144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.381Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.381Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "policy-distribution-id",
"timestamp": 1678253999670,
"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=?
2023-03-08T05:41:29.395Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72dd71eb-7087-4dce-b60b-d40f30444d2e
2023-03-08T05:41:29.395Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72dd71eb-7087-4dce-b60b-d40f30444d2e 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 (?, ?, ?, ?, ?)
2023-03-08T05:41:29.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.407Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "aai-model-loader",
"timestamp": 1678253995398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.408Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "multicloud-k8s",
"timestamp": 1678253999635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.408Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "aai-model-loader",
"timestamp": 1678253995398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:41:29.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.409Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254002368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.409Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678254002136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-08T05:41:29.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.410Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "multicloud-k8s",
"timestamp": 1678254000999,
"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=?
2023-03-08T05:41:29.417Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72dd71eb-7087-4dce-b60b-d40f30444d2e
2023-03-08T05:41:29.417Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72dd71eb-7087-4dce-b60b-d40f30444d2e 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=?
2023-03-08T05:41:29.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.425Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "aai-model-loader",
"timestamp": 1678254002895,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.425Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.425Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678254003141,
"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=?
2023-03-08T05:41:29.430Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72dd71eb-7087-4dce-b60b-d40f30444d2e
2023-03-08T05:41:29.430Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72dd71eb-7087-4dce-b60b-d40f30444d2e 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 (?, ?, ?, ?, ?)
2023-03-08T05:41:29.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.439Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "multicloud-k8s",
"timestamp": 1678254002019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-08T05:41:29.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.439Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254003721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.440Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254005150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.440Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254006700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-08T05:41:29.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254007704,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-03-08T05:41:29.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254008710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-03-08T05:41:29.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.442Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254009713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-08T05:41:29.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.442Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "aai-model-loader",
"timestamp": 1678254015001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-08T05:41:29.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.443Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "aai-model-loader",
"timestamp": 1678254016004,
"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=?
2023-03-08T05:41:29.448Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72dd71eb-7087-4dce-b60b-d40f30444d2e
2023-03-08T05:41:29.449Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72dd71eb-7087-4dce-b60b-d40f30444d2e 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 (?, ?, ?, ?, ?)
2023-03-08T05:41:40.805Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:41:40.821Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:41:40.824Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:41:40.824Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-08T05:41:40.824Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-08T05:41:40.824Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-08T05:41:40.825Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-08T05:41:40.825Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-08T05:41:40.825Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-08T05:41:40.825Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-08T05:41:40.825Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||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=?
2023-03-08T05:41:40.830Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-08T05:42:10.831Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e 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=?
2023-03-08T05:42:10.841Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e and serviceModelVersionId: 197d776f-69dc-4618-b19c-ec5ff8a9fb12
2023-03-08T05:42:10.843Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 48717875-076f-4d66-a087-a2688f54152f
2023-03-08T05:42:10.845Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0
2023-03-08T05:42:10.851Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-08T05:42:10.935Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0|INFO|500||Invoke
2023-03-08T05:42:10.935Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72dd71eb-7087-4dce-b60b-d40f30444d2e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d441e4cf-2899-4968-a069-16b007894b0e], X-ECOMP-RequestID=[72dd71eb-7087-4dce-b60b-d40f30444d2e], X-TransactionId=[], X-ONAP-RequestID=[72dd71eb-7087-4dce-b60b-d40f30444d2e], Content-Type=[application/merge-patch+json]}
2023-03-08T05:42:10.949Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-08T05:42:11.300Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?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/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0 has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 05:42:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[335], vertex-id=[184496], x-aai-txid=[1-aai-resources-230308-05:42:10:681-45215], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-08T05:42:11.301Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-08T05:42:11.301Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0|INFO|500||InvokeReturn
2023-03-08T05:42:11.303Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-08T05:42:11.308Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||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=?
2023-03-08T05:42:11.329Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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)
2023-03-08T05:42:11.329Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72dd71eb-7087-4dce-b60b-d40f30444d2e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-08T05:42:11.329Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-08T05:42:11.330Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:42:11.330Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:42:11.330Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254131329,
"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=?
2023-03-08T05:42:12.344Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:42:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:42:29.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:42:29.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254131329,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-08T05:42:29.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:43:12.345Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:43:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:44:12.347Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:44:29.351Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:45:12.348Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:45:29.351Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:46:12.351Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:46:29.352Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:47:12.351Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:47:29.353Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:47:33.095Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-08T05:47:33.095Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"66e6298a-42b8-4c02-9aec-71378c478f3b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ba838550-c6fe-4f70-b5cf-31280925ffa6","serviceDescription":"service","serviceInvariantUUID":"ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"83be2002-8b7d-48cf-94d7-ddfac7ad84d0","resourceInvariantUUID":"4a71c0bb-10b6-439e-a50c-fadb5d4913b6","resourceCustomizationUUID":"595a22ae-3bff-4749-9d97-ceda705e154d","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":"MmU4NWFhN2MxNjJiOTdkMTY3MjNkNGFmNzU4ODVlYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40eac8ab-c900-48e5-a4ad-f47503161744","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjVhMWRlNDYwNjRlZTcwMzYxOGQ5MTRlYzUxMWY0NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ba9cf099-7395-4634-8108-437f6fec19fc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-08T05:47:33.103Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:47:33.104Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:47:33.104Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:47:33.104Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254432351,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:47:33.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:47:33.271Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254432351,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:47:33.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:47:34.106Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:47:34.107Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:47:34.107Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:47:34.107Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254432351,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:47:35.108Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "ba838550-c6fe-4f70-b5cf-31280925ffa6",
"serviceDescription": "service",
"serviceInvariantUUID": "ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "595a22ae-3bff-4749-9d97-ceda705e154d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "83be2002-8b7d-48cf-94d7-ddfac7ad84d0",
"resourceInvariantUUID": "4a71c0bb-10b6-439e-a50c-fadb5d4913b6",
"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": "ZjVhMWRlNDYwNjRlZTcwMzYxOGQ5MTRlYzUxMWY0NTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ba9cf099-7395-4634-8108-437f6fec19fc"
}
],
"workloadContext": "Production"
}
2023-03-08T05:47:35.109Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-08T05:47:35.109Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ba838550-c6fe-4f70-b5cf-31280925ffa6 ASDC
2023-03-08T05:47:35.110Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:66e6298a-42b8-4c02-9aec-71378c478f3b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ba838550-c6fe-4f70-b5cf-31280925ffa6
ServiceInvariantUUID:ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8
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:ba9cf099-7395-4634-8108-437f6fec19fc
ArtifactChecksum:ZjVhMWRlNDYwNjRlZTcwMzYxOGQ5MTRlYzUxMWY0NTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:595a22ae-3bff-4749-9d97-ceda705e154d
ResourceInvariantUUID:4a71c0bb-10b6-439e-a50c-fadb5d4913b6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:83be2002-8b7d-48cf-94d7-ddfac7ad84d0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-03-08T05:47:35.110Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba838550-c6fe-4f70-b5cf-31280925ffa6 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 (?, ?, ?, ?, ?)
2023-03-08T05:47:35.175Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:47:35.177Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:47:35.177Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:47:35.177Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ba9cf099-7395-4634-8108-437f6fec19fc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-08T05:47:35.178Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:47:35.178Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-08T05:47:36.307Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:47:36.315Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ba9cf099-7395-4634-8108-437f6fec19fc 57800
2023-03-08T05:47:36.316Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-08T05:47:36.316Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-08T05:47:36.316Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:47:36.317Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:47:36.317Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:47:36.317Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254456316,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:47:37.318Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:47:37.319Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:47:37.320Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ba9cf099-7395-4634-8108-437f6fec19fc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-08T05:47:37.320Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-08T05:47:37.321Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-08T05:47:37.321Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-08T05:47:37.508Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP863553053824498998/Definitions/service-BasicNetwork-template.yml
2023-03-08T05:47:38.282Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-08T05:47:38.283Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-08T05:47:38.283Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-08T05:47:38.284Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-08T05:47:38.284Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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
2023-03-08T05:47:38.284Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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
2023-03-08T05:47:38.285Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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
2023-03-08T05:47:38.285Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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
2023-03-08T05:47:38.286Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-08T05:47:38.286Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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
2023-03-08T05:47:38.286Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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
2023-03-08T05:47:38.287Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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
2023-03-08T05:47:38.287Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-08T05:47:38.288Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:47:38.288Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.289Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-08T05:47:38.289Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-08T05:47:38.290Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:47:38.290Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:47:38.290Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.291Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-08T05:47:38.291Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-08T05:47:38.292Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:47:38.292Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:47:38.292Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.293Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:47:38.293Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.294Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:47:38.294Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.295Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:47:38.295Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.296Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:47:38.296Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.297Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:ba838550-c6fe-4f70-b5cf-31280925ffa6
Model Version:NULL
Model InvariantUuid:ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4a71c0bb-10b6-439e-a50c-fadb5d4913b6
Model UUID:4ce17106-5f81-4c53-a38a-9e0896855d00
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:595a22ae-3bff-4749-9d97-ceda705e154d
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=?
2023-03-08T05:47:38.308Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 83be2002-8b7d-48cf-94d7-ddfac7ad84d0
2023-03-08T05:47:38.308Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||No resources found for Service: ba838550-c6fe-4f70-b5cf-31280925ffa6
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=?
2023-03-08T05:47:38.322Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||
2023-03-08T05:47:38.323Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-03-08T05:47:38.325Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||No resources found for Service: ba838550-c6fe-4f70-b5cf-31280925ffa6
2023-03-08T05:47:38.325Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ba838550-c6fe-4f70-b5cf-31280925ffa6
2023-03-08T05:47:38.325Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-03-08T05:47:38.325Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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=?
2023-03-08T05:47:38.333Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@fc45c38, org.onap.sdc.toscaparser.api.parameters.Input@7850d020, org.onap.sdc.toscaparser.api.parameters.Input@2d75c94d, org.onap.sdc.toscaparser.api.parameters.Input@7b89c3b5, org.onap.sdc.toscaparser.api.parameters.Input@56017560]
2023-03-08T05:47:38.335Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:47:38.335Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.335Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:47:38.335Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.335Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ba838550-c6fe-4f70-b5cf-31280925ffa6: Generic NeutronNet
2023-03-08T05:47:38.336Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:47:38.336Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.336Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:47:38.336Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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=?
2023-03-08T05:47:38.401Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:47:38.401Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.402Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:47:38.402Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.402Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:47:38.402Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.402Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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 (?, ?)
2023-03-08T05:47:38.535Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-03-08T05:47:38.536Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-08T05:47:38.536Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-08T05:47:38.536Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:47:38.537Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:47:38.537Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:47:38.537Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254458536,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:47:39.538Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:47:39.551Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:47:39.553Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:47:39.553Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:47:39.553Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:48:09.553Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:48:09.584Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:48:09.590Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:48:09.591Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:48:09.591Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:48:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:48:29.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:48:29.352Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "aai-model-loader",
"timestamp": 1678254445397,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:48:29.352Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:48:29.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:48:29.353Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "multicloud-k8s",
"timestamp": 1678254423132,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:48:29.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:48:29.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:48:29.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "cds-sdc-listener",
"timestamp": 1678254418660,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:48:29.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:48:29.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:48:29.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "policy-distribution-id",
"timestamp": 1678254450709,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:48:29.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:48:39.591Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:48:39.610Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:48:39.612Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:48:39.613Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:48:39.613Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:49:09.613Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:49:09.635Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:49:09.637Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:49:09.638Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:49:09.638Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:49:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:49:29.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.352Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254432351,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:49:29.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.353Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "aai-model-loader",
"timestamp": 1678254445397,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:49:29.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "multicloud-k8s",
"timestamp": 1678254423132,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:49:29.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "cds-sdc-listener",
"timestamp": 1678254418660,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:49:29.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "policy-distribution-id",
"timestamp": 1678254450709,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:49:29.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "aai-model-loader",
"timestamp": 1678254455837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:49:29.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "policy-distribution-id",
"timestamp": 1678254455892,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:49:29.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "cds-sdc-listener",
"timestamp": 1678254455894,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:49:29.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254456316,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:49:29.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "policy-distribution-id",
"timestamp": 1678254456899,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-08T05:49:29.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "policy-distribution-id",
"timestamp": 1678254457902,
"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=?
2023-03-08T05:49:29.370Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66e6298a-42b8-4c02-9aec-71378c478f3b
2023-03-08T05:49:29.370Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e6298a-42b8-4c02-9aec-71378c478f3b 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 (?, ?, ?, ?, ?)
2023-03-08T05:49:29.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.384Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254458536,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-08T05:49:29.385Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.385Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "aai-model-loader",
"timestamp": 1678254460408,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-08T05:49:29.386Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.386Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "aai-model-loader",
"timestamp": 1678254461411,
"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=?
2023-03-08T05:49:29.392Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66e6298a-42b8-4c02-9aec-71378c478f3b
2023-03-08T05:49:29.392Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e6298a-42b8-4c02-9aec-71378c478f3b 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 (?, ?, ?, ?, ?)
2023-03-08T05:49:29.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.407Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678254467375,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-08T05:49:29.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.408Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678254467375,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-08T05:49:29.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.409Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678254471320,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-08T05:49:29.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.410Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678254473232,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-08T05:49:29.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.411Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678254474237,
"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=?
2023-03-08T05:49:29.417Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66e6298a-42b8-4c02-9aec-71378c478f3b
2023-03-08T05:49:29.417Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e6298a-42b8-4c02-9aec-71378c478f3b 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 (?, ?, ?, ?, ?)
2023-03-08T05:49:39.638Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:49:39.661Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:49:39.665Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:49:39.666Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-08T05:49:39.666Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-08T05:49:39.666Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-08T05:49:39.666Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-08T05:49:39.667Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-08T05:49:39.667Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-08T05:49:39.667Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-08T05:49:39.667Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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=?
2023-03-08T05:49:39.676Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-08T05:50:09.676Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b 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=?
2023-03-08T05:50:09.684Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66e6298a-42b8-4c02-9aec-71378c478f3b and serviceModelVersionId: ba838550-c6fe-4f70-b5cf-31280925ffa6
2023-03-08T05:50:09.684Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8
2023-03-08T05:50:09.686Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8/model-vers/model-ver/ba838550-c6fe-4f70-b5cf-31280925ffa6?depth=0
2023-03-08T05:50:09.691Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-08T05:50:09.750Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8/model-vers/model-ver/ba838550-c6fe-4f70-b5cf-31280925ffa6?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]}
2023-03-08T05:50:09.752Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8/model-vers/model-ver/ba838550-c6fe-4f70-b5cf-31280925ffa6?depth=0|INFO|500||Invoke
2023-03-08T05:50:09.770Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8/model-vers/model-ver/ba838550-c6fe-4f70-b5cf-31280925ffa6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-08T05:50:10.028Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8/model-vers/model-ver/ba838550-c6fe-4f70-b5cf-31280925ffa6?depth=0|INFO|500||InvokeReturn
2023-03-08T05:50:10.031Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8/model-vers/model-ver/ba838550-c6fe-4f70-b5cf-31280925ffa6?depth=0 has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 05:50:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[251], vertex-id=[200832], x-aai-txid=[0-aai-resources-230308-05:50:09:501-8565], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-08T05:50:10.033Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T05:50:10.034Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-08T05:50:10.034Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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=?
2023-03-08T05:50:10.044Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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)
2023-03-08T05:50:10.045Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66e6298a-42b8-4c02-9aec-71378c478f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-08T05:50:10.045Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-08T05:50:10.046Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:10.046Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:10.046Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254610045,
"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=?
2023-03-08T05:50:11.065Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:50:11.083Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-08T05:50:11.083Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"dc5bed68-3848-4d11-9831-ed2ad8a21004","serviceName":"Demo_pNF_4PZTQ8NO0KG2r53zu68R","serviceVersion":"1.0","serviceUUID":"02dff110-15c6-4e29-8e62-93fc5b5b707d","serviceDescription":"catalog service description","serviceInvariantUUID":"1ccc88ac-3322-408b-a167-73933229b2dd","resources":[{"resourceInstanceName":"pNF c71e16cd-f353 0","resourceName":"pNF c71e16cd-f353","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"513caaa0-c12b-4bd4-80cb-f91e0750bfe2","resourceInvariantUUID":"18ce5710-82a0-4fab-9ce9-2ce97b5376fa","resourceCustomizationUUID":"c8e1c1cc-afad-4ceb-b2d2-ce3a86fe44e0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vf-license-model.xml","artifactChecksum":"MzEyODdlYTRmNWZjMTM5OWI2N2M1MjNkNzFhN2M1ODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e668183a-134d-403d-986b-afb49a93ff51","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/pNF.csar","artifactChecksum":"NzNkMWI0NTY3ZmNiYzE5ODU1MTJhN2M1ZGFiNTE2OTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0f833ac-7647-4c44-a499-b635db8904b1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fec21e24-a6b9-42e9-869e-652bd478777e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vendor-license-model.xml","artifactChecksum":"NzBkMmYzMWM1NzYwNDJkNzc5ODE5ZTM1YjQ1YmY1ZjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"95615235-1a05-417d-b1a5-1f2d3b9c9ed0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54391305-102c-4575-8c33-8e4bc7f781cb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"74674425-62c3-434a-ad13-34a6cfb0aff2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4pztq8no0kg2r53zu68r-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-template.yml","artifactChecksum":"NzgwYmEzMTU2OTE3OGEyNTc2MDUwOTY4YjRkMWExNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fab84a00-2f89-4b83-a45a-f5a0cf8e7a51","artifactVersion":"1"},{"artifactName":"service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar","artifactChecksum":"ZDZkOTljZDBjYzgyZjU3NzcwMWJhNDFhOTNmM2I4MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cfa0b9f4-1de3-47f5-be37-955ea521a75a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-08T05:50:11.087Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:11.087Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:11.088Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:11.088Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254611065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:12.089Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:12.089Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:12.089Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:12.089Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254611065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:13.090Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:13.091Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:13.091Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:13.091Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254611065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:14.092Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:14.092Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:14.092Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:14.092Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254611065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:15.093Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:15.094Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:15.094Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:15.095Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254611065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:16.096Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:16.096Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:16.097Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:16.097Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254611065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:17.098Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:17.098Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:17.098Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:17.099Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254611065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:18.099Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:18.100Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:18.100Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:18.100Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254611065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:19.101Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
"serviceName": "Demo_pNF_4PZTQ8NO0KG2r53zu68R",
"serviceVersion": "1.0",
"serviceUUID": "02dff110-15c6-4e29-8e62-93fc5b5b707d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1ccc88ac-3322-408b-a167-73933229b2dd",
"resources": [
{
"resourceInstanceName": "pNF c71e16cd-f353 0",
"resourceCustomizationUUID": "c8e1c1cc-afad-4ceb-b2d2-ce3a86fe44e0",
"resourceName": "pNF c71e16cd-f353",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "513caaa0-c12b-4bd4-80cb-f91e0750bfe2",
"resourceInvariantUUID": "18ce5710-82a0-4fab-9ce9-2ce97b5376fa",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
"artifactChecksum": "ZDZkOTljZDBjYzgyZjU3NzcwMWJhNDFhOTNmM2I4MjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cfa0b9f4-1de3-47f5-be37-955ea521a75a"
}
],
"workloadContext": "Production"
}
2023-03-08T05:50:19.101Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-08T05:50:19.102Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 02dff110-15c6-4e29-8e62-93fc5b5b707d ASDC
2023-03-08T05:50:19.102Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:dc5bed68-3848-4d11-9831-ed2ad8a21004
ServiceName:Demo_pNF_4PZTQ8NO0KG2r53zu68R
ServiceVersion:1.0
ServiceUUID:02dff110-15c6-4e29-8e62-93fc5b5b707d
ServiceInvariantUUID:1ccc88ac-3322-408b-a167-73933229b2dd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
ArtifactUUID:cfa0b9f4-1de3-47f5-be37-955ea521a75a
ArtifactChecksum:ZDZkOTljZDBjYzgyZjU3NzcwMWJhNDFhOTNmM2I4MjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c71e16cd-f353 0
ResourceCustomizationUUID:c8e1c1cc-afad-4ceb-b2d2-ce3a86fe44e0
ResourceInvariantUUID:18ce5710-82a0-4fab-9ce9-2ce97b5376fa
ResourceName:pNF c71e16cd-f353
ResourceType:PNF
ResourceUUID:513caaa0-c12b-4bd4-80cb-f91e0750bfe2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-03-08T05:50:19.102Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02dff110-15c6-4e29-8e62-93fc5b5b707d 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 (?, ?, ?, ?, ?)
2023-03-08T05:50:19.148Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:50:19.149Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:50:19.149Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:50:19.149Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cfa0b9f4-1de3-47f5-be37-955ea521a75a from URL: /sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:19.149Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:50:19.150Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:19.363Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:50:19.364Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar cfa0b9f4-1de3-47f5-be37-955ea521a75a 88021
2023-03-08T05:50:19.364Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar ASDC sendASDCNotification
2023-03-08T05:50:19.365Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:19.365Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:50:19.365Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:19.365Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:19.365Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
"consumerID": "SO-sdc-controller",
"timestamp": 1678254619364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:20.366Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:50:20.367Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:50:20.367Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cfa0b9f4-1de3-47f5-be37-955ea521a75a, URL: /sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar to file: /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:20.367Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:20.368Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:20.368Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:20.531Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18286766782443345636/Definitions/service-DemoPnf4pztq8no0kg2r53zu68r-template.yml
2023-03-08T05:50:21.413Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-08T05:50:21.413Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-08T05:50:21.414Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.414Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-08T05:50:21.414Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||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-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.414Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.414Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||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-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.415Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.415Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.415Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c71e16cd-f353 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-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.415Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.415Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-08T05:50:21.415Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:50:21.416Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4PZTQ8NO0KG2r53zu68R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:50:21.416Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Node template pNF c71e16cd-f353 0 is matching search criteria
2023-03-08T05:50:21.416Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-08T05:50:21.416Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c71e16cd-f353 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:50:21.417Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:50:21.417Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4PZTQ8NO0KG2r53zu68R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:50:21.417Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Node template pNF c71e16cd-f353 0 is matching search criteria
2023-03-08T05:50:21.417Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-08T05:50:21.417Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c71e16cd-f353 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:50:21.417Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-08T05:50:21.418Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4PZTQ8NO0KG2r53zu68R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:50:21.418Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery