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-13T00:19:31.432Z||main|||||INFO|500||The following profiles are active: basic 2023-03-13T00:19:45.474Z||main|||||INFO|500||Starting service [Tomcat] 2023-03-13T00:19:45.475Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-03-13T00:19:45.645Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-03-13T00:19:49.604Z||main|||||INFO|500||catdb-pool - Starting... 2023-03-13T00:19:49.920Z||main|||||INFO|500||catdb-pool - Start completed. 2023-03-13T00:19:50.523Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-03-13T00:19:50.758Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-03-13T00:19:51.424Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-03-13T00:19:53.860Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-03-13T00:19:54.626Z||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-13T00:19:58.343Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-03-13T00:19:58.479Z||main|||||INFO|500||reqdb-pool - Starting... 2023-03-13T00:19:58.619Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-03-13T00:19:58.631Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-03-13T00:19:59.215Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-03-13T00:19:59.942Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-03-13T00:20:01.317Z||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-13T00:20:04.181Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02 2023-03-13T00:20:04.182Z||main|||||ERROR|500||(conn=974) Table 'catalogdb.activity_spec' doesn't exist 2023-03-13T00:20:04.197Z||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-13T00:20:08.030Z||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-13T00:20:12.077Z||main|||||WARN|500||--- 2023-03-13T00:20:12.078Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-03-13T00:20:12.078Z||main|||||WARN|500||--- 2023-03-13T00:20:12.599Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-03-13T00:20:19.026Z||main|||||INFO|500||Started Application in 54.331 seconds (JVM running for 56.858) 2023-03-13T00:20:19.046Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-03-13T00:20:19.048Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-03-13T00:20:19.054Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-03-13T00:20:19.137Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c84e971d-7fbd-40de-80a2-1d480ceb1286 url= /sdc/v1/artifactTypes 2023-03-13T00:20:19.145Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-03-13T00:20:19.400Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2023-03-13T00:20:19.403Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@15543241 2023-03-13T00:20:19.412Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-03-13T00:20:19.435Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream 2023-03-13T00:20:19.468Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC 2023-03-13T00:20:19.475Z||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$$ae8487ed.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-13T00:21:09.014Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-03-13T00:21:09.015Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-03-13T00:21:09.015Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-03-13T00:21:09.021Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8cdd828e-8028-454b-a49e-eabf5751168b url= /sdc/v1/artifactTypes 2023-03-13T00:21:09.022Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-03-13T00:21:09.056Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2023-03-13T00:21:09.057Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@785537d 2023-03-13T00:21:09.057Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-03-13T00:21:09.058Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream 2023-03-13T00:21:09.058Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC 2023-03-13T00:21:09.059Z||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$$ae8487ed.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-13T00:21:59.014Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-03-13T00:21:59.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-03-13T00:21:59.015Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-03-13T00:21:59.020Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a7ab5cb6-47e2-429f-b310-3dc095d3ce89 url= /sdc/v1/artifactTypes 2023-03-13T00:21:59.020Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-03-13T00:21:59.031Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2023-03-13T00:21:59.031Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7ccb7a84 2023-03-13T00:21:59.032Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-03-13T00:21:59.033Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream 2023-03-13T00:21:59.033Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC 2023-03-13T00:21:59.034Z||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$$ae8487ed.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-13T00:22:49.014Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-03-13T00:22:49.017Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-03-13T00:22:49.018Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-03-13T00:22:49.028Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e962ff36-9668-490d-abb0-9fc7581cae02 url= /sdc/v1/artifactTypes 2023-03-13T00:22:49.028Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-03-13T00:22:49.038Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2023-03-13T00:22:49.040Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@59c83d96 2023-03-13T00:22:49.040Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-03-13T00:22:49.041Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream 2023-03-13T00:22:49.042Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC 2023-03-13T00:22:49.043Z||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$$ae8487ed.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-13T00:23:39.014Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-03-13T00:23:39.015Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-03-13T00:23:39.015Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-03-13T00:23:39.019Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9a7d37d3-bdfa-4c6b-a928-5ff909491479 url= /sdc/v1/artifactTypes 2023-03-13T00:23:39.020Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-03-13T00:23:39.027Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2023-03-13T00:23:39.027Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@620fd0dc 2023-03-13T00:23:39.027Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-03-13T00:23:39.028Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream 2023-03-13T00:23:39.028Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC 2023-03-13T00:23:39.029Z||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$$ae8487ed.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-13T00:24:29.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-03-13T00:24:29.013Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-03-13T00:24:29.014Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-03-13T00:24:29.019Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c93f409b-618f-4473-b552-62ec29530a4a url= /sdc/v1/artifactTypes 2023-03-13T00:24:29.019Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-03-13T00:24:29.027Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2023-03-13T00:24:29.027Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@32bdbc24 2023-03-13T00:24:29.028Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-03-13T00:24:29.028Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream 2023-03-13T00:24:29.028Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC 2023-03-13T00:24:29.029Z||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$$ae8487ed.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-13T00:25:19.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-03-13T00:25:19.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-03-13T00:25:19.014Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-03-13T00:25:19.023Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 829213c3-5467-4088-a7f1-95a35f743be2 url= /sdc/v1/artifactTypes 2023-03-13T00:25:19.024Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-03-13T00:25:19.029Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2023-03-13T00:25:19.030Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3b5f056d 2023-03-13T00:25:19.030Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-03-13T00:25:19.030Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream 2023-03-13T00:25:19.030Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC 2023-03-13T00:25:19.031Z||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$$ae8487ed.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-13T00:26:09.015Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-03-13T00:26:09.017Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-03-13T00:26:09.022Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-03-13T00:26:09.031Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b6d981ec-a8ec-4bf5-b439-975924c044e6 url= /sdc/v1/artifactTypes 2023-03-13T00:26:09.032Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-03-13T00:26:09.040Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2023-03-13T00:26:09.041Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@32e5754f 2023-03-13T00:26:09.041Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-03-13T00:26:09.041Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream 2023-03-13T00:26:09.042Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC 2023-03-13T00:26:09.044Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to 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$$ae8487ed.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-13T00:26:59.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-03-13T00:26:59.013Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-03-13T00:26:59.014Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-03-13T00:26:59.019Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b5c61b88-ca47-476e-8b3e-9a12fd1e5c0a url= /sdc/v1/artifactTypes 2023-03-13T00:26:59.019Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-03-13T00:26:59.025Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2023-03-13T00:26:59.025Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2fbacf1b 2023-03-13T00:26:59.026Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-03-13T00:26:59.026Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream 2023-03-13T00:26:59.026Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC 2023-03-13T00:26:59.027Z||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$$ae8487ed.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-13T00:27:49.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-03-13T00:27:49.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-03-13T00:27:49.014Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-03-13T00:27:49.019Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f5aef20b-bd5c-47f0-ad15-12a827f6a2d5 url= /sdc/v1/artifactTypes 2023-03-13T00:27:49.019Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-03-13T00:27:49.179Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-03-13T00:27:49.199Z||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-13T00:27:49.200Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-03-13T00:27:49.200Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4eda66f9-83f6-41a6-9aae-866d41007c81 url= /sdc/v1/distributionKafkaData 2023-03-13T00:27:49.201Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData 2023-03-13T00:27:49.243Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-03-13T00:27:49.252Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@541c1ae1 2023-03-13T00:27:49.336Z||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-be8f399c-5607-42ff-9766-2a31b1291dd8 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-13T00:27:49.408Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] Instantiated an idempotent producer. 2023-03-13T00:27:49.505Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-03-13T00:27:49.574Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-03-13T00:27:49.575Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-03-13T00:27:49.575Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678667269571 2023-03-13T00:27:49.580Z||scheduling-1|||||INFO|500||start DistributionClient 2023-03-13T00:27:49.616Z||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-4cda23ac-6a06-4e5e-bc67-4c5cd997e017 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-13T00:27:49.827Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-03-13T00:27:49.827Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-03-13T00:27:49.828Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678667269826 2023-03-13T00:27:49.831Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:27:49.834Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:27:49.834Z||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-8ec9252e-d209-4350-b5b4-18368dd02ae6 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-13T00:27:49.851Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-03-13T00:27:49.852Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-03-13T00:27:49.852Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678667269851 2023-03-13T00:27:49.853Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:27:49.856Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:27:49.862Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-03-13T00:27:50.760Z||kafka-producer-network-thread | SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] Cluster ID: hC801O7GT9u6_gfhguIbRw 2023-03-13T00:27:50.760Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, 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 91aLgnHeSD-ftQP3SzEugg 2023-03-13T00:27:50.761Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, 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 RxJLI69qQoWy_240VNctuQ 2023-03-13T00:27:50.762Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, 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 RxJLI69qQoWy_240VNctuQ 2023-03-13T00:27:50.762Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, 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 91aLgnHeSD-ftQP3SzEugg 2023-03-13T00:27:50.762Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, 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 RxJLI69qQoWy_240VNctuQ 2023-03-13T00:27:50.762Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, 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 91aLgnHeSD-ftQP3SzEugg 2023-03-13T00:27:50.762Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, 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 RxJLI69qQoWy_240VNctuQ 2023-03-13T00:27:50.762Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, 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 RxJLI69qQoWy_240VNctuQ 2023-03-13T00:27:50.763Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, 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 RxJLI69qQoWy_240VNctuQ 2023-03-13T00:27:50.762Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, 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 91aLgnHeSD-ftQP3SzEugg 2023-03-13T00:27:50.763Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, 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 91aLgnHeSD-ftQP3SzEugg 2023-03-13T00:27:50.764Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, 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 91aLgnHeSD-ftQP3SzEugg 2023-03-13T00:27:50.764Z||kafka-producer-network-thread | SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] ProducerId set to 1004 with epoch 0 2023-03-13T00:27:50.765Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Cluster ID: hC801O7GT9u6_gfhguIbRw 2023-03-13T00:27:50.765Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, groupId=so] Cluster ID: hC801O7GT9u6_gfhguIbRw 2023-03-13T00:27:50.766Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) 2023-03-13T00:27:50.766Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null) 2023-03-13T00:27:50.825Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] (Re-)joining group 2023-03-13T00:27:50.825Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, groupId=so] (Re-)joining group 2023-03-13T00:27:50.971Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017-df7eeaf9-05d4-4654-a120-d8fde0b303f7 2023-03-13T00:27:50.972Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, 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-13T00:27:50.972Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] (Re-)joining group 2023-03-13T00:27:50.992Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6-0f5f41a1-4c35-46ac-88f3-cb5c9be29212 2023-03-13T00:27:50.993Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, 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-13T00:27:50.993Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, groupId=so] (Re-)joining group 2023-03-13T00:27:57.142Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017-df7eeaf9-05d4-4654-a120-d8fde0b303f7', protocol='range'} 2023-03-13T00:27:57.190Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, 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 RxJLI69qQoWy_240VNctuQ 2023-03-13T00:27:57.191Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, 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 RxJLI69qQoWy_240VNctuQ 2023-03-13T00:27:57.191Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, 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 RxJLI69qQoWy_240VNctuQ 2023-03-13T00:27:57.192Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, 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 RxJLI69qQoWy_240VNctuQ 2023-03-13T00:27:57.192Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, 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 RxJLI69qQoWy_240VNctuQ 2023-03-13T00:27:57.192Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, 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 RxJLI69qQoWy_240VNctuQ 2023-03-13T00:27:57.197Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017-df7eeaf9-05d4-4654-a120-d8fde0b303f7=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]), SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6-0f5f41a1-4c35-46ac-88f3-cb5c9be29212=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-13T00:27:57.710Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6-0f5f41a1-4c35-46ac-88f3-cb5c9be29212', protocol='range'} 2023-03-13T00:27:58.018Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6-0f5f41a1-4c35-46ac-88f3-cb5c9be29212', protocol='range'} 2023-03-13T00:27:58.019Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, 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-13T00:27:58.025Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, 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-13T00:27:58.032Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017-df7eeaf9-05d4-4654-a120-d8fde0b303f7', protocol='range'} 2023-03-13T00:27:58.032Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, 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-13T00:27:58.032Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, 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-13T00:27:58.088Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-13T00:27:58.089Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-03-13T00:27:58.089Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-03-13T00:27:58.089Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-03-13T00:27:58.089Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-03-13T00:27:58.089Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-03-13T00:27:58.088Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-13T00:27:58.090Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-03-13T00:27:58.090Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-03-13T00:27:58.091Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-03-13T00:27:58.091Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-03-13T00:27:58.091Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-03-13T00:27:58.132Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-03-13T00:27:58.134Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-03-13T00:27:58.182Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-03-13T00:27:58.183Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-03-13T00:27:58.190Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, 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-13T00:27:58.191Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, 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-13T00:27:58.196Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, 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-13T00:27:58.197Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, 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-13T00:27:58.308Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, 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-13T00:27:58.309Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, 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-13T00:27:58.349Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-03-13T00:27:58.350Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-03-13T00:28:49.840Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:28:49.857Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:29:23.991Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-03-13T00:29:49.841Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:29:49.858Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:30:49.844Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:30:49.861Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:31:49.844Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:31:49.862Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:32:49.846Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:32:49.864Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:33:49.849Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:33:49.865Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:34:49.851Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:34:49.867Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:35:49.853Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:35:49.868Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:36:49.855Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:36:49.871Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:36:50.843Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-4cda23ac-6a06-4e5e-bc67-4c5cd997e017, groupId=so] Node -1 disconnected. 2023-03-13T00:36:51.035Z||kafka-producer-network-thread | SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] Node -1 disconnected. 2023-03-13T00:36:51.082Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8ec9252e-d209-4350-b5b4-18368dd02ae6, groupId=so] Node -1 disconnected. 2023-03-13T00:37:49.857Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:37:49.871Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:38:49.859Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:38:49.873Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:39:49.861Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:39:49.875Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:40:49.862Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:40:49.877Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:41:49.864Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:41:49.879Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:42:49.865Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:42:49.879Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:43:49.867Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:43:49.881Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:44:49.868Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:44:49.882Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:45:49.870Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:45:49.883Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:46:49.872Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:46:49.884Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:47:49.875Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:47:49.892Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:48:49.877Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:48:49.893Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:49:49.877Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:49:49.894Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:50:49.880Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:50:49.896Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:51:49.883Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:51:49.898Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:52:49.885Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:52:49.898Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:53:49.886Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:53:49.900Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:54:49.887Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:54:49.901Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:55:49.891Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:55:49.902Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:56:49.893Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:56:49.903Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:57:49.893Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:57:49.905Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:58:49.896Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:58:49.907Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T00:59:49.898Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T00:59:49.907Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:00:49.900Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:00:49.909Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:01:49.902Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:01:49.910Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:02:49.903Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:02:49.912Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:03:49.905Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:03:49.913Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:04:49.907Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:04:49.913Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:05:49.909Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:05:49.914Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:06:49.911Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:06:49.914Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:07:49.913Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:07:49.916Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:08:49.914Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:08:49.917Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:09:49.916Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:09:49.918Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:10:49.918Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:10:49.918Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:11:49.919Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:11:49.918Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:12:49.921Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:12:49.921Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:13:49.923Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:13:49.923Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:14:49.924Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:14:49.925Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:15:49.926Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:15:49.926Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:16:49.929Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:16:49.935Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:17:49.932Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:17:49.936Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:18:49.934Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:18:49.937Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:19:49.935Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:19:49.938Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:20:49.936Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:20:49.939Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:21:49.937Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:21:49.939Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:22:49.939Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:22:49.940Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:23:49.939Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:23:49.941Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:24:49.941Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:24:49.942Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:25:49.942Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:25:49.942Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:26:49.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:26:49.944Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:27:49.946Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:27:49.947Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:28:49.947Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:28:49.947Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:29:49.949Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:29:49.950Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:30:49.950Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:30:49.951Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:31:49.953Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:31:49.954Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:32:49.955Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:32:49.954Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:33:49.956Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:33:49.956Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:34:49.959Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:34:49.957Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:35:49.959Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:35:49.959Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:36:49.961Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:36:49.961Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:37:49.962Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:37:49.961Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:38:49.964Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:38:49.962Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:39:49.965Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:39:49.965Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:40:49.966Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:40:49.967Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:41:49.967Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:41:49.968Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:42:49.967Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:42:49.968Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:43:49.969Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:43:49.970Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:44:49.972Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:44:49.972Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:45:49.973Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:45:49.973Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:46:49.974Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:46:49.974Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:47:49.975Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:47:49.975Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:48:49.977Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:48:49.977Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:49:49.978Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:49:49.978Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:50:49.979Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:50:49.980Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:51:49.980Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:51:49.981Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:52:49.982Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:52:49.982Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:53:49.983Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:53:49.982Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:54:49.991Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:54:49.991Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:55:49.992Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:55:49.993Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:56:49.994Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:56:49.995Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:57:49.996Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:57:49.996Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:58:49.997Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:58:50.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T01:59:49.998Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T01:59:50.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:00:49.998Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:00:50.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:01:50.000Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:01:50.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:02:50.002Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:02:50.006Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:03:50.004Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:03:50.006Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:04:50.005Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:04:50.007Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:05:50.005Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:05:50.007Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:06:50.007Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:06:50.007Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:07:50.008Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:07:50.008Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:08:50.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:08:50.009Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:09:50.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:09:50.011Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:10:50.012Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:10:50.011Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:11:50.012Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:11:50.013Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:12:50.015Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:12:50.014Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:13:50.017Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:13:50.017Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:14:50.018Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:14:50.018Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:15:50.019Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:15:50.019Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:16:50.019Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:16:50.020Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:17:50.020Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:17:50.020Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:18:50.022Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:18:50.022Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:19:50.022Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:19:50.022Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:20:50.024Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:20:50.024Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:21:50.024Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:21:50.024Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:22:50.027Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:22:50.027Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:23:50.028Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:23:50.029Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:24:50.029Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:24:50.030Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:25:50.030Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:25:50.031Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:26:50.031Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:26:50.032Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:27:50.032Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:27:50.033Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:28:50.033Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:28:50.034Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:29:50.035Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:29:50.051Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:30:50.036Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:30:50.052Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:31:50.037Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:31:50.053Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:32:50.038Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:32:50.053Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:33:50.040Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:33:50.058Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:34:50.042Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:34:50.060Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:35:50.043Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:35:50.061Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:36:50.044Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:36:50.062Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:37:50.046Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:37:50.063Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:38:50.048Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:38:50.064Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:39:50.048Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:39:50.064Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:40:50.050Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:40:50.065Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:41:50.052Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:41:50.066Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:42:50.056Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:42:50.066Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:43:50.057Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:43:50.067Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:44:50.059Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:44:50.067Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:45:50.059Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:45:50.069Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:46:50.061Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:46:50.070Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:47:50.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:47:50.070Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:48:50.064Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:48:50.071Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:49:50.065Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:49:50.072Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:50:50.067Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:50:50.072Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:51:50.067Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:51:50.073Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:52:50.069Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:52:50.075Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:53:50.070Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:53:50.076Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:54:50.072Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:54:50.077Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:55:50.073Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:55:50.077Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:56:50.075Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:56:50.078Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:57:50.075Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:57:50.080Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:58:50.077Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:58:50.081Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T02:59:50.080Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T02:59:50.082Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:00:50.081Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:00:50.082Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:01:50.082Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:01:50.083Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:02:50.083Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:02:50.083Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:03:50.083Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:03:50.084Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:04:50.085Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:04:50.085Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:05:50.086Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:05:50.086Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:06:50.087Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:06:50.088Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:07:50.088Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:07:50.089Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:08:50.089Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:08:50.090Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:09:50.091Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:09:50.091Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:10:50.092Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:10:50.093Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:11:50.094Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:11:50.095Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:12:50.094Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:12:50.095Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:13:50.096Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:13:50.097Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:14:50.098Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:14:50.098Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:15:50.100Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:15:50.106Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:16:50.102Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:16:50.106Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:17:50.103Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:17:50.107Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:18:50.104Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:18:50.107Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:19:50.105Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:19:50.108Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:20:50.107Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:20:50.109Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:21:50.109Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:21:50.109Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:22:50.110Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:22:50.112Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:23:50.111Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:23:50.112Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:24:50.113Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:24:50.113Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:25:50.114Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:25:50.114Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:26:50.116Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:26:50.116Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:27:50.118Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:27:50.120Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:28:50.120Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:28:50.121Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:29:50.121Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:29:50.121Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:30:50.123Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:30:50.123Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:31:50.124Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:31:50.124Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:32:50.124Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:32:50.124Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:33:50.126Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:33:50.126Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:34:50.127Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:34:50.127Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:35:50.129Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:35:50.129Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:36:50.129Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:36:50.130Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:37:50.131Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:37:50.131Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:38:50.132Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:38:50.133Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:39:50.133Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:39:50.133Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:40:50.134Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:40:50.134Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:41:50.134Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:41:50.136Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:42:50.135Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:42:50.137Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:43:50.137Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:43:50.137Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:44:50.138Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:44:50.138Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:45:50.139Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:45:50.139Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:46:50.140Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:46:50.140Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:47:50.140Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:47:50.141Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:48:50.140Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:48:50.142Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:49:50.143Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:49:50.142Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:50:50.143Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:50:50.143Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:51:50.146Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:51:50.146Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:52:50.146Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:52:50.147Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:53:50.146Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:53:50.148Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:54:50.146Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:54:50.148Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:55:50.148Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:55:50.149Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:56:50.149Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:56:50.149Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:57:50.152Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:57:50.151Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:58:50.153Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T03:58:50.153Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:59:50.153Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T03:59:50.155Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:00:50.154Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:00:50.156Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:01:50.155Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:01:50.156Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:02:50.155Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:02:50.156Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:03:50.157Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:03:50.156Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:04:50.158Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:04:50.158Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:05:50.159Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:05:50.159Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:06:50.160Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:06:50.160Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:07:50.161Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:07:50.162Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:08:50.163Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:08:50.163Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:09:50.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:09:50.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:10:50.166Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:10:50.166Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:11:50.167Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:11:50.168Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:12:50.168Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:12:50.168Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:13:50.169Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:13:50.170Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:14:50.171Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:14:50.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:15:50.171Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:15:50.173Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:16:50.173Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:16:50.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:17:50.175Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:17:50.184Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:18:50.175Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:18:50.184Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:19:50.176Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:19:50.185Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:20:50.177Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:20:50.185Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:21:50.179Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:21:50.186Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:22:50.181Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:22:50.187Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:23:50.183Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:23:50.188Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:24:50.183Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:24:50.188Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:25:50.184Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:25:50.189Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:26:50.186Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:26:50.189Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:27:50.187Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:27:50.191Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:28:50.190Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:28:50.191Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:29:50.192Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:29:50.195Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:30:50.194Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:30:50.195Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:31:50.194Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:31:50.196Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:32:50.195Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:32:50.198Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:33:50.196Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:33:50.199Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:34:50.198Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:34:50.200Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:35:50.199Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:35:50.200Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:36:50.200Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:36:50.201Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:37:50.200Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:37:50.202Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:38:50.200Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:38:50.202Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:39:50.202Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:39:50.202Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:40:50.204Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:40:50.205Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:41:50.206Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:41:50.206Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:42:50.208Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:42:50.208Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:43:50.209Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:43:50.209Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:44:50.210Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:44:50.210Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:45:50.210Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:45:50.210Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:46:50.211Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:46:50.211Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:47:50.213Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:47:50.213Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:48:50.213Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:48:50.213Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:49:50.214Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:49:50.214Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:50:50.214Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:50:50.214Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:51:50.215Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:51:50.216Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:52:50.216Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:52:50.216Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:53:50.219Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:53:50.219Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:54:50.220Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:54:50.220Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:55:50.220Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:55:50.221Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:56:50.222Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:56:50.222Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:57:50.223Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:57:50.223Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:58:50.224Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T04:58:50.224Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:59:50.225Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T04:59:50.226Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:00:50.227Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:00:50.227Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:01:50.228Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:01:50.227Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:02:50.228Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:02:50.228Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:03:50.229Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:03:50.230Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:04:50.230Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:04:50.232Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:05:50.232Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:05:50.233Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:06:50.233Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:06:50.234Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:07:50.234Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:07:50.235Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:08:50.235Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:08:50.235Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:09:50.236Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:09:50.236Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:10:50.236Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:10:50.237Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:11:50.238Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:11:50.238Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:12:50.240Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:12:50.241Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:13:50.241Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:13:50.242Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:14:50.242Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:14:50.243Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:15:50.244Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:15:50.244Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:16:50.244Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:16:50.245Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:17:50.245Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:17:50.247Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:18:50.247Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:18:50.249Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:18:55.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-13T05:18:55.258Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"7af6e7e7-c62d-4e49-b46c-47bc4ec871b8","serviceName":"basic_onboard_nOvmIU","serviceVersion":"1.0","serviceUUID":"f2a21f61-2fe3-4296-8ed8-753612c3fc86","serviceDescription":"service","serviceInvariantUUID":"69219384-fe4b-4193-8f30-a5a2e14a72d5","resources":[{"resourceInstanceName":"basic_onboard_nOvmIU 0","resourceName":"basic_onboard_nOvmIU","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"03784f87-cec5-43b4-9c05-3f4d5e13fb58","resourceInvariantUUID":"c3ee606b-95f9-4c25-a752-97b91b583546","resourceCustomizationUUID":"1d97c17d-da52-46f7-881b-f8034935430f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ0YmY3YTA4MzNiMjY0MTZiM2NlNGI2YzU0ZjUxMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02b5548c-a061-445c-b92b-e44eea93ca3a","artifactVersion":"1"},{"artifactName":"basic_onboard_novmiu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json","artifactChecksum":"NjRkOThjOTU3ZGRjZmVjODFjZWY4YzRhMzQxZWZkNTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2cc1ec0a-7407-47f4-97ee-4e61baa6e5ef","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"53595838-18ff-4b6d-ac3a-9733bab41bc2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cf1d956d-8151-4ebd-9942-27826c234442","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"33bc91f9-7d5b-46f1-9854-00759bb2df38","artifactVersion":"2","generatedFromUUID":"53595838-18ff-4b6d-ac3a-9733bab41bc2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNovmiu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-template.yml","artifactChecksum":"ZjdjMWE0OWQyM2UyZmVlNzQ5ZDc5YTk3Y2Q0NzIxNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db821e6a-ca98-4993-baff-915ce4eed3f2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNovmiu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar","artifactChecksum":"MmUxNzBmNGY2ZTkzYTEwMjQ2YzFkNzcxMDhhNzAzYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78fb65e1-ae0a-4098-a868-878eff380991","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-13T05:18:55.284Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:18:55.294Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:18:55.294Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:18:55.295Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684730247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:18:55.308Z||kafka-producer-network-thread | SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to RxJLI69qQoWy_240VNctuQ 2023-03-13T05:18:55.309Z||kafka-producer-network-thread | SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to RxJLI69qQoWy_240VNctuQ 2023-03-13T05:18:55.309Z||kafka-producer-network-thread | SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to RxJLI69qQoWy_240VNctuQ 2023-03-13T05:18:55.309Z||kafka-producer-network-thread | SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to RxJLI69qQoWy_240VNctuQ 2023-03-13T05:18:55.310Z||kafka-producer-network-thread | SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to RxJLI69qQoWy_240VNctuQ 2023-03-13T05:18:55.310Z||kafka-producer-network-thread | SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to RxJLI69qQoWy_240VNctuQ 2023-03-13T05:18:55.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:18:55.353Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "cds-sdc-listener", "timestamp": 1678684732928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:18:55.375Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:18:56.338Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:18:56.338Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:18:56.339Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:18:56.339Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684730247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:18:57.340Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:18:57.341Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:18:57.341Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:18:57.341Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684730247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:18:58.342Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:18:58.343Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:18:58.343Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:18:58.343Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684730247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:18:59.345Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:18:59.345Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:18:59.346Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:18:59.346Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684730247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:19:00.347Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:19:00.347Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:19:00.347Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:19:00.347Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684730247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:19:01.348Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:19:01.349Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:19:01.349Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:19:01.349Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684730247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:19:02.351Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "serviceName": "basic_onboard_nOvmIU", "serviceVersion": "1.0", "serviceUUID": "f2a21f61-2fe3-4296-8ed8-753612c3fc86", "serviceDescription": "service", "serviceInvariantUUID": "69219384-fe4b-4193-8f30-a5a2e14a72d5", "resources": [ { "resourceInstanceName": "basic_onboard_nOvmIU 0", "resourceCustomizationUUID": "1d97c17d-da52-46f7-881b-f8034935430f", "resourceName": "basic_onboard_nOvmIU", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "03784f87-cec5-43b4-9c05-3f4d5e13fb58", "resourceInvariantUUID": "c3ee606b-95f9-4c25-a752-97b91b583546", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_novmiu0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json", "artifactChecksum": "NjRkOThjOTU3ZGRjZmVjODFjZWY4YzRhMzQxZWZkNTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2cc1ec0a-7407-47f4-97ee-4e61baa6e5ef", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "53595838-18ff-4b6d-ac3a-9733bab41bc2", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "33bc91f9-7d5b-46f1-9854-00759bb2df38", "generatedFromUUID": "53595838-18ff-4b6d-ac3a-9733bab41bc2" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "33bc91f9-7d5b-46f1-9854-00759bb2df38", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNovmiu-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "artifactChecksum": "MmUxNzBmNGY2ZTkzYTEwMjQ2YzFkNzcxMDhhNzAzYTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78fb65e1-ae0a-4098-a868-878eff380991" } ], "workloadContext": "Production" } 2023-03-13T05:19:02.354Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-13T05:19:02.355Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f2a21f61-2fe3-4296-8ed8-753612c3fc86 ASDC 2023-03-13T05:19:02.485Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 ServiceName:basic_onboard_nOvmIU ServiceVersion:1.0 ServiceUUID:f2a21f61-2fe3-4296-8ed8-753612c3fc86 ServiceInvariantUUID:69219384-fe4b-4193-8f30-a5a2e14a72d5 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNovmiu-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar ArtifactUUID:78fb65e1-ae0a-4098-a868-878eff380991 ArtifactChecksum:MmUxNzBmNGY2ZTkzYTEwMjQ2YzFkNzcxMDhhNzAzYTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_nOvmIU 0 ResourceCustomizationUUID:1d97c17d-da52-46f7-881b-f8034935430f ResourceInvariantUUID:c3ee606b-95f9-4c25-a752-97b91b583546 ResourceName:basic_onboard_nOvmIU ResourceType:VF ResourceUUID:03784f87-cec5-43b4-9c05-3f4d5e13fb58 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_novmiu0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json ArtifactUUID:2cc1ec0a-7407-47f4-97ee-4e61baa6e5ef ArtifactChecksum:NjRkOThjOTU3ZGRjZmVjODFjZWY4YzRhMzQxZWZkNTg= 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/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml ArtifactUUID:53595838-18ff-4b6d-ac3a-9733bab41bc2 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/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env ArtifactUUID:33bc91f9-7d5b-46f1-9854-00759bb2df38 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/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env ArtifactUUID:33bc91f9-7d5b-46f1-9854-00759bb2df38 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-13T05:19:02.486Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f2a21f61-2fe3-4296-8ed8-753612c3fc86 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-13T05:19:02.733Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:19:02.735Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-13T05:19:02.736Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-13T05:19:02.736Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 78fb65e1-ae0a-4098-a868-878eff380991 from URL: /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:02.736Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-13T05:19:02.737Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:03.041Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-13T05:19:03.048Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar 78fb65e1-ae0a-4098-a868-878eff380991 75661 2023-03-13T05:19:03.050Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar ASDC sendASDCNotification 2023-03-13T05:19:03.050Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:03.051Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:19:03.052Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:19:03.052Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:19:03.053Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684743048, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:19:04.054Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:19:04.055Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-13T05:19:04.056Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 78fb65e1-ae0a-4098-a868-878eff380991, URL: /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar to file: /app/ASDC/1/service-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:04.057Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:04.147Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:04.148Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:04.993Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7273383848138768998/Definitions/service-BasicOnboardNovmiu-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-13T05:19:07.717Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-13T05:19:07.722Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-13T05:19:07.723Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:07.723Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-13T05:19:07.723Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:07.723Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||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-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:07.723Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||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-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:07.723Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||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-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:07.723Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:07.724Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nOvmIU 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-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:07.724Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||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-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:07.724Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-13T05:19:07.731Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:07.732Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:19:07.739Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nOvmIU 0 is matching search criteria 2023-03-13T05:19:07.740Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-13T05:19:07.742Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nOvmIU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:19:07.745Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:07.745Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:19:07.746Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nOvmIU 0 is matching search criteria 2023-03-13T05:19:07.746Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-13T05:19:07.746Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nOvmIU 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:19:07.746Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:07.747Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:19:07.753Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:07.754Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nOvmIU 0 is not matching search criteria 2023-03-13T05:19:07.754Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-03-13T05:19:07.755Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-03-13T05:19:07.755Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-03-13T05:19:07.755Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-03-13T05:19:07.755Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-13T05:19:07.756Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:07.756Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-13T05:19:07.758Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:07.758Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nOvmIU 0 is matching search criteria 2023-03-13T05:19:07.759Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nOvmIU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:19:07.759Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:07.760Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nOvmIU 0 is matching search criteria 2023-03-13T05:19:07.760Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nOvmIU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:19:07.760Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:07.761Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nOvmIU 0 is matching search criteria 2023-03-13T05:19:07.761Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nOvmIU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:19:07.761Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:07.761Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nOvmIU 0 is not matching search criteria 2023-03-13T05:19:07.762Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-03-13T05:19:07.762Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-03-13T05:19:07.762Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dba7c772-93c9-45de-8ea4-b02790cdac3f 2023-03-13T05:19:07.762Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:07.763Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:19:07.763Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:07.763Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:19:07.763Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:07.764Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:19:07.764Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:07.764Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:19:07.765Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_nOvmIU Description:service Model UUID:f2a21f61-2fe3-4296-8ed8-753612c3fc86 Model Version:NULL Model InvariantUuid:69219384-fe4b-4193-8f30-a5a2e14a72d5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_nOvmIU Model UUID:814ca3d3-dc71-4e5b-afe9-1c78782850c3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c3ee606b-95f9-4c25-a752-97b91b583546 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1d97c17d-da52-46f7-881b-f8034935430f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:45c53b88-28aa-4333-b5ab-16cd955bc268 ModelName:BasicOnboardNovmiu..base_ubuntu18..module-0 ModelUuid:1550eb8a-f533-4edc-97d1-d1a9b9ee721a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dba7c772-93c9-45de-8ea4-b02790cdac3f ModelInvariantUuid:d7c992a3-445b-41fa-bdbe-d3713045a87a ModelName:basic_onboard_nOvmIU-nodes.ubuntu18Cvfc ModelUuid:a47678df-1e0d-4dc6-9135-157c5532d381 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:1db6ec0b-bbd0-4505-bba3-e0127247fe23 ModelInvariantUuid:74ac3391-6386-4b6e-80e7-ebd12560cd23 ModelName:BasicOnboardNovmiu.compute.nodes.heat.ubuntu18 ModelUuid:a4787dce-1ff1-46be-9a83-f4423012e6a9 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-13T05:19:07.807Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 03784f87-cec5-43b4-9c05-3f4d5e13fb58 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-13T05:19:07.893Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||basic_onboard_nOvmIU 0 2023-03-13T05:19:07.909Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 03784f87-cec5-43b4-9c05-3f4d5e13fb58 2023-03-13T05:19:07.909Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2cc1ec0a-7407-47f4-97ee-4e61baa6e5ef from URL: /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json 2023-03-13T05:19:07.909Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-13T05:19:07.910Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json 2023-03-13T05:19:08.067Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-13T05:19:08.068Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json 2cc1ec0a-7407-47f4-97ee-4e61baa6e5ef 798 2023-03-13T05:19:08.068Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json ASDC sendASDCNotification 2023-03-13T05:19:08.068Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json 2023-03-13T05:19:08.068Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:19:08.068Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:19:08.069Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:19:08.069Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684748068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:19:09.070Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNovmiu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "45c53b88-28aa-4333-b5ab-16cd955bc268", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1550eb8a-f533-4edc-97d1-d1a9b9ee721a", "vfModuleModelCustomizationUUID": "4b69d10c-abba-46a4-aac1-a13cbcb2af36", "isBase": true, "artifacts": [ "53595838-18ff-4b6d-ac3a-9733bab41bc2", "33bc91f9-7d5b-46f1-9854-00759bb2df38" ], "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-13T05:19:09.087Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNovmiu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1550eb8a-f533-4edc-97d1-d1a9b9ee721a VfModuleModelInvariantUUID:45c53b88-28aa-4333-b5ab-16cd955bc268 VfModuleModelDescription:NULL Artifacts UUID List:{ 53595838-18ff-4b6d-ac3a-9733bab41bc2 , 33bc91f9-7d5b-46f1-9854-00759bb2df38 } 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-13T05:19:09.089Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNovmiu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "45c53b88-28aa-4333-b5ab-16cd955bc268", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1550eb8a-f533-4edc-97d1-d1a9b9ee721a", "vfModuleModelCustomizationUUID": "4b69d10c-abba-46a4-aac1-a13cbcb2af36", "isBase": true, "artifacts": [ "53595838-18ff-4b6d-ac3a-9733bab41bc2", "33bc91f9-7d5b-46f1-9854-00759bb2df38" ], "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-13T05:19:09.090Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNovmiu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1550eb8a-f533-4edc-97d1-d1a9b9ee721a VfModuleModelInvariantUUID:45c53b88-28aa-4333-b5ab-16cd955bc268 VfModuleModelDescription:NULL Artifacts UUID List:{ 53595838-18ff-4b6d-ac3a-9733bab41bc2 , 33bc91f9-7d5b-46f1-9854-00759bb2df38 } 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-13T05:19:09.090Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 53595838-18ff-4b6d-ac3a-9733bab41bc2 from URL: /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml 2023-03-13T05:19:09.090Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-13T05:19:09.090Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml 2023-03-13T05:19:09.241Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-13T05:19:09.241Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml 53595838-18ff-4b6d-ac3a-9733bab41bc2 5033 2023-03-13T05:19:09.241Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-03-13T05:19:09.242Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml 2023-03-13T05:19:09.242Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:19:09.242Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:19:09.242Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:19:09.242Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684749241, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:19:10.243Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 33bc91f9-7d5b-46f1-9854-00759bb2df38 from URL: /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env 2023-03-13T05:19:10.243Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-13T05:19:10.244Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env 2023-03-13T05:19:10.380Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-13T05:19:10.380Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env 33bc91f9-7d5b-46f1-9854-00759bb2df38 909 2023-03-13T05:19:10.381Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-03-13T05:19:10.381Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env 2023-03-13T05:19:10.381Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:19:10.381Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:19:10.381Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:19:10.381Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684750381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:19:11.382Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f2a21f61-2fe3-4296-8ed8-753612c3fc86 2023-03-13T05:19:11.382Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nOvmIU 0 03784f87-cec5-43b4-9c05-3f4d5e13fb58 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-13T05:19:11.438Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63f74506, org.onap.sdc.toscaparser.api.parameters.Input@2865b96f, org.onap.sdc.toscaparser.api.parameters.Input@3ad65f6e, org.onap.sdc.toscaparser.api.parameters.Input@28f9304b, org.onap.sdc.toscaparser.api.parameters.Input@71ff8f27] 2023-03-13T05:19:11.441Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:11.441Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:19:11.442Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2023-03-13T05:19:11.442Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1d97c17d-da52-46f7-881b-f8034935430f 2023-03-13T05:19:11.442Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1d97c17d-da52-46f7-881b-f8034935430f matches Tosca VF Customization UUID: 1d97c17d-da52-46f7-881b-f8034935430f 2023-03-13T05:19:11.442Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1d97c17d-da52-46f7-881b-f8034935430f 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-13T05:19:11.451Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:11.452Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:19:11.453Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1d97c17d-da52-46f7-881b-f8034935430f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-03-13T05:19:11.453Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@701a854f 2023-03-13T05:19:11.453Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:11.453Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-13T05:19:11.454Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4b69d10c-abba-46a4-aac1-a13cbcb2af36 2023-03-13T05:19:11.455Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4b69d10c-abba-46a4-aac1-a13cbcb2af36 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-13T05:19:11.468Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:11.469Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nOvmIU 0 is matching search criteria 2023-03-13T05:19:11.469Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nOvmIU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:19:11.469Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:11.470Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nOvmIU 0 is matching search criteria 2023-03-13T05:19:11.470Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nOvmIU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:19:11.470Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:11.470Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nOvmIU 0 is not matching search criteria 2023-03-13T05:19:11.471Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-03-13T05:19:11.471Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-03-13T05:19:11.471Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dba7c772-93c9-45de-8ea4-b02790cdac3f 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-13T05:19:11.479Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:11.480Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nOvmIU 0 is matching search criteria 2023-03-13T05:19:11.480Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nOvmIU 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:19:11.480Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:11.480Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_nOvmIU 0 is matching search criteria 2023-03-13T05:19:11.481Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_nOvmIU 0] matching following query criteria: sdcType=VF, customizationUUID=1d97c17d-da52-46f7-881b-f8034935430f 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-13T05:19:11.485Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:11.485Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:19:11.485Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f2a21f61-2fe3-4296-8ed8-753612c3fc86: basic_onboard_nOvmIU 2023-03-13T05:19:11.486Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:11.486Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:19:11.486Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:11.486Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:19:11.486Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:11.487Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:19:11.487Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:11.487Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:19:11.487Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:19:11.487Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_nOvmIU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:19:11.488Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_nOvmIU 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-13T05:19:11.771Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nOvmIU 03784f87-cec5-43b4-9c05-3f4d5e13fb58 1 ASDC deployResourceStructure 2023-03-13T05:19:11.772Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json ASDC sendASDCNotification 2023-03-13T05:19:11.773Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json 2023-03-13T05:19:11.773Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:19:11.774Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:19:11.775Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:19:11.775Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684751772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:19:12.776Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-03-13T05:19:12.777Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml 2023-03-13T05:19:12.777Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:19:12.778Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:19:12.778Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:19:12.779Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684752776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:19:13.780Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-03-13T05:19:13.781Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env 2023-03-13T05:19:13.781Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:19:13.782Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:19:13.782Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:19:13.783Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684753780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:19:14.784Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar ASDC sendASDCNotification 2023-03-13T05:19:14.785Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar 2023-03-13T05:19:14.785Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:19:14.785Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:19:14.785Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:19:14.785Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684754784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:19:15.787Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 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-13T05:19:15.834Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 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-13T05:19:15.838Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:19:15.838Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:19:15.839Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:19:45.839Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 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-13T05:19:45.853Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 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-13T05:19:45.855Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:19:45.855Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:19:45.856Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:19:49.855Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:19:49.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:19:49.857Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684730247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:19:49.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:15.856Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 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-13T05:20:15.871Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 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-13T05:20:15.874Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:20:15.874Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:20:15.875Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:20:45.875Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 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-13T05:20:45.915Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 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-13T05:20:45.918Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:20:45.918Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:20:45.918Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:20:49.855Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:20:49.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.862Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "ves-openapi-manager", "timestamp": 1678684718866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.863Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.863Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "aai-model-loader", "timestamp": 1678684731961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.863Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.864Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "policy-distribution-id", "timestamp": 1678684724721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.865Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "multicloud-k8s", "timestamp": 1678684727204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.866Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "cds-sdc-listener", "timestamp": 1678684732928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.866Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "ves-openapi-manager", "timestamp": 1678684718866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.867Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684730247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json", "status": "NOTIFIED" } 2023-03-13T05:20:49.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.867Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "aai-model-loader", "timestamp": 1678684731961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.868Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "policy-distribution-id", "timestamp": 1678684724721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.869Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "multicloud-k8s", "timestamp": 1678684727204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json", "status": "NOTIFIED" } 2023-03-13T05:20:49.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.870Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "ves-openapi-manager", "timestamp": 1678684718866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.871Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "cds-sdc-listener", "timestamp": 1678684732928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.872Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684730247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-13T05:20:49.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.873Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "aai-model-loader", "timestamp": 1678684731961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.874Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.875Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "policy-distribution-id", "timestamp": 1678684724721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-13T05:20:49.875Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.876Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "multicloud-k8s", "timestamp": 1678684727204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-13T05:20:49.876Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.877Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "cds-sdc-listener", "timestamp": 1678684732928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.877Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.877Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "ves-openapi-manager", "timestamp": 1678684718866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.878Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "aai-model-loader", "timestamp": 1678684731961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.879Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684730247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.879Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "policy-distribution-id", "timestamp": 1678684724721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.880Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "multicloud-k8s", "timestamp": 1678684727204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.881Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "cds-sdc-listener", "timestamp": 1678684732928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.882Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "ves-openapi-manager", "timestamp": 1678684718866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.882Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684730247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-13T05:20:49.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.883Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "aai-model-loader", "timestamp": 1678684731961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.883Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.883Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "policy-distribution-id", "timestamp": 1678684724721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.884Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "multicloud-k8s", "timestamp": 1678684727204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-13T05:20:49.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.885Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "cds-sdc-listener", "timestamp": 1678684732928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.885Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.886Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "ves-openapi-manager", "timestamp": 1678684718866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.886Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.887Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684730247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.887Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "aai-model-loader", "timestamp": 1678684731961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.888Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "policy-distribution-id", "timestamp": 1678684724721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.888Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.888Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "multicloud-k8s", "timestamp": 1678684727204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.888Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.889Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "ves-openapi-manager", "timestamp": 1678684718866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:49.889Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.889Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "cds-sdc-listener", "timestamp": 1678684732928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:20:49.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.890Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684730247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:20:49.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.891Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "aai-model-loader", "timestamp": 1678684731961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:20:49.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.891Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "policy-distribution-id", "timestamp": 1678684724721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:20:49.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.892Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "multicloud-k8s", "timestamp": 1678684727204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:20:49.892Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.892Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "policy-distribution-id", "timestamp": 1678684742074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:20:49.893Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.893Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "aai-model-loader", "timestamp": 1678684742991, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:20:49.894Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.894Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "cds-sdc-listener", "timestamp": 1678684742936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:20:49.894Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.895Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "multicloud-k8s", "timestamp": 1678684742505, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-13T05:20:49.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.895Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684743048, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:20:49.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.896Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "policy-distribution-id", "timestamp": 1678684743120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:20:49.896Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.896Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "multicloud-k8s", "timestamp": 1678684743628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-03-13T05:20:49.896Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.897Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "policy-distribution-id", "timestamp": 1678684744126, "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-13T05:20:49.928Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 2023-03-13T05:20:49.928Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 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-13T05:20:49.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.961Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "multicloud-k8s", "timestamp": 1678684744839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-03-13T05:20:49.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:49.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:49.962Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "multicloud-k8s", "timestamp": 1678684746167, "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-13T05:20:49.991Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 2023-03-13T05:20:49.991Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 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-13T05:20:50.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.013Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "multicloud-k8s", "timestamp": 1678684747170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json", "status": "DEPLOY_OK" } 2023-03-13T05:20:50.014Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.014Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684748068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-13T05:20:50.014Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.014Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684749241, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-03-13T05:20:50.015Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.015Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684750381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-03-13T05:20:50.015Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.016Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684751772, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json", "status": "DEPLOY_OK" } 2023-03-13T05:20:50.016Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.016Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684752776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-03-13T05:20:50.016Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.017Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678684751985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:50.017Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.017Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684753780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-03-13T05:20:50.017Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.018Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678684751985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/basic_onboard_novmiu0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:50.018Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.018Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684754784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:20:50.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.019Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678684751985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:50.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.019Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "aai-model-loader", "timestamp": 1678684755900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:20:50.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.020Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678684751985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:50.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.020Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "aai-model-loader", "timestamp": 1678684756904, "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-13T05:20:50.038Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 2023-03-13T05:20:50.038Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 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-13T05:20:50.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.051Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678684751985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/resourceInstances/basic_onboard_novmiu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:50.051Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.051Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678684751985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:20:50.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.052Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678684751985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:20:50.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.053Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678684760267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:20:50.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.053Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678684771197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNovmiu/1.0/artifacts/service-BasicOnboardNovmiu-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:20:50.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:20:50.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:20:50.054Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678684772214, "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-13T05:20:50.091Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 2023-03-13T05:20:50.091Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 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-13T05:21:15.919Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 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-13T05:21:15.934Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 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-13T05:21:15.939Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:21:15.939Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-13T05:21:15.939Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-13T05:21:15.939Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-13T05:21:15.939Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:21:15.940Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:21:15.940Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:21:15.940Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:21:15.940Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||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-13T05:21:15.950Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-13T05:21:45.950Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 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-13T05:21:45.959Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 and serviceModelVersionId: f2a21f61-2fe3-4296-8ed8-753612c3fc86 2023-03-13T05:21:45.959Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69219384-fe4b-4193-8f30-a5a2e14a72d5 2023-03-13T05:21:49.855Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:22:02.309Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69219384-fe4b-4193-8f30-a5a2e14a72d5/model-vers/model-ver/f2a21f61-2fe3-4296-8ed8-753612c3fc86?depth=0 2023-03-13T05:22:02.447Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-13T05:22:02.976Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69219384-fe4b-4193-8f30-a5a2e14a72d5/model-vers/model-ver/f2a21f61-2fe3-4296-8ed8-753612c3fc86?depth=0|INFO|500||Invoke 2023-03-13T05:22:02.982Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69219384-fe4b-4193-8f30-a5a2e14a72d5/model-vers/model-ver/f2a21f61-2fe3-4296-8ed8-753612c3fc86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69219384-fe4b-4193-8f30-a5a2e14a72d5/model-vers/model-ver/f2a21f61-2fe3-4296-8ed8-753612c3fc86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7af6e7e7-c62d-4e49-b46c-47bc4ec871b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[00312527-5b21-449e-a5cd-193935206763], X-ECOMP-RequestID=[7af6e7e7-c62d-4e49-b46c-47bc4ec871b8], X-TransactionId=[], X-ONAP-RequestID=[7af6e7e7-c62d-4e49-b46c-47bc4ec871b8], Content-Type=[application/merge-patch+json]} 2023-03-13T05:22:03.019Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69219384-fe4b-4193-8f30-a5a2e14a72d5/model-vers/model-ver/f2a21f61-2fe3-4296-8ed8-753612c3fc86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-13T05:22:03.388Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69219384-fe4b-4193-8f30-a5a2e14a72d5/model-vers/model-ver/f2a21f61-2fe3-4296-8ed8-753612c3fc86?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/69219384-fe4b-4193-8f30-a5a2e14a72d5/model-vers/model-ver/f2a21f61-2fe3-4296-8ed8-753612c3fc86?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Mar 2023 05:22:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[345], vertex-id=[192736], x-aai-txid=[2-aai-resources-230313-05:22:03:052-65842], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-13T05:22:03.390Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69219384-fe4b-4193-8f30-a5a2e14a72d5/model-vers/model-ver/f2a21f61-2fe3-4296-8ed8-753612c3fc86?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-13T05:22:03.391Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69219384-fe4b-4193-8f30-a5a2e14a72d5/model-vers/model-ver/f2a21f61-2fe3-4296-8ed8-753612c3fc86?depth=0|INFO|500||InvokeReturn 2023-03-13T05:22:03.394Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-13T05:22:03.394Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||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-13T05:22:03.402Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||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-13T05:22:03.412Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7af6e7e7-c62d-4e49-b46c-47bc4ec871b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-13T05:22:03.413Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-13T05:22:03.413Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:22:03.413Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:22:03.413Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684923412, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:22:03.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-13T05:22:03.436Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "7af6e7e7-c62d-4e49-b46c-47bc4ec871b8", "consumerID": "SO-sdc-controller", "timestamp": 1678684923412, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-13T05:22:03.437Z||pool-2-thread-6|||||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-13T05:22:04.453Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:22:49.855Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:23:04.455Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:23:49.857Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:24:04.455Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:24:49.858Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:25:04.457Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:25:49.860Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:26:04.457Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:26:49.863Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:04.459Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:27:30.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:27:30.125Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"8997bc8b-d01a-4674-b54a-9c5b07797d2f","serviceName":"vFW 2023-03-13 05-25-30","serviceVersion":"1.0","serviceUUID":"3d322c3c-3a6c-4294-8e87-c43fbc977b10","serviceDescription":"catalog service description","serviceInvariantUUID":"125371e3-dcb3-4da5-82de-68bb05528888","resources":[{"resourceInstanceName":"vFW aeacc136-df01 0","resourceName":"vFW aeacc136-df01","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"00e17143-93b0-4c55-88b3-6d70cf3991e9","resourceInvariantUUID":"ea594c24-a8de-4ce3-ae4e-e97e69fe61e1","resourceCustomizationUUID":"3b4e55d9-5175-4fbe-a391-e688f0e3e8e7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vf-license-model.xml","artifactChecksum":"ODZmOWJiZmIyMmIwYjk2NzhhYjMyOTA5NGIxYjE5NzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"143d06f9-4996-4cc7-8baf-aa64eeac66ba","artifactVersion":"1"},{"artifactName":"vfwaeacc136df010_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json","artifactChecksum":"YTM1MTQzNTAyNTE2ZGMxOWY1MzliZTllZGY0YWZhMzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c16932a5-e62b-48da-80ef-2adb35ea9842","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e599059f-7c78-444e-a3c8-69b6f87b6881","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vendor-license-model.xml","artifactChecksum":"Y2M2Yjk4YThiNzYwZDU0YTZhNDljMDNlNTAzYThiN2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2f71ac10-fbb4-4616-ba93-abd6471c8ba7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8ff428f5-59bd-477c-9b7f-26c4151a5220","artifactVersion":"2","generatedFromUUID":"e599059f-7c78-444e-a3c8-69b6f87b6881"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230313052530-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-template.yml","artifactChecksum":"ZmJiZGNkODYxYjcyODlmZGM1ZmZmODU2MjM0N2Y0Y2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70ae3158-5c74-48e5-ad1c-8fdf3d8efeb2","artifactVersion":"1"},{"artifactName":"service-Vfw20230313052530-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar","artifactChecksum":"MTI5MzRmMmU4NmMwODViMTc3M2MwYjhmNWFiYWRlYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c40807c-1d33-47d1-b5bc-f154c3db03d2","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-13T05:27:30.140Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:27:30.142Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:27:30.142Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:27:30.142Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685224459, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:30.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:27:30.166Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685224459, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:27:30.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:27:30.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:27:30.168Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "cds-sdc-listener", "timestamp": 1678685223971, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:27:30.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:27:31.144Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:27:31.144Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:27:31.144Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:27:31.145Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685224459, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:32.145Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:27:32.146Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:27:32.146Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:27:32.146Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685224459, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:33.147Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:27:33.149Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:27:33.149Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:27:33.149Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685224459, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:34.150Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:27:34.151Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:27:34.151Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:27:34.151Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685224459, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:35.152Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:27:35.156Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:27:35.156Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:27:35.157Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685224459, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:36.159Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:27:36.161Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:27:36.161Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:27:36.161Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685224459, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:37.169Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "serviceName": "vFW 2023-03-13 05-25-30", "serviceVersion": "1.0", "serviceUUID": "3d322c3c-3a6c-4294-8e87-c43fbc977b10", "serviceDescription": "catalog service description", "serviceInvariantUUID": "125371e3-dcb3-4da5-82de-68bb05528888", "resources": [ { "resourceInstanceName": "vFW aeacc136-df01 0", "resourceCustomizationUUID": "3b4e55d9-5175-4fbe-a391-e688f0e3e8e7", "resourceName": "vFW aeacc136-df01", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "00e17143-93b0-4c55-88b3-6d70cf3991e9", "resourceInvariantUUID": "ea594c24-a8de-4ce3-ae4e-e97e69fe61e1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwaeacc136df010_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json", "artifactChecksum": "YTM1MTQzNTAyNTE2ZGMxOWY1MzliZTllZGY0YWZhMzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c16932a5-e62b-48da-80ef-2adb35ea9842", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e599059f-7c78-444e-a3c8-69b6f87b6881", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8ff428f5-59bd-477c-9b7f-26c4151a5220", "generatedFromUUID": "e599059f-7c78-444e-a3c8-69b6f87b6881" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8ff428f5-59bd-477c-9b7f-26c4151a5220", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230313052530-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "artifactChecksum": "MTI5MzRmMmU4NmMwODViMTc3M2MwYjhmNWFiYWRlYTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7c40807c-1d33-47d1-b5bc-f154c3db03d2" } ], "workloadContext": "Production" } 2023-03-13T05:27:37.170Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-13T05:27:37.170Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3d322c3c-3a6c-4294-8e87-c43fbc977b10 ASDC 2023-03-13T05:27:37.171Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:8997bc8b-d01a-4674-b54a-9c5b07797d2f ServiceName:vFW 2023-03-13 05-25-30 ServiceVersion:1.0 ServiceUUID:3d322c3c-3a6c-4294-8e87-c43fbc977b10 ServiceInvariantUUID:125371e3-dcb3-4da5-82de-68bb05528888 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230313052530-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar ArtifactUUID:7c40807c-1d33-47d1-b5bc-f154c3db03d2 ArtifactChecksum:MTI5MzRmMmU4NmMwODViMTc3M2MwYjhmNWFiYWRlYTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW aeacc136-df01 0 ResourceCustomizationUUID:3b4e55d9-5175-4fbe-a391-e688f0e3e8e7 ResourceInvariantUUID:ea594c24-a8de-4ce3-ae4e-e97e69fe61e1 ResourceName:vFW aeacc136-df01 ResourceType:VF ResourceUUID:00e17143-93b0-4c55-88b3-6d70cf3991e9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwaeacc136df010_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json ArtifactUUID:c16932a5-e62b-48da-80ef-2adb35ea9842 ArtifactChecksum:YTM1MTQzNTAyNTE2ZGMxOWY1MzliZTllZGY0YWZhMzY= 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/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml ArtifactUUID:e599059f-7c78-444e-a3c8-69b6f87b6881 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/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env ArtifactUUID:8ff428f5-59bd-477c-9b7f-26c4151a5220 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/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env ArtifactUUID:8ff428f5-59bd-477c-9b7f-26c4151a5220 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-13T05:27:37.171Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d322c3c-3a6c-4294-8e87-c43fbc977b10 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-13T05:27:37.298Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:27:37.300Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-03-13T05:27:37.302Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-03-13T05:27:37.302Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c40807c-1d33-47d1-b5bc-f154c3db03d2 from URL: /sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:37.302Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-03-13T05:27:37.303Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:37.469Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-03-13T05:27:37.471Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar 7c40807c-1d33-47d1-b5bc-f154c3db03d2 101530 2023-03-13T05:27:37.471Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar ASDC sendASDCNotification 2023-03-13T05:27:37.472Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:37.472Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:27:37.472Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:27:37.473Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:27:37.473Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685257471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:38.474Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:27:38.475Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-03-13T05:27:38.476Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7c40807c-1d33-47d1-b5bc-f154c3db03d2, URL: /sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar to file: /app/ASDC/1/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:38.477Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230313052530-csar.csar 2023-03-13T05:27:38.477Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:38.478Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:38.935Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4168529058377076897/Definitions/service-Vfw20230313052530-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-13T05:27:41.841Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-13T05:27:41.841Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-03-13T05:27:41.842Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:41.842Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-03-13T05:27:41.842Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:41.842Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:41.842Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW aeacc136-df01 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-Vfw20230313052530-csar.csar 2023-03-13T05:27:41.842Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||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-Vfw20230313052530-csar.csar 2023-03-13T05:27:41.842Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:41.842Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:41.842Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:41.842Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:41.842Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:41.843Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:41.843Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:41.843Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-03-13T05:27:41.843Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:41.843Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:27:41.843Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is matching search criteria 2023-03-13T05:27:41.843Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-03-13T05:27:41.844Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW aeacc136-df01 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:27:41.844Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:41.844Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:27:41.844Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is matching search criteria 2023-03-13T05:27:41.844Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-03-13T05:27:41.845Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW aeacc136-df01 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:27:41.845Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:41.846Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:27:41.846Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:41.846Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is not matching search criteria 2023-03-13T05:27:41.846Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-13T05:27:41.846Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-13T05:27:41.847Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-13T05:27:41.847Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-13T05:27:41.847Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-13T05:27:41.847Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-13T05:27:41.847Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-13T05:27:41.847Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-13T05:27:41.847Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-13T05:27:41.848Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-13T05:27:41.848Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-13T05:27:41.848Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-13T05:27:41.848Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-13T05:27:41.848Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-13T05:27:41.848Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-13T05:27:41.848Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-13T05:27:41.848Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:41.849Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-13T05:27:41.849Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:41.849Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is matching search criteria 2023-03-13T05:27:41.849Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW aeacc136-df01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:27:41.849Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:41.850Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is matching search criteria 2023-03-13T05:27:41.850Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW aeacc136-df01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:27:41.850Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:41.850Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is matching search criteria 2023-03-13T05:27:41.850Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW aeacc136-df01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:27:41.850Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:41.854Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is not matching search criteria 2023-03-13T05:27:41.855Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-13T05:27:41.855Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-03-13T05:27:41.855Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-13T05:27:41.855Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-13T05:27:41.855Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-13T05:27:41.855Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-13T05:27:41.855Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-13T05:27:41.855Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-13T05:27:41.856Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-13T05:27:41.856Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-13T05:27:41.856Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-13T05:27:41.856Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a900f0b5-921b-49a3-9c64-0c51a9083294 2023-03-13T05:27:41.857Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:41.857Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is not matching search criteria 2023-03-13T05:27:41.857Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-13T05:27:41.857Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-13T05:27:41.857Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-13T05:27:41.858Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-13T05:27:41.858Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-13T05:27:41.858Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-13T05:27:41.858Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-13T05:27:41.858Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-03-13T05:27:41.858Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-13T05:27:41.859Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-13T05:27:41.859Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-13T05:27:41.859Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-13T05:27:41.859Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=31e317e8-cf2b-4312-a57f-64ac13ed9178 2023-03-13T05:27:41.860Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:41.860Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is not matching search criteria 2023-03-13T05:27:41.860Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-13T05:27:41.860Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-13T05:27:41.860Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-13T05:27:41.861Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-13T05:27:41.861Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-13T05:27:41.861Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-13T05:27:41.861Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-13T05:27:41.861Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-13T05:27:41.862Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-13T05:27:41.862Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-13T05:27:41.862Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-13T05:27:41.862Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-03-13T05:27:41.862Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=de1d86d0-40b3-48c6-830f-3c01875441b0 2023-03-13T05:27:41.863Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:41.863Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:27:41.863Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:41.866Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:27:41.867Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:41.867Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:27:41.867Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:41.868Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:27:41.868Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-03-13 05-25-30 Description:catalog service description Model UUID:3d322c3c-3a6c-4294-8e87-c43fbc977b10 Model Version:NULL Model InvariantUuid:125371e3-dcb3-4da5-82de-68bb05528888 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW aeacc136-df01 Model UUID:ac147e4e-3cfd-4688-b218-296d3adedd90 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:ea594c24-a8de-4ce3-ae4e-e97e69fe61e1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3b4e55d9-5175-4fbe-a391-e688f0e3e8e7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3ea3d3df-8446-43c7-9306-3b2418c7b3d1 ModelName:VfwAeacc136Df01..base_vfw..module-0 ModelUuid:8849e827-299d-4d14-a813-8f5b7ae023b7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a900f0b5-921b-49a3-9c64-0c51a9083294 ModelInvariantUuid:3df9edc0-f829-4272-8c9f-8dcca066537b ModelName:vFW aeacc136-df01-nodes.vfwCvfc ModelUuid:7b9674c0-5d87-4212-9215-9f8f9b23f264 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:8443fac5-aacd-4dd3-baf5-9568925ed18e ModelInvariantUuid:8198d7cd-fe0d-46f2-a475-61d3c6a7d639 ModelName:VfwAeacc136Df01.compute.nodes.heat.vfw ModelUuid:8460b9ca-da0b-4040-82c8-c2631c1ceb38 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:31e317e8-cf2b-4312-a57f-64ac13ed9178 ModelInvariantUuid:89ac1d37-5c9c-4e56-8f11-0d809cfde0f8 ModelName:vFW aeacc136-df01-nodes.vsnCvfc ModelUuid:1809d080-acad-41ae-a5a1-6e9abaf023c1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:40b34f00-ee08-4276-ac94-7ae66dffb86b ModelInvariantUuid:13ee6f9c-e1f8-4f6a-91c1-3c18ea27986c ModelName:VfwAeacc136Df01.compute.nodes.heat.vsn ModelUuid:64b27fb1-8ad1-4dc0-924a-0eb013984de4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:de1d86d0-40b3-48c6-830f-3c01875441b0 ModelInvariantUuid:c170c944-452d-4142-b286-4c4c17db80f4 ModelName:vFW aeacc136-df01-nodes.vpgCvfc ModelUuid:5277ee39-861d-4566-8290-0c51f8a8c661 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:d576794d-eb46-4c82-bebd-7d71635197a4 ModelInvariantUuid:5813ebb8-2b75-4578-a9ef-82b71f2060e5 ModelName:VfwAeacc136Df01.compute.nodes.heat.vpg ModelUuid:3dcd2ae9-5aaf-40e7-b62a-e46bc40b6834 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-13T05:27:41.880Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 00e17143-93b0-4c55-88b3-6d70cf3991e9 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-13T05:27:41.886Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||vFW aeacc136-df01 0 2023-03-13T05:27:41.886Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 00e17143-93b0-4c55-88b3-6d70cf3991e9 2023-03-13T05:27:41.886Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c16932a5-e62b-48da-80ef-2adb35ea9842 from URL: /sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json 2023-03-13T05:27:41.887Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-03-13T05:27:41.887Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json 2023-03-13T05:27:41.980Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-03-13T05:27:41.981Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json c16932a5-e62b-48da-80ef-2adb35ea9842 785 2023-03-13T05:27:41.981Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json ASDC sendASDCNotification 2023-03-13T05:27:41.981Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json 2023-03-13T05:27:41.981Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:27:41.982Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:27:41.982Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:27:41.982Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685261981, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:42.983Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAeacc136Df01..base_vfw..module-0", "vfModuleModelInvariantUUID": "3ea3d3df-8446-43c7-9306-3b2418c7b3d1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8849e827-299d-4d14-a813-8f5b7ae023b7", "vfModuleModelCustomizationUUID": "57ce4de5-8aee-4a1b-916a-d78a06aa46af", "isBase": true, "artifacts": [ "e599059f-7c78-444e-a3c8-69b6f87b6881", "8ff428f5-59bd-477c-9b7f-26c4151a5220" ], "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-13T05:27:42.989Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAeacc136Df01..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8849e827-299d-4d14-a813-8f5b7ae023b7 VfModuleModelInvariantUUID:3ea3d3df-8446-43c7-9306-3b2418c7b3d1 VfModuleModelDescription:NULL Artifacts UUID List:{ e599059f-7c78-444e-a3c8-69b6f87b6881 , 8ff428f5-59bd-477c-9b7f-26c4151a5220 } 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-13T05:27:42.991Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAeacc136Df01..base_vfw..module-0", "vfModuleModelInvariantUUID": "3ea3d3df-8446-43c7-9306-3b2418c7b3d1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8849e827-299d-4d14-a813-8f5b7ae023b7", "vfModuleModelCustomizationUUID": "57ce4de5-8aee-4a1b-916a-d78a06aa46af", "isBase": true, "artifacts": [ "e599059f-7c78-444e-a3c8-69b6f87b6881", "8ff428f5-59bd-477c-9b7f-26c4151a5220" ], "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-13T05:27:42.992Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAeacc136Df01..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8849e827-299d-4d14-a813-8f5b7ae023b7 VfModuleModelInvariantUUID:3ea3d3df-8446-43c7-9306-3b2418c7b3d1 VfModuleModelDescription:NULL Artifacts UUID List:{ e599059f-7c78-444e-a3c8-69b6f87b6881 , 8ff428f5-59bd-477c-9b7f-26c4151a5220 } 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-13T05:27:42.992Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e599059f-7c78-444e-a3c8-69b6f87b6881 from URL: /sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml 2023-03-13T05:27:42.992Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-03-13T05:27:42.992Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml 2023-03-13T05:27:43.098Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-03-13T05:27:43.098Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml e599059f-7c78-444e-a3c8-69b6f87b6881 20368 2023-03-13T05:27:43.099Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-03-13T05:27:43.099Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml 2023-03-13T05:27:43.099Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:27:43.100Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:27:43.100Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:27:43.100Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685263099, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:44.101Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8ff428f5-59bd-477c-9b7f-26c4151a5220 from URL: /sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env 2023-03-13T05:27:44.102Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-03-13T05:27:44.103Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env 2023-03-13T05:27:44.194Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-03-13T05:27:44.195Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env 8ff428f5-59bd-477c-9b7f-26c4151a5220 2098 2023-03-13T05:27:44.195Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env ASDC sendASDCNotification 2023-03-13T05:27:44.195Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env 2023-03-13T05:27:44.195Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:27:44.196Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:27:44.196Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:27:44.196Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685264195, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:45.197Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3d322c3c-3a6c-4294-8e87-c43fbc977b10 2023-03-13T05:27:45.197Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW aeacc136-df01 0 00e17143-93b0-4c55-88b3-6d70cf3991e9 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-13T05:27:45.221Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36d8fc71, org.onap.sdc.toscaparser.api.parameters.Input@257a2c79, org.onap.sdc.toscaparser.api.parameters.Input@6228f911, org.onap.sdc.toscaparser.api.parameters.Input@2e8a9fc0, org.onap.sdc.toscaparser.api.parameters.Input@5fc0c514] 2023-03-13T05:27:45.223Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.223Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:27:45.223Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-03-13T05:27:45.224Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3b4e55d9-5175-4fbe-a391-e688f0e3e8e7 2023-03-13T05:27:45.224Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b4e55d9-5175-4fbe-a391-e688f0e3e8e7 matches Tosca VF Customization UUID: 3b4e55d9-5175-4fbe-a391-e688f0e3e8e7 2023-03-13T05:27:45.224Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3b4e55d9-5175-4fbe-a391-e688f0e3e8e7 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-13T05:27:45.228Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.228Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:27:45.229Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3b4e55d9-5175-4fbe-a391-e688f0e3e8e7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-03-13T05:27:45.229Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21c2fe 2023-03-13T05:27:45.229Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.230Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-13T05:27:45.230Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 57ce4de5-8aee-4a1b-916a-d78a06aa46af 2023-03-13T05:27:45.230Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 57ce4de5-8aee-4a1b-916a-d78a06aa46af 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-13T05:27:45.234Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.234Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is matching search criteria 2023-03-13T05:27:45.235Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW aeacc136-df01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:27:45.235Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.235Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is matching search criteria 2023-03-13T05:27:45.235Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW aeacc136-df01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:27:45.236Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.236Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is not matching search criteria 2023-03-13T05:27:45.236Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-13T05:27:45.236Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-03-13T05:27:45.237Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-13T05:27:45.237Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-13T05:27:45.237Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-13T05:27:45.237Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-13T05:27:45.238Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-13T05:27:45.238Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-13T05:27:45.238Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-13T05:27:45.238Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-13T05:27:45.239Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-13T05:27:45.239Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a900f0b5-921b-49a3-9c64-0c51a9083294 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-13T05:27:45.243Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.243Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is matching search criteria 2023-03-13T05:27:45.243Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW aeacc136-df01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:27:45.244Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.244Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is not matching search criteria 2023-03-13T05:27:45.244Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-13T05:27:45.244Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-13T05:27:45.245Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-13T05:27:45.245Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-13T05:27:45.245Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-13T05:27:45.246Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-13T05:27:45.246Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-13T05:27:45.246Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-03-13T05:27:45.246Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-13T05:27:45.247Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-13T05:27:45.247Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-13T05:27:45.247Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-13T05:27:45.247Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=31e317e8-cf2b-4312-a57f-64ac13ed9178 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-13T05:27:45.251Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.251Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is matching search criteria 2023-03-13T05:27:45.251Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW aeacc136-df01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:27:45.255Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.255Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is not matching search criteria 2023-03-13T05:27:45.255Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-13T05:27:45.256Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-13T05:27:45.256Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-13T05:27:45.256Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-13T05:27:45.257Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-13T05:27:45.257Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-13T05:27:45.257Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-13T05:27:45.257Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-13T05:27:45.258Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-13T05:27:45.258Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-13T05:27:45.258Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-13T05:27:45.258Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-03-13T05:27:45.258Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=de1d86d0-40b3-48c6-830f-3c01875441b0 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-13T05:27:45.262Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.262Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is matching search criteria 2023-03-13T05:27:45.263Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW aeacc136-df01 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:27:45.263Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.263Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Node template vFW aeacc136-df01 0 is matching search criteria 2023-03-13T05:27:45.263Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW aeacc136-df01 0] matching following query criteria: sdcType=VF, customizationUUID=3b4e55d9-5175-4fbe-a391-e688f0e3e8e7 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-13T05:27:45.266Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.266Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:27:45.266Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3d322c3c-3a6c-4294-8e87-c43fbc977b10: vFW aeacc136-df01 2023-03-13T05:27:45.267Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.267Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:27:45.267Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.267Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:27:45.268Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.268Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:27:45.268Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.268Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:27:45.268Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:27:45.269Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-03-13 05-25-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:27:45.269Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2023-03-13 05-25-30 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-13T05:27:45.591Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW aeacc136-df01 00e17143-93b0-4c55-88b3-6d70cf3991e9 1 ASDC deployResourceStructure 2023-03-13T05:27:45.592Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json ASDC sendASDCNotification 2023-03-13T05:27:45.593Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json 2023-03-13T05:27:45.593Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:27:45.594Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:27:45.594Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:27:45.594Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685265592, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:46.595Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-03-13T05:27:46.596Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml 2023-03-13T05:27:46.596Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:27:46.596Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:27:46.596Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:27:46.596Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685266595, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:47.597Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env ASDC sendASDCNotification 2023-03-13T05:27:47.598Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env 2023-03-13T05:27:47.598Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:27:47.599Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:27:47.599Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:27:47.600Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685267597, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:48.601Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar ASDC sendASDCNotification 2023-03-13T05:27:48.602Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar 2023-03-13T05:27:48.602Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:27:48.602Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:27:48.603Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:27:48.603Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685268601, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:49.604Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:27:49.630Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:27:49.635Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:27:49.635Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:27:49.636Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:27:49.855Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:27:49.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:27:49.857Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "aai-model-loader", "timestamp": 1678685241961, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:27:49.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:27:49.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:27:49.859Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "ves-openapi-manager", "timestamp": 1678685242804, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:27:49.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:19.636Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:28:19.675Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:28:19.679Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:28:19.679Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:28:19.680Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:28:49.680Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:28:49.701Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:28:49.710Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:28:49.710Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:28:49.710Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:28:49.855Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:28:49.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.861Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "multicloud-k8s", "timestamp": 1678685228217, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.863Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "policy-distribution-id", "timestamp": 1678685225154, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.863Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "cds-sdc-listener", "timestamp": 1678685223971, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.864Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "aai-model-loader", "timestamp": 1678685241961, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.864Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685224459, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json", "status": "NOTIFIED" } 2023-03-13T05:28:49.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.865Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "ves-openapi-manager", "timestamp": 1678685242804, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.865Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "multicloud-k8s", "timestamp": 1678685228217, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json", "status": "NOTIFIED" } 2023-03-13T05:28:49.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.865Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "policy-distribution-id", "timestamp": 1678685225154, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.866Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "cds-sdc-listener", "timestamp": 1678685223971, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.866Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "aai-model-loader", "timestamp": 1678685241961, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.866Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685224459, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-03-13T05:28:49.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.867Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "ves-openapi-manager", "timestamp": 1678685242804, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.867Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "multicloud-k8s", "timestamp": 1678685228217, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-03-13T05:28:49.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.867Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "policy-distribution-id", "timestamp": 1678685225154, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-03-13T05:28:49.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.868Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "cds-sdc-listener", "timestamp": 1678685223971, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.868Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "aai-model-loader", "timestamp": 1678685241961, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.868Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "ves-openapi-manager", "timestamp": 1678685242804, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.869Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685224459, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.870Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "multicloud-k8s", "timestamp": 1678685228217, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.870Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "policy-distribution-id", "timestamp": 1678685225154, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.871Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.871Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "cds-sdc-listener", "timestamp": 1678685223971, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.872Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.872Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "aai-model-loader", "timestamp": 1678685241961, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.872Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.872Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685224459, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-03-13T05:28:49.873Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.873Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "ves-openapi-manager", "timestamp": 1678685242804, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.873Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.874Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "multicloud-k8s", "timestamp": 1678685228217, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-03-13T05:28:49.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.874Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "policy-distribution-id", "timestamp": 1678685225154, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.875Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "cds-sdc-listener", "timestamp": 1678685223971, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.875Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "aai-model-loader", "timestamp": 1678685241961, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.876Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "ves-openapi-manager", "timestamp": 1678685242804, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.876Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685224459, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.877Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "multicloud-k8s", "timestamp": 1678685228217, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.884Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.885Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "policy-distribution-id", "timestamp": 1678685225154, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.885Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "cds-sdc-listener", "timestamp": 1678685223971, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:28:49.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.886Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "aai-model-loader", "timestamp": 1678685241961, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:28:49.886Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.886Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "ves-openapi-manager", "timestamp": 1678685242804, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.886Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.887Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685224459, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:28:49.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.887Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "multicloud-k8s", "timestamp": 1678685228217, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:28:49.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.888Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "policy-distribution-id", "timestamp": 1678685225154, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:28:49.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.888Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "multicloud-k8s", "timestamp": 1678685256936, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json", "status": "DOWNLOAD_OK" } 2023-03-13T05:28:49.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.889Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "aai-model-loader", "timestamp": 1678685257478, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:28:49.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.889Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "policy-distribution-id", "timestamp": 1678685256563, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:28:49.889Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.890Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "cds-sdc-listener", "timestamp": 1678685257419, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:28:49.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.890Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685257471, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:28:49.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.891Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "policy-distribution-id", "timestamp": 1678685257569, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:28:49.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.891Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "multicloud-k8s", "timestamp": 1678685258186, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-03-13T05:28:49.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.892Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "policy-distribution-id", "timestamp": 1678685258572, "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-13T05:28:49.901Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8997bc8b-d01a-4674-b54a-9c5b07797d2f 2023-03-13T05:28:49.902Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:28:49.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.920Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "multicloud-k8s", "timestamp": 1678685259293, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-03-13T05:28:49.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.921Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "multicloud-k8s", "timestamp": 1678685260440, "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-13T05:28:49.931Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8997bc8b-d01a-4674-b54a-9c5b07797d2f 2023-03-13T05:28:49.931Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:28:49.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.948Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "multicloud-k8s", "timestamp": 1678685261447, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json", "status": "DEPLOY_OK" } 2023-03-13T05:28:49.948Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.948Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685261981, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json", "status": "DOWNLOAD_OK" } 2023-03-13T05:28:49.948Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.949Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685263099, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-03-13T05:28:49.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.949Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685261985, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.949Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685264195, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-03-13T05:28:49.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.950Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685261985, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.950Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685261985, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.951Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685265592, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vfwaeacc136df010_modules.json", "status": "DEPLOY_OK" } 2023-03-13T05:28:49.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.951Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685261985, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.951Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685266595, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-03-13T05:28:49.952Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.952Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685261985, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.952Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.952Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685267597, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/resourceInstances/vfwaeacc136df010/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-03-13T05:28:49.952Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.953Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "aai-model-loader", "timestamp": 1678685268265, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:28:49.953Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.953Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685261985, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:28:49.953Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.953Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685268601, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:28:49.953Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:28:49.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.954Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "aai-model-loader", "timestamp": 1678685269269, "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-13T05:28:49.962Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8997bc8b-d01a-4674-b54a-9c5b07797d2f 2023-03-13T05:28:49.962Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:28:49.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:28:49.979Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685261985, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:28:49.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:29:19.711Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:29:19.725Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:29:19.733Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:29:19.733Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-13T05:29:19.733Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:29:19.733Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:29:49.734Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:29:49.770Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:29:49.782Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:29:49.783Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-13T05:29:49.783Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:29:49.783Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:29:49.855Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:29:49.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:29:49.857Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685270055, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:29:49.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:29:49.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:29:49.859Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685278394, "artifactURL": "/sdc/v1/catalog/services/Vfw20230313052530/1.0/artifacts/service-Vfw20230313052530-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:29:49.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:29:49.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:29:49.859Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685279432, "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-13T05:29:49.868Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8997bc8b-d01a-4674-b54a-9c5b07797d2f 2023-03-13T05:29:49.868Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:30:19.784Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:30:19.808Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:30:19.831Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:30:19.832Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-13T05:30:19.833Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-13T05:30:19.833Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-13T05:30:19.834Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:30:19.834Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:30:19.836Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:30:19.837Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:30:19.837Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||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-13T05:30:19.854Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-13T05:30:49.855Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:30:49.856Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8997bc8b-d01a-4674-b54a-9c5b07797d2f 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-13T05:30:49.875Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8997bc8b-d01a-4674-b54a-9c5b07797d2f and serviceModelVersionId: 3d322c3c-3a6c-4294-8e87-c43fbc977b10 2023-03-13T05:30:49.878Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 125371e3-dcb3-4da5-82de-68bb05528888 2023-03-13T05:30:49.881Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/125371e3-dcb3-4da5-82de-68bb05528888/model-vers/model-ver/3d322c3c-3a6c-4294-8e87-c43fbc977b10?depth=0 2023-03-13T05:30:49.891Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-03-13T05:30:50.004Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/125371e3-dcb3-4da5-82de-68bb05528888/model-vers/model-ver/3d322c3c-3a6c-4294-8e87-c43fbc977b10?depth=0|INFO|500||Invoke 2023-03-13T05:30:50.004Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/125371e3-dcb3-4da5-82de-68bb05528888/model-vers/model-ver/3d322c3c-3a6c-4294-8e87-c43fbc977b10?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/125371e3-dcb3-4da5-82de-68bb05528888/model-vers/model-ver/3d322c3c-3a6c-4294-8e87-c43fbc977b10?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8997bc8b-d01a-4674-b54a-9c5b07797d2f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1093ca4e-aa50-4e79-859a-1a3ab43aeb31], X-ECOMP-RequestID=[8997bc8b-d01a-4674-b54a-9c5b07797d2f], X-TransactionId=[], X-ONAP-RequestID=[8997bc8b-d01a-4674-b54a-9c5b07797d2f], Content-Type=[application/merge-patch+json]} 2023-03-13T05:30:50.008Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/125371e3-dcb3-4da5-82de-68bb05528888/model-vers/model-ver/3d322c3c-3a6c-4294-8e87-c43fbc977b10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-13T05:30:50.228Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/125371e3-dcb3-4da5-82de-68bb05528888/model-vers/model-ver/3d322c3c-3a6c-4294-8e87-c43fbc977b10?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/125371e3-dcb3-4da5-82de-68bb05528888/model-vers/model-ver/3d322c3c-3a6c-4294-8e87-c43fbc977b10?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Mar 2023 05:30:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[205], vertex-id=[147696], x-aai-txid=[1-aai-resources-230313-05:30:50:038-33600], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-13T05:30:50.229Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/125371e3-dcb3-4da5-82de-68bb05528888/model-vers/model-ver/3d322c3c-3a6c-4294-8e87-c43fbc977b10?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-13T05:30:50.230Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/125371e3-dcb3-4da5-82de-68bb05528888/model-vers/model-ver/3d322c3c-3a6c-4294-8e87-c43fbc977b10?depth=0|INFO|500||InvokeReturn 2023-03-13T05:30:50.230Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-13T05:30:50.230Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||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-13T05:30:50.236Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||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-13T05:30:50.236Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8997bc8b-d01a-4674-b54a-9c5b07797d2f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-13T05:30:50.237Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-13T05:30:50.237Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:30:50.237Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:30:50.238Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685450236, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:30:50.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:30:50.265Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8997bc8b-d01a-4674-b54a-9c5b07797d2f", "consumerID": "SO-sdc-controller", "timestamp": 1678685450236, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-13T05:30:50.267Z||pool-2-thread-2|||||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-13T05:30:51.260Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:31:49.855Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:31:51.260Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:32:49.857Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:32:51.262Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:33:49.858Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:33:51.262Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:34:49.860Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:34:51.264Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:35:49.862Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:35:51.264Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:36:09.810Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:36:09.811Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"e8c499ca-a3ce-4242-b106-1b966e090902","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"34ac787c-b10b-45fe-becd-81a78ed009e7","serviceDescription":"service","serviceInvariantUUID":"8e6844c8-51f0-47e6-b7c0-c5753bad2a5c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dd07b646-69de-4847-bb55-8ad1592f112e","resourceInvariantUUID":"3371a7d6-c929-438e-9639-dd7c3b0eb973","resourceCustomizationUUID":"2fa990b4-883c-48f5-b39e-7ddcfd5e617a","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":"MmRkMTYxNzAxNmVmODY5MTlhNTg1ZjI2NjAyOTA3MTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8cbaeb8c-dd46-4ad5-92c7-f1de8100aa81","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDdiNTI1NTViM2QyNDQxMTJmNGRmMTEzMjI5NWZmMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"42daa888-5663-42c5-b597-3be12d7912b0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-13T05:36:09.815Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:36:09.816Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:36:09.816Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:36:09.816Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "SO-sdc-controller", "timestamp": 1678685751264, "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-13T05:36:09.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:36:09.860Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "policy-distribution-id", "timestamp": 1678685739651, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:36:09.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:36:09.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:36:09.868Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "aai-model-loader", "timestamp": 1678685751961, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:36:09.868Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:36:09.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:36:09.868Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "ves-openapi-manager", "timestamp": 1678685757965, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:36:09.869Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:36:09.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:36:09.869Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "cds-sdc-listener", "timestamp": 1678685738435, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:36:09.869Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:36:10.819Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:36:10.819Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:36:10.819Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:36:10.819Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "SO-sdc-controller", "timestamp": 1678685751264, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:36:11.821Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "34ac787c-b10b-45fe-becd-81a78ed009e7", "serviceDescription": "service", "serviceInvariantUUID": "8e6844c8-51f0-47e6-b7c0-c5753bad2a5c", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "2fa990b4-883c-48f5-b39e-7ddcfd5e617a", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "dd07b646-69de-4847-bb55-8ad1592f112e", "resourceInvariantUUID": "3371a7d6-c929-438e-9639-dd7c3b0eb973", "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": "ZDdiNTI1NTViM2QyNDQxMTJmNGRmMTEzMjI5NWZmMmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "42daa888-5663-42c5-b597-3be12d7912b0" } ], "workloadContext": "Production" } 2023-03-13T05:36:11.822Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-13T05:36:11.822Z|8997bc8b-d01a-4674-b54a-9c5b07797d2f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 34ac787c-b10b-45fe-becd-81a78ed009e7 ASDC 2023-03-13T05:36:11.823Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:e8c499ca-a3ce-4242-b106-1b966e090902 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:34ac787c-b10b-45fe-becd-81a78ed009e7 ServiceInvariantUUID:8e6844c8-51f0-47e6-b7c0-c5753bad2a5c 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:42daa888-5663-42c5-b597-3be12d7912b0 ArtifactChecksum:ZDdiNTI1NTViM2QyNDQxMTJmNGRmMTEzMjI5NWZmMmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:2fa990b4-883c-48f5-b39e-7ddcfd5e617a ResourceInvariantUUID:3371a7d6-c929-438e-9639-dd7c3b0eb973 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:dd07b646-69de-4847-bb55-8ad1592f112e ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-13T05:36:11.823Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34ac787c-b10b-45fe-becd-81a78ed009e7 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-13T05:36:11.878Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:36:11.879Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-03-13T05:36:11.879Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-03-13T05:36:11.880Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 42daa888-5663-42c5-b597-3be12d7912b0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-13T05:36:11.880Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-03-13T05:36:11.880Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-13T05:36:12.309Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-03-13T05:36:12.310Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 42daa888-5663-42c5-b597-3be12d7912b0 57799 2023-03-13T05:36:12.311Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:36:12.311Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:36:12.311Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:36:12.312Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:36:12.312Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:36:12.312Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "SO-sdc-controller", "timestamp": 1678685772311, "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-13T05:36:13.313Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:36:13.314Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-03-13T05:36:13.314Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 42daa888-5663-42c5-b597-3be12d7912b0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-13T05:36:13.315Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-03-13T05:36:13.315Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-13T05:36:13.315Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-13T05:36:13.514Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1572382629359135538/Definitions/service-BasicNetwork-template.yml 2023-03-13T05:36:14.151Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-13T05:36:14.152Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-03-13T05:36:14.152Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-13T05:36:14.152Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-03-13T05:36:14.152Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:36:14.152Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:36:14.152Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:36:14.152Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:36:14.152Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-13T05:36:14.153Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:36:14.153Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:36:14.153Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:36:14.153Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-03-13T05:36:14.153Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:36:14.153Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:36:14.153Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-03-13T05:36:14.154Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-03-13T05:36:14.154Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:36:14.154Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:36:14.154Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:36:14.154Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-03-13T05:36:14.154Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-03-13T05:36:14.154Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:36:14.155Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:36:14.155Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:36:14.155Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:36:14.155Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:36:14.155Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:36:14.156Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:36:14.156Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:36:14.156Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:36:14.156Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:36:14.156Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:36:14.156Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:34ac787c-b10b-45fe-becd-81a78ed009e7 Model Version:NULL Model InvariantUuid:8e6844c8-51f0-47e6-b7c0-c5753bad2a5c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:3371a7d6-c929-438e-9639-dd7c3b0eb973 Model UUID:21613748-fbbb-49f2-a864-fbf1e03616b8 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:2fa990b4-883c-48f5-b39e-7ddcfd5e617a 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-13T05:36:14.169Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: dd07b646-69de-4847-bb55-8ad1592f112e 2023-03-13T05:36:14.169Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||No resources found for Service: 34ac787c-b10b-45fe-becd-81a78ed009e7 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-13T05:36:14.176Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500|| 2023-03-13T05:36:14.177Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-03-13T05:36:14.178Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 34ac787c-b10b-45fe-becd-81a78ed009e7 2023-03-13T05:36:14.178Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 34ac787c-b10b-45fe-becd-81a78ed009e7 2023-03-13T05:36:14.178Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-03-13T05:36:14.178Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:36:14.186Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6439a4d6, org.onap.sdc.toscaparser.api.parameters.Input@199639e8, org.onap.sdc.toscaparser.api.parameters.Input@4b5f8d37, org.onap.sdc.toscaparser.api.parameters.Input@578a74c8, org.onap.sdc.toscaparser.api.parameters.Input@7e3c65fb] 2023-03-13T05:36:14.187Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:36:14.188Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:36:14.188Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:36:14.188Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:36:14.189Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 34ac787c-b10b-45fe-becd-81a78ed009e7: Generic NeutronNet 2023-03-13T05:36:14.189Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:36:14.189Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:36:14.189Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:36:14.189Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:36:14.243Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:36:14.243Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:36:14.244Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:36:14.244Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:36:14.244Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:36:14.244Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:36:14.245Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:36:14.340Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-03-13T05:36:14.341Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:36:14.341Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:36:14.341Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:36:14.341Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:36:14.341Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:36:14.342Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "SO-sdc-controller", "timestamp": 1678685774341, "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-13T05:36:15.342Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8c499ca-a3ce-4242-b106-1b966e090902 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-13T05:36:15.360Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8c499ca-a3ce-4242-b106-1b966e090902 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-13T05:36:15.363Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:36:15.363Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:36:15.363Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:36:45.363Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8c499ca-a3ce-4242-b106-1b966e090902 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-13T05:36:45.377Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8c499ca-a3ce-4242-b106-1b966e090902 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-13T05:36:45.379Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:36:45.379Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:36:45.380Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:36:49.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:36:49.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:36:49.857Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "SO-sdc-controller", "timestamp": 1678685751264, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:36:49.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:36:49.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:36:49.859Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "multicloud-k8s", "timestamp": 1678685742492, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:36:49.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:15.380Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8c499ca-a3ce-4242-b106-1b966e090902 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-13T05:37:15.398Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8c499ca-a3ce-4242-b106-1b966e090902 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-13T05:37:15.401Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:37:15.401Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:37:15.401Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:37:45.402Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8c499ca-a3ce-4242-b106-1b966e090902 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-13T05:37:45.420Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8c499ca-a3ce-4242-b106-1b966e090902 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-13T05:37:45.423Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:37:45.423Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:37:45.423Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:37:49.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:37:49.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.859Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "SO-sdc-controller", "timestamp": 1678685751264, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:37:49.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.860Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "policy-distribution-id", "timestamp": 1678685739651, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:37:49.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.861Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "cds-sdc-listener", "timestamp": 1678685738435, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:37:49.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.861Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "aai-model-loader", "timestamp": 1678685751961, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:37:49.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.862Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "ves-openapi-manager", "timestamp": 1678685757965, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:37:49.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.862Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "multicloud-k8s", "timestamp": 1678685742492, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:37:49.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.863Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "aai-model-loader", "timestamp": 1678685772345, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:37:49.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.863Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "SO-sdc-controller", "timestamp": 1678685772311, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:37:49.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.864Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "cds-sdc-listener", "timestamp": 1678685772288, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:37:49.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.864Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "policy-distribution-id", "timestamp": 1678685771432, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:37:49.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.865Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685771986, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:37:49.865Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.865Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "policy-distribution-id", "timestamp": 1678685772439, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:37:49.865Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.866Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685771986, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:37:49.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.866Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "SO-sdc-controller", "timestamp": 1678685774341, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:37:49.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.867Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "policy-distribution-id", "timestamp": 1678685773453, "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-13T05:37:49.885Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8c499ca-a3ce-4242-b106-1b966e090902 2023-03-13T05:37:49.885Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8c499ca-a3ce-4242-b106-1b966e090902 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-13T05:37:49.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.899Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685774988, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:37:49.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.900Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "aai-model-loader", "timestamp": 1678685777127, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:37:49.900Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.900Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "aai-model-loader", "timestamp": 1678685778129, "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-13T05:37:49.908Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8c499ca-a3ce-4242-b106-1b966e090902 2023-03-13T05:37:49.908Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8c499ca-a3ce-4242-b106-1b966e090902 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-13T05:37:49.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685778192, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:37:49.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:37:49.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:37:49.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685779214, "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-13T05:37:49.931Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8c499ca-a3ce-4242-b106-1b966e090902 2023-03-13T05:37:49.932Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8c499ca-a3ce-4242-b106-1b966e090902 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-13T05:38:15.423Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8c499ca-a3ce-4242-b106-1b966e090902 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-13T05:38:15.447Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8c499ca-a3ce-4242-b106-1b966e090902 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-13T05:38:15.461Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:38:15.461Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-13T05:38:15.462Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-13T05:38:15.462Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-13T05:38:15.462Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:38:15.462Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:38:15.462Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:38:15.462Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:38:15.462Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:38:15.496Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-13T05:38:45.496Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8c499ca-a3ce-4242-b106-1b966e090902 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-13T05:38:45.527Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8c499ca-a3ce-4242-b106-1b966e090902 and serviceModelVersionId: 34ac787c-b10b-45fe-becd-81a78ed009e7 2023-03-13T05:38:45.527Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e6844c8-51f0-47e6-b7c0-c5753bad2a5c 2023-03-13T05:38:45.529Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e6844c8-51f0-47e6-b7c0-c5753bad2a5c/model-vers/model-ver/34ac787c-b10b-45fe-becd-81a78ed009e7?depth=0 2023-03-13T05:38:45.536Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-03-13T05:38:45.610Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e6844c8-51f0-47e6-b7c0-c5753bad2a5c/model-vers/model-ver/34ac787c-b10b-45fe-becd-81a78ed009e7?depth=0|INFO|500||Invoke 2023-03-13T05:38:45.611Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e6844c8-51f0-47e6-b7c0-c5753bad2a5c/model-vers/model-ver/34ac787c-b10b-45fe-becd-81a78ed009e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e6844c8-51f0-47e6-b7c0-c5753bad2a5c/model-vers/model-ver/34ac787c-b10b-45fe-becd-81a78ed009e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e8c499ca-a3ce-4242-b106-1b966e090902], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dc43c7ea-44d0-4f74-889b-eda015b37e84], X-ECOMP-RequestID=[e8c499ca-a3ce-4242-b106-1b966e090902], X-TransactionId=[], X-ONAP-RequestID=[e8c499ca-a3ce-4242-b106-1b966e090902], Content-Type=[application/merge-patch+json]} 2023-03-13T05:38:45.616Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e6844c8-51f0-47e6-b7c0-c5753bad2a5c/model-vers/model-ver/34ac787c-b10b-45fe-becd-81a78ed009e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-13T05:38:45.755Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e6844c8-51f0-47e6-b7c0-c5753bad2a5c/model-vers/model-ver/34ac787c-b10b-45fe-becd-81a78ed009e7?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/8e6844c8-51f0-47e6-b7c0-c5753bad2a5c/model-vers/model-ver/34ac787c-b10b-45fe-becd-81a78ed009e7?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Mar 2023 05:38:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[217248], x-aai-txid=[2-aai-resources-230313-05:38:45:644-44045], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-13T05:38:45.755Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e6844c8-51f0-47e6-b7c0-c5753bad2a5c/model-vers/model-ver/34ac787c-b10b-45fe-becd-81a78ed009e7?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-13T05:38:45.756Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e6844c8-51f0-47e6-b7c0-c5753bad2a5c/model-vers/model-ver/34ac787c-b10b-45fe-becd-81a78ed009e7?depth=0|INFO|500||InvokeReturn 2023-03-13T05:38:45.756Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-13T05:38:45.756Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:38:45.763Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||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-13T05:38:45.764Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8c499ca-a3ce-4242-b106-1b966e090902 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-13T05:38:45.764Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-13T05:38:45.765Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:38:45.765Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:38:45.765Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "SO-sdc-controller", "timestamp": 1678685925764, "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-13T05:38:46.785Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:38:46.791Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:38:46.792Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"6f9d9724-975d-4f73-84d0-7fc656f82f67","serviceName":"Demo_pNF_Ri67QvQKULz0xnr5JQDb","serviceVersion":"1.0","serviceUUID":"dea22c4c-f892-4a05-9a38-e20e0ac5f58d","serviceDescription":"catalog service description","serviceInvariantUUID":"7b966796-63e5-49d6-bfac-cba6d0cd67ab","resources":[{"resourceInstanceName":"pNF 758760cc-4f87 0","resourceName":"pNF 758760cc-4f87","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dc902d22-baa5-4e4b-9b1a-16fcfd17d6a4","resourceInvariantUUID":"e72e0fba-605e-42dc-ae90-a3a259cc583c","resourceCustomizationUUID":"3260be51-a251-4f80-aba5-d84fddd4d2c2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vf-license-model.xml","artifactChecksum":"MGNhMmIwYWIzMmVhNjUyM2VlM2EwNDhlNmZjYTVhYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c46dba0a-28b7-4cbc-851e-ea2b045e7648","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/pNF.csar","artifactChecksum":"YWM2OGZkZWI3MzBhNzRhZDIyYzcxYmIyNDBmZTUzYTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"872e7715-a50b-412b-9473-77178ad96515","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cf23b1ab-859b-4e17-aabf-d4af8151943f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg3ZTZiNTdjOGIxYjFkNzU3MWEzMWY1ZGUwNDA3Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3adcfee1-9c2e-4cdc-bbfc-433964becdf1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ebdb2bc-8a91-414c-b468-185cbe108fc1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c94d02d1-a838-4565-a516-cc82ff30f3c6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRi67qvqkulz0xnr5jqdb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-template.yml","artifactChecksum":"N2FiMzJlOTE1YjQzMTZhNTE0NDZlMGNjNTUyNzM2NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d713f8c3-7932-4af0-8551-5cac4f705887","artifactVersion":"1"},{"artifactName":"service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar","artifactChecksum":"NTQyODZmMDZlODc2NDM4NTAzMDJjOTcwMWZlY2E0NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90295ab7-7210-4168-84b3-78ff793c9ab6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-13T05:38:46.795Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:38:46.796Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:38:46.796Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:38:46.796Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:38:47.797Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:38:47.797Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:38:47.797Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:38:47.797Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:38:48.798Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:38:48.799Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:38:48.799Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:38:48.799Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:38:49.800Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:38:49.801Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:38:49.801Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:38:49.801Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:38:49.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:38:49.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.859Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "cds-sdc-listener", "timestamp": 1678685833294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.860Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "ves-openapi-manager", "timestamp": 1678685857945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.861Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "aai-model-loader", "timestamp": 1678685841961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.861Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "policy-distribution-id", "timestamp": 1678685834457, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.862Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "multicloud-k8s", "timestamp": 1678685831357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.863Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "cds-sdc-listener", "timestamp": 1678685833294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.863Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "ves-openapi-manager", "timestamp": 1678685857945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.863Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "aai-model-loader", "timestamp": 1678685841961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.863Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "policy-distribution-id", "timestamp": 1678685834457, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.864Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "multicloud-k8s", "timestamp": 1678685831357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.864Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "ves-openapi-manager", "timestamp": 1678685857945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.865Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "cds-sdc-listener", "timestamp": 1678685833294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.865Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.865Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "aai-model-loader", "timestamp": 1678685841961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.865Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.865Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "multicloud-k8s", "timestamp": 1678685831357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.866Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "policy-distribution-id", "timestamp": 1678685834457, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.866Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "cds-sdc-listener", "timestamp": 1678685833294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.867Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "ves-openapi-manager", "timestamp": 1678685857945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.867Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "aai-model-loader", "timestamp": 1678685841961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.868Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "policy-distribution-id", "timestamp": 1678685834457, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.868Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.868Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "multicloud-k8s", "timestamp": 1678685831357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.868Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.868Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "ves-openapi-manager", "timestamp": 1678685857945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.868Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.868Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "cds-sdc-listener", "timestamp": 1678685833294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.869Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.869Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "aai-model-loader", "timestamp": 1678685841961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.869Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.869Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "policy-distribution-id", "timestamp": 1678685834457, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.869Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.870Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "multicloud-k8s", "timestamp": 1678685831357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.870Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685861985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.870Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "cds-sdc-listener", "timestamp": 1678685833294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.871Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "aai-model-loader", "timestamp": 1678685841961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.871Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "ves-openapi-manager", "timestamp": 1678685857945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-13T05:38:49.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.871Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "policy-distribution-id", "timestamp": 1678685834457, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.871Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "multicloud-k8s", "timestamp": 1678685831357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.872Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685861985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.872Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "cds-sdc-listener", "timestamp": 1678685833294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.872Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "ves-openapi-manager", "timestamp": 1678685857945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.872Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "aai-model-loader", "timestamp": 1678685841961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.873Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "policy-distribution-id", "timestamp": 1678685834457, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.873Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "multicloud-k8s", "timestamp": 1678685831357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.874Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685861985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.874Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "ves-openapi-manager", "timestamp": 1678685857945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.875Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "cds-sdc-listener", "timestamp": 1678685833294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:38:49.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.875Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "aai-model-loader", "timestamp": 1678685841961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:38:49.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.875Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "policy-distribution-id", "timestamp": 1678685834457, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:38:49.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.876Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "multicloud-k8s", "timestamp": 1678685831357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:38:49.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.876Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685861985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.877Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "aai-model-loader", "timestamp": 1678685866610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:38:49.877Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.877Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "cds-sdc-listener", "timestamp": 1678685866553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:38:49.877Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.877Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "policy-distribution-id", "timestamp": 1678685865704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:38:49.877Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.877Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685861985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.878Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "policy-distribution-id", "timestamp": 1678685866708, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:38:49.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.878Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685861985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:49.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.879Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "policy-distribution-id", "timestamp": 1678685867710, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-13T05:38:49.909Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f9d9724-975d-4f73-84d0-7fc656f82f67 2023-03-13T05:38:49.909Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f9d9724-975d-4f73-84d0-7fc656f82f67 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-13T05:38:49.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:38:49.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685861985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:38:49.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:38:50.802Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:38:50.802Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:38:50.803Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:38:50.803Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:38:51.804Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:38:51.804Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:38:51.804Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:38:51.804Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:38:52.805Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:38:52.806Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:38:52.806Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:38:52.806Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:38:53.807Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:38:53.808Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:38:53.809Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:38:53.810Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:38:54.811Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "serviceName": "Demo_pNF_Ri67QvQKULz0xnr5JQDb", "serviceVersion": "1.0", "serviceUUID": "dea22c4c-f892-4a05-9a38-e20e0ac5f58d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7b966796-63e5-49d6-bfac-cba6d0cd67ab", "resources": [ { "resourceInstanceName": "pNF 758760cc-4f87 0", "resourceCustomizationUUID": "3260be51-a251-4f80-aba5-d84fddd4d2c2", "resourceName": "pNF 758760cc-4f87", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "dc902d22-baa5-4e4b-9b1a-16fcfd17d6a4", "resourceInvariantUUID": "e72e0fba-605e-42dc-ae90-a3a259cc583c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "artifactChecksum": "NTQyODZmMDZlODc2NDM4NTAzMDJjOTcwMWZlY2E0NDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "90295ab7-7210-4168-84b3-78ff793c9ab6" } ], "workloadContext": "Production" } 2023-03-13T05:38:54.811Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-13T05:38:54.811Z|e8c499ca-a3ce-4242-b106-1b966e090902|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dea22c4c-f892-4a05-9a38-e20e0ac5f58d ASDC 2023-03-13T05:38:54.812Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:6f9d9724-975d-4f73-84d0-7fc656f82f67 ServiceName:Demo_pNF_Ri67QvQKULz0xnr5JQDb ServiceVersion:1.0 ServiceUUID:dea22c4c-f892-4a05-9a38-e20e0ac5f58d ServiceInvariantUUID:7b966796-63e5-49d6-bfac-cba6d0cd67ab ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar ArtifactUUID:90295ab7-7210-4168-84b3-78ff793c9ab6 ArtifactChecksum:NTQyODZmMDZlODc2NDM4NTAzMDJjOTcwMWZlY2E0NDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 758760cc-4f87 0 ResourceCustomizationUUID:3260be51-a251-4f80-aba5-d84fddd4d2c2 ResourceInvariantUUID:e72e0fba-605e-42dc-ae90-a3a259cc583c ResourceName:pNF 758760cc-4f87 ResourceType:PNF ResourceUUID:dc902d22-baa5-4e4b-9b1a-16fcfd17d6a4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-13T05:38:54.812Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dea22c4c-f892-4a05-9a38-e20e0ac5f58d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-13T05:38:54.856Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:38:54.856Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-03-13T05:38:54.856Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-03-13T05:38:54.856Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 90295ab7-7210-4168-84b3-78ff793c9ab6 from URL: /sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:54.857Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-03-13T05:38:54.857Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:55.323Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-03-13T05:38:55.332Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 90295ab7-7210-4168-84b3-78ff793c9ab6 88023 2023-03-13T05:38:55.332Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar ASDC sendASDCNotification 2023-03-13T05:38:55.332Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:55.332Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:38:55.333Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:38:55.333Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:38:55.333Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685935332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:38:56.334Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:38:56.335Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-03-13T05:38:56.335Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 90295ab7-7210-4168-84b3-78ff793c9ab6, URL: /sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar to file: /app/ASDC/1/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:56.335Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:56.336Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:56.336Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:56.485Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3931452483888173191/Definitions/service-DemoPnfRi67qvqkulz0xnr5jqdb-template.yml 2023-03-13T05:38:57.469Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-13T05:38:57.469Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-03-13T05:38:57.469Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:57.469Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-13T05:38:57.470Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 758760cc-4f87 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-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:57.470Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:57.470Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:57.470Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:57.470Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:57.470Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:57.470Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:57.470Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-03-13T05:38:57.470Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:38:57.470Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ri67QvQKULz0xnr5JQDb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:38:57.471Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Node template pNF 758760cc-4f87 0 is matching search criteria 2023-03-13T05:38:57.471Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-03-13T05:38:57.471Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 758760cc-4f87 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:38:57.471Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:38:57.471Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ri67QvQKULz0xnr5JQDb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:38:57.471Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Node template pNF 758760cc-4f87 0 is matching search criteria 2023-03-13T05:38:57.472Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-03-13T05:38:57.472Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 758760cc-4f87 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:38:57.472Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:38:57.472Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ri67QvQKULz0xnr5JQDb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:38:57.472Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:38:57.472Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ri67QvQKULz0xnr5JQDb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:38:57.472Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:38:57.472Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ri67QvQKULz0xnr5JQDb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:38:57.473Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:38:57.473Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ri67QvQKULz0xnr5JQDb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:38:57.473Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:38:57.473Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ri67QvQKULz0xnr5JQDb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:38:57.473Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Ri67QvQKULz0xnr5JQDb Description:catalog service description Model UUID:dea22c4c-f892-4a05-9a38-e20e0ac5f58d Model Version:NULL Model InvariantUuid:7b966796-63e5-49d6-bfac-cba6d0cd67ab Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-13T05:38:57.486Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: dc902d22-baa5-4e4b-9b1a-16fcfd17d6a4 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-13T05:38:57.499Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||pNF 758760cc-4f87 0 2023-03-13T05:38:57.500Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dc902d22-baa5-4e4b-9b1a-16fcfd17d6a4 2023-03-13T05:38:57.500Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||No resources found for Service: dea22c4c-f892-4a05-9a38-e20e0ac5f58d 2023-03-13T05:38:57.500Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: dea22c4c-f892-4a05-9a38-e20e0ac5f58d 2023-03-13T05:38:57.500Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 758760cc-4f87 0 dc902d22-baa5-4e4b-9b1a-16fcfd17d6a4 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-13T05:38:57.515Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3627ea99, org.onap.sdc.toscaparser.api.parameters.Input@41af72b8, org.onap.sdc.toscaparser.api.parameters.Input@1e584741, org.onap.sdc.toscaparser.api.parameters.Input@51c70ba6, org.onap.sdc.toscaparser.api.parameters.Input@583d4025] 2023-03-13T05:38:57.516Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:38:57.516Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ri67QvQKULz0xnr5JQDb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:38:57.516Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid dea22c4c-f892-4a05-9a38-e20e0ac5f58d: pNF 758760cc-4f87 2023-03-13T05:38:57.516Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Processing PNF resource: dc902d22-baa5-4e4b-9b1a-16fcfd17d6a4 2023-03-13T05:38:57.516Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:38:57.517Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Ri67QvQKULz0xnr5JQDb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:38:57.517Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Resource customization UUID: 3260be51-a251-4f80-aba5-d84fddd4d2c2 is the same as notified resource customizationUUID: 3260be51-a251-4f80-aba5-d84fddd4d2c2 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-03-13T05:38:57.597Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 758760cc-4f87 dc902d22-baa5-4e4b-9b1a-16fcfd17d6a4 0 ASDC deployResourceStructure 2023-03-13T05:38:57.598Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar ASDC sendASDCNotification 2023-03-13T05:38:57.598Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar 2023-03-13T05:38:57.598Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:38:57.598Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:38:57.599Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:38:57.599Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685937597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:38:58.600Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f9d9724-975d-4f73-84d0-7fc656f82f67 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-13T05:38:58.615Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f9d9724-975d-4f73-84d0-7fc656f82f67 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-13T05:38:58.617Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:38:58.618Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:38:58.618Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:39:28.618Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f9d9724-975d-4f73-84d0-7fc656f82f67 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-13T05:39:28.639Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f9d9724-975d-4f73-84d0-7fc656f82f67 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-13T05:39:28.644Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:39:28.645Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:39:28.645Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:39:49.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:39:49.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.862Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685861985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:39:49.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.864Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685870957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:39:49.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.864Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "aai-model-loader", "timestamp": 1678685871443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:39:49.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.865Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "aai-model-loader", "timestamp": 1678685872446, "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-13T05:39:49.881Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f9d9724-975d-4f73-84d0-7fc656f82f67 2023-03-13T05:39:49.881Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f9d9724-975d-4f73-84d0-7fc656f82f67 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-13T05:39:49.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.909Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685874210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:39:49.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.910Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685875217, "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-13T05:39:49.921Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f9d9724-975d-4f73-84d0-7fc656f82f67 2023-03-13T05:39:49.922Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f9d9724-975d-4f73-84d0-7fc656f82f67 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-13T05:39:49.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.943Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "multicloud-k8s", "timestamp": 1678685865867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.943Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.944Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "cds-sdc-listener", "timestamp": 1678685867557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.944Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "policy-distribution-id", "timestamp": 1678685868712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.945Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "ves-openapi-manager", "timestamp": 1678685877942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.945Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "aai-model-loader", "timestamp": 1678685873448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.946Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "ves-openapi-manager", "timestamp": 1678685877942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.946Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "cds-sdc-listener", "timestamp": 1678685867557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.947Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "policy-distribution-id", "timestamp": 1678685868712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.948Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "multicloud-k8s", "timestamp": 1678685865867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-13T05:39:49.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.948Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "aai-model-loader", "timestamp": 1678685873448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.949Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.949Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "aai-model-loader", "timestamp": 1678685873448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.949Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.949Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "ves-openapi-manager", "timestamp": 1678685877942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.950Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "multicloud-k8s", "timestamp": 1678685865867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-13T05:39:49.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.951Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "cds-sdc-listener", "timestamp": 1678685867557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.952Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "policy-distribution-id", "timestamp": 1678685868712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-13T05:39:49.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.952Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "aai-model-loader", "timestamp": 1678685873448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.953Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.953Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "multicloud-k8s", "timestamp": 1678685865867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.953Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.954Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "ves-openapi-manager", "timestamp": 1678685877942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.954Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.954Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "cds-sdc-listener", "timestamp": 1678685867557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.955Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "policy-distribution-id", "timestamp": 1678685868712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.956Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "aai-model-loader", "timestamp": 1678685873448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.956Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.956Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "ves-openapi-manager", "timestamp": 1678685877942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.957Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.957Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "multicloud-k8s", "timestamp": 1678685865867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-13T05:39:49.957Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.957Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "cds-sdc-listener", "timestamp": 1678685867557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.958Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.958Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "policy-distribution-id", "timestamp": 1678685868712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.958Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.958Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "ves-openapi-manager", "timestamp": 1678685877942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.958Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.959Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "aai-model-loader", "timestamp": 1678685873448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.959Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.959Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "cds-sdc-listener", "timestamp": 1678685867557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.960Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.960Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "multicloud-k8s", "timestamp": 1678685865867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.960Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.960Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "policy-distribution-id", "timestamp": 1678685868712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.960Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.961Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "ves-openapi-manager", "timestamp": 1678685877942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.961Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "aai-model-loader", "timestamp": 1678685873448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:39:49.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.962Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "cds-sdc-listener", "timestamp": 1678685867557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:39:49.962Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.962Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "multicloud-k8s", "timestamp": 1678685865867, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:39:49.962Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.962Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "policy-distribution-id", "timestamp": 1678685868712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:39:49.963Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.963Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "policy-distribution-id", "timestamp": 1678685890632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:39:49.963Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.963Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "multicloud-k8s", "timestamp": 1678685891035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-13T05:39:49.963Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.964Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "aai-model-loader", "timestamp": 1678685891568, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:39:49.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.964Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "cds-sdc-listener", "timestamp": 1678685891512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:39:49.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.964Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "policy-distribution-id", "timestamp": 1678685891637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:39:49.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.965Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "multicloud-k8s", "timestamp": 1678685892187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-13T05:39:49.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.966Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685891985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:49.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:49.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:49.966Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "policy-distribution-id", "timestamp": 1678685892639, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-13T05:39:50.005Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6787280e-5c81-4f65-ad3d-a65cc9e31997 2023-03-13T05:39:50.005Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6787280e-5c81-4f65-ad3d-a65cc9e31997 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-13T05:39:50.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.032Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "multicloud-k8s", "timestamp": 1678685893311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-13T05:39:50.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:50.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.033Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685891985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:50.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:50.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.033Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "multicloud-k8s", "timestamp": 1678685894382, "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-13T05:39:50.040Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6787280e-5c81-4f65-ad3d-a65cc9e31997 2023-03-13T05:39:50.040Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6787280e-5c81-4f65-ad3d-a65cc9e31997 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-13T05:39:50.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685891985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:50.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:50.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "multicloud-k8s", "timestamp": 1678685895385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-03-13T05:39:50.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:50.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685891985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:50.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:50.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685891985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:50.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:50.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685891985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:50.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:50.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.062Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "aai-model-loader", "timestamp": 1678685898658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:39:50.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:50.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.062Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685891985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:39:50.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:50.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "aai-model-loader", "timestamp": 1678685899660, "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-13T05:39:50.071Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6787280e-5c81-4f65-ad3d-a65cc9e31997 2023-03-13T05:39:50.071Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6787280e-5c81-4f65-ad3d-a65cc9e31997 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-13T05:39:50.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.084Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685899863, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:39:50.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:50.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.084Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685904425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:39:50.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:50.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.085Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678685905432, "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-13T05:39:50.092Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6787280e-5c81-4f65-ad3d-a65cc9e31997 2023-03-13T05:39:50.092Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6787280e-5c81-4f65-ad3d-a65cc9e31997 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-13T05:39:50.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.104Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e8c499ca-a3ce-4242-b106-1b966e090902", "consumerID": "SO-sdc-controller", "timestamp": 1678685925764, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-13T05:39:50.104Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:50.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.105Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:50.105Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:50.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:50.127Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:50.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.127Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:50.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:50.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:39:50.128Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:39:50.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:39:58.645Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f9d9724-975d-4f73-84d0-7fc656f82f67 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-13T05:39:58.664Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f9d9724-975d-4f73-84d0-7fc656f82f67 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-13T05:39:58.667Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:39:58.667Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-13T05:39:58.668Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-13T05:39:58.668Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-13T05:39:58.668Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:39:58.668Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:39:58.668Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:39:58.669Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:39:58.669Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||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-13T05:39:58.679Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-13T05:40:28.679Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f9d9724-975d-4f73-84d0-7fc656f82f67 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-13T05:40:28.697Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f9d9724-975d-4f73-84d0-7fc656f82f67 and serviceModelVersionId: dea22c4c-f892-4a05-9a38-e20e0ac5f58d 2023-03-13T05:40:28.697Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b966796-63e5-49d6-bfac-cba6d0cd67ab 2023-03-13T05:40:28.699Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7b966796-63e5-49d6-bfac-cba6d0cd67ab/model-vers/model-ver/dea22c4c-f892-4a05-9a38-e20e0ac5f58d?depth=0 2023-03-13T05:40:28.711Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-03-13T05:40:28.768Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7b966796-63e5-49d6-bfac-cba6d0cd67ab/model-vers/model-ver/dea22c4c-f892-4a05-9a38-e20e0ac5f58d?depth=0|INFO|500||Invoke 2023-03-13T05:40:28.768Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7b966796-63e5-49d6-bfac-cba6d0cd67ab/model-vers/model-ver/dea22c4c-f892-4a05-9a38-e20e0ac5f58d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7b966796-63e5-49d6-bfac-cba6d0cd67ab/model-vers/model-ver/dea22c4c-f892-4a05-9a38-e20e0ac5f58d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6f9d9724-975d-4f73-84d0-7fc656f82f67], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4946c4ee-8f05-44e9-b91e-dd1ac65cdf05], X-ECOMP-RequestID=[6f9d9724-975d-4f73-84d0-7fc656f82f67], X-TransactionId=[], X-ONAP-RequestID=[6f9d9724-975d-4f73-84d0-7fc656f82f67], Content-Type=[application/merge-patch+json]} 2023-03-13T05:40:28.774Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7b966796-63e5-49d6-bfac-cba6d0cd67ab/model-vers/model-ver/dea22c4c-f892-4a05-9a38-e20e0ac5f58d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-13T05:40:28.906Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7b966796-63e5-49d6-bfac-cba6d0cd67ab/model-vers/model-ver/dea22c4c-f892-4a05-9a38-e20e0ac5f58d?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/7b966796-63e5-49d6-bfac-cba6d0cd67ab/model-vers/model-ver/dea22c4c-f892-4a05-9a38-e20e0ac5f58d?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Mar 2023 05:40:28 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[209072], x-aai-txid=[2-aai-resources-230313-05:40:28:800-22717], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-13T05:40:28.906Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7b966796-63e5-49d6-bfac-cba6d0cd67ab/model-vers/model-ver/dea22c4c-f892-4a05-9a38-e20e0ac5f58d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-13T05:40:28.907Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7b966796-63e5-49d6-bfac-cba6d0cd67ab/model-vers/model-ver/dea22c4c-f892-4a05-9a38-e20e0ac5f58d?depth=0|INFO|500||InvokeReturn 2023-03-13T05:40:28.907Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-13T05:40:28.907Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||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-13T05:40:28.915Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||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-13T05:40:28.915Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f9d9724-975d-4f73-84d0-7fc656f82f67 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-13T05:40:28.916Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-13T05:40:28.916Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:28.916Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:28.916Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678686028915, "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-13T05:40:29.936Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:40:29.937Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"6787280e-5c81-4f65-ad3d-a65cc9e31997","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"98b273de-f12c-4daf-a1fa-f2c8f710a520","serviceDescription":"service","serviceInvariantUUID":"b2a2e13f-6a84-4915-9536-ddb8f4087ff1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b690da3f-acda-46e6-9399-6a41e5d8a075","resourceInvariantUUID":"79e9aef2-84f5-41ec-a71b-d87314edfd12","resourceCustomizationUUID":"ab9be5a6-f5aa-4a0f-82a8-05912c82abf2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NzQ5MjZlMmQ0ZDM3MzRjYmU1OWMwYTk1NTkzZTQyNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3a51627c-bb7e-4bf5-be44-7d1f67b3fe91","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NGZjN2MyMjY3YjQyYzY5ZDU1NjE1NDhjNGUxYjlmYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"443a0229-6fb2-4dde-bcd0-2c7cb7a15b9e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"192a6ce9-dd9e-4e97-98d1-b5df3a94220a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0b2a53e9-9dbc-4b02-b68a-fc50c1f05a07","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2876d5b1-40cd-44d6-af7d-c07f11119455","artifactVersion":"2","generatedFromUUID":"192a6ce9-dd9e-4e97-98d1-b5df3a94220a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTExZWFjNWJjNzFkYWZiMmJiODk5Y2ZhYjg5NzA4Yzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b6519cb-0bda-488e-b2fc-d4b7cf2fee24","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWNlZDk5OGVhZDdjNDVhMzVhYTk3YzRmMzMyNWJjOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aafd2c87-f696-47a6-9082-b6fc33d1d7fb","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-13T05:40:29.937Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:40:29.938Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:29.938Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:29.938Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:30.939Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:40:30.940Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:30.940Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:30.940Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:31.941Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:40:31.941Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:31.942Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:31.942Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:32.943Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:40:32.943Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:32.944Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:32.944Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:33.945Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:40:33.946Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:33.946Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:33.946Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:34.947Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:40:34.947Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:34.947Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:34.948Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:35.948Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:40:35.949Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:35.949Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:35.949Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:36.950Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "98b273de-f12c-4daf-a1fa-f2c8f710a520", "serviceDescription": "service", "serviceInvariantUUID": "b2a2e13f-6a84-4915-9536-ddb8f4087ff1", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "ab9be5a6-f5aa-4a0f-82a8-05912c82abf2", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b690da3f-acda-46e6-9399-6a41e5d8a075", "resourceInvariantUUID": "79e9aef2-84f5-41ec-a71b-d87314edfd12", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "NGZjN2MyMjY3YjQyYzY5ZDU1NjE1NDhjNGUxYjlmYjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "443a0229-6fb2-4dde-bcd0-2c7cb7a15b9e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "192a6ce9-dd9e-4e97-98d1-b5df3a94220a", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2876d5b1-40cd-44d6-af7d-c07f11119455", "generatedFromUUID": "192a6ce9-dd9e-4e97-98d1-b5df3a94220a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2876d5b1-40cd-44d6-af7d-c07f11119455", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NWNlZDk5OGVhZDdjNDVhMzVhYTk3YzRmMzMyNWJjOTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aafd2c87-f696-47a6-9082-b6fc33d1d7fb" } ], "workloadContext": "Production" } 2023-03-13T05:40:36.951Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-13T05:40:36.951Z|6f9d9724-975d-4f73-84d0-7fc656f82f67|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 98b273de-f12c-4daf-a1fa-f2c8f710a520 ASDC 2023-03-13T05:40:36.952Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:6787280e-5c81-4f65-ad3d-a65cc9e31997 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:98b273de-f12c-4daf-a1fa-f2c8f710a520 ServiceInvariantUUID:b2a2e13f-6a84-4915-9536-ddb8f4087ff1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:aafd2c87-f696-47a6-9082-b6fc33d1d7fb ArtifactChecksum:NWNlZDk5OGVhZDdjNDVhMzVhYTk3YzRmMzMyNWJjOTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:ab9be5a6-f5aa-4a0f-82a8-05912c82abf2 ResourceInvariantUUID:79e9aef2-84f5-41ec-a71b-d87314edfd12 ResourceName:basic_vm ResourceType:VF ResourceUUID:b690da3f-acda-46e6-9399-6a41e5d8a075 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:443a0229-6fb2-4dde-bcd0-2c7cb7a15b9e ArtifactChecksum:NGZjN2MyMjY3YjQyYzY5ZDU1NjE1NDhjNGUxYjlmYjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:192a6ce9-dd9e-4e97-98d1-b5df3a94220a ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:2876d5b1-40cd-44d6-af7d-c07f11119455 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:2876d5b1-40cd-44d6-af7d-c07f11119455 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-13T05:40:36.952Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 98b273de-f12c-4daf-a1fa-f2c8f710a520 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-13T05:40:36.993Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:40:36.994Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-03-13T05:40:36.994Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-03-13T05:40:36.994Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aafd2c87-f696-47a6-9082-b6fc33d1d7fb from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-13T05:40:36.994Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-03-13T05:40:36.995Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-13T05:40:37.080Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-03-13T05:40:37.081Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar aafd2c87-f696-47a6-9082-b6fc33d1d7fb 75186 2023-03-13T05:40:37.082Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-13T05:40:37.082Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-13T05:40:37.082Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:40:37.082Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:37.083Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:37.083Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686037082, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:38.084Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:40:38.084Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-03-13T05:40:38.085Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: aafd2c87-f696-47a6-9082-b6fc33d1d7fb, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-13T05:40:38.085Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-03-13T05:40:38.085Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-13T05:40:38.086Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-03-13T05:40:38.226Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP338211385466426654/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-03-13T05:40:39.646Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-13T05:40:39.646Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-03-13T05:40:39.647Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-13T05:40:39.647Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-13T05:40:39.647Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-13T05:40:39.647Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-13T05:40:39.647Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-13T05:40:39.647Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-13T05:40:39.647Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-13T05:40:39.647Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-13T05:40:39.647Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-13T05:40:39.647Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-03-13T05:40:39.647Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:39.648Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:40:39.648Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-13T05:40:39.648Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-03-13T05:40:39.648Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:40:39.649Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:39.649Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:40:39.649Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-13T05:40:39.649Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-03-13T05:40:39.649Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:40:39.649Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:39.649Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:40:39.649Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:39.650Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-13T05:40:39.650Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-13T05:40:39.650Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-13T05:40:39.650Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-13T05:40:39.650Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-13T05:40:39.650Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-13T05:40:39.650Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:39.651Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-13T05:40:39.651Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:39.651Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-13T05:40:39.651Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:40:39.651Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:39.651Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-13T05:40:39.652Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:40:39.652Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:39.652Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-13T05:40:39.652Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:40:39.652Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:39.652Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-13T05:40:39.652Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-13T05:40:39.653Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-13T05:40:39.653Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=997ec498-ade3-4c14-8c40-3ddc05c6ffdc 2023-03-13T05:40:39.653Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:39.653Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:40:39.653Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:39.653Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:40:39.653Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:39.653Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:40:39.654Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:39.654Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:40:39.654Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:98b273de-f12c-4daf-a1fa-f2c8f710a520 Model Version:NULL Model InvariantUuid:b2a2e13f-6a84-4915-9536-ddb8f4087ff1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f9b34e7e-89de-44dc-a214-9534fff16be5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:79e9aef2-84f5-41ec-a71b-d87314edfd12 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ab9be5a6-f5aa-4a0f-82a8-05912c82abf2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dc53715d-8dbe-4f80-b584-64b5a880c8f8 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:372539fb-acec-4304-b73a-318efda3e6ba ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:997ec498-ade3-4c14-8c40-3ddc05c6ffdc ModelInvariantUuid:ae917bc8-3d56-4572-84fc-0c5507216b1d ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:13e249f2-a12b-4297-9c5e-4a717f6a7674 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:1c0c0705-004b-47ec-9b33-528d862d9fd3 ModelInvariantUuid:03e39372-6ae1-47f4-b75b-306fefb6f170 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:f9687158-645f-4a93-a307-5aff3a4e718a 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-13T05:40:39.665Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b690da3f-acda-46e6-9399-6a41e5d8a075 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-13T05:40:39.669Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||basic_vm 0 2023-03-13T05:40:39.669Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b690da3f-acda-46e6-9399-6a41e5d8a075 2023-03-13T05:40:39.669Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 443a0229-6fb2-4dde-bcd0-2c7cb7a15b9e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-03-13T05:40:39.670Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-03-13T05:40:39.670Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-03-13T05:40:39.853Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-03-13T05:40:39.854Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 443a0229-6fb2-4dde-bcd0-2c7cb7a15b9e 787 2023-03-13T05:40:39.854Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-03-13T05:40:39.855Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-03-13T05:40:39.855Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:40:39.855Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:39.856Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:39.856Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686039854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:40.857Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dc53715d-8dbe-4f80-b584-64b5a880c8f8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "372539fb-acec-4304-b73a-318efda3e6ba", "vfModuleModelCustomizationUUID": "89c61f06-c473-4f58-89f2-6f045fd1fd27", "isBase": true, "artifacts": [ "192a6ce9-dd9e-4e97-98d1-b5df3a94220a", "2876d5b1-40cd-44d6-af7d-c07f11119455" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-03-13T05:40:40.861Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:372539fb-acec-4304-b73a-318efda3e6ba VfModuleModelInvariantUUID:dc53715d-8dbe-4f80-b584-64b5a880c8f8 VfModuleModelDescription:NULL Artifacts UUID List:{ 192a6ce9-dd9e-4e97-98d1-b5df3a94220a , 2876d5b1-40cd-44d6-af7d-c07f11119455 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-03-13T05:40:40.862Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dc53715d-8dbe-4f80-b584-64b5a880c8f8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "372539fb-acec-4304-b73a-318efda3e6ba", "vfModuleModelCustomizationUUID": "89c61f06-c473-4f58-89f2-6f045fd1fd27", "isBase": true, "artifacts": [ "192a6ce9-dd9e-4e97-98d1-b5df3a94220a", "2876d5b1-40cd-44d6-af7d-c07f11119455" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-03-13T05:40:40.862Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:372539fb-acec-4304-b73a-318efda3e6ba VfModuleModelInvariantUUID:dc53715d-8dbe-4f80-b584-64b5a880c8f8 VfModuleModelDescription:NULL Artifacts UUID List:{ 192a6ce9-dd9e-4e97-98d1-b5df3a94220a , 2876d5b1-40cd-44d6-af7d-c07f11119455 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-03-13T05:40:40.863Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 192a6ce9-dd9e-4e97-98d1-b5df3a94220a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-03-13T05:40:40.863Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-03-13T05:40:40.863Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-03-13T05:40:40.943Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-03-13T05:40:40.944Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 192a6ce9-dd9e-4e97-98d1-b5df3a94220a 5033 2023-03-13T05:40:40.944Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-03-13T05:40:40.944Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-03-13T05:40:40.945Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:40:40.945Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:40.945Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:40.945Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686040944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:41.946Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2876d5b1-40cd-44d6-af7d-c07f11119455 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-03-13T05:40:41.946Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-03-13T05:40:41.947Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-03-13T05:40:42.150Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-03-13T05:40:42.151Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2876d5b1-40cd-44d6-af7d-c07f11119455 903 2023-03-13T05:40:42.151Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-03-13T05:40:42.151Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-03-13T05:40:42.151Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:40:42.152Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:42.152Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:42.152Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686042151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:43.153Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 98b273de-f12c-4daf-a1fa-f2c8f710a520 2023-03-13T05:40:43.153Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b690da3f-acda-46e6-9399-6a41e5d8a075 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-13T05:40:43.178Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b16b9b, org.onap.sdc.toscaparser.api.parameters.Input@48d7cb83, org.onap.sdc.toscaparser.api.parameters.Input@d437e31, org.onap.sdc.toscaparser.api.parameters.Input@64bdf3df, org.onap.sdc.toscaparser.api.parameters.Input@6c58b160] 2023-03-13T05:40:43.180Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:43.180Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:40:43.181Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-03-13T05:40:43.181Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ab9be5a6-f5aa-4a0f-82a8-05912c82abf2 2023-03-13T05:40:43.181Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab9be5a6-f5aa-4a0f-82a8-05912c82abf2 matches Tosca VF Customization UUID: ab9be5a6-f5aa-4a0f-82a8-05912c82abf2 2023-03-13T05:40:43.181Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ab9be5a6-f5aa-4a0f-82a8-05912c82abf2 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-13T05:40:43.185Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:43.185Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:40:43.186Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ab9be5a6-f5aa-4a0f-82a8-05912c82abf2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-03-13T05:40:43.187Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a98a6c 2023-03-13T05:40:43.187Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:43.187Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-13T05:40:43.188Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 89c61f06-c473-4f58-89f2-6f045fd1fd27 2023-03-13T05:40:43.188Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 89c61f06-c473-4f58-89f2-6f045fd1fd27 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-13T05:40:43.193Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:43.193Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-13T05:40:43.194Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:40:43.194Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:43.194Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-13T05:40:43.195Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:40:43.195Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:43.195Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-13T05:40:43.196Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-13T05:40:43.196Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-13T05:40:43.196Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=997ec498-ade3-4c14-8c40-3ddc05c6ffdc 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-13T05:40:43.200Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:43.201Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-13T05:40:43.201Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:40:43.201Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:43.202Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-13T05:40:43.202Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ab9be5a6-f5aa-4a0f-82a8-05912c82abf2 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-13T05:40:43.205Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:43.206Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:40:43.206Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 98b273de-f12c-4daf-a1fa-f2c8f710a520: basic_vm 2023-03-13T05:40:43.206Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:43.207Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:40:43.207Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:43.207Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:40:43.208Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:43.208Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:40:43.209Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:43.209Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:40:43.209Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:40:43.209Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:40:43.210Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 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-13T05:40:43.343Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b690da3f-acda-46e6-9399-6a41e5d8a075 1 ASDC deployResourceStructure 2023-03-13T05:40:43.345Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-03-13T05:40:43.345Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-03-13T05:40:43.345Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:40:43.346Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:43.346Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:43.346Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686043345, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:44.347Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-03-13T05:40:44.347Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-03-13T05:40:44.348Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:40:44.348Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:44.348Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:44.348Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686044347, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:45.349Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-03-13T05:40:45.350Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-03-13T05:40:45.350Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:40:45.350Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:45.350Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:45.350Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686045349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:46.351Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-13T05:40:46.352Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-13T05:40:46.352Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:40:46.352Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:40:46.352Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:40:46.352Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686046351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:47.353Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6787280e-5c81-4f65-ad3d-a65cc9e31997 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-13T05:40:47.369Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6787280e-5c81-4f65-ad3d-a65cc9e31997 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-13T05:40:47.372Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:40:47.373Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-13T05:40:47.373Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-13T05:40:47.373Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-13T05:40:47.373Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:40:47.374Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:40:47.374Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:40:47.374Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:40:47.374Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||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-13T05:40:47.389Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-13T05:40:49.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:40:49.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:40:49.857Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:40:49.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:40:49.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:40:49.859Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/resourceInstances/pnf758760cc4f870/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:40:49.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:40:49.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:40:49.859Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:40:49.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:40:49.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:40:49.860Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:40:49.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:40:49.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:40:49.860Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685935332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:40:49.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:40:49.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:40:49.861Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678685937597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRi67qvqkulz0xnr5jqdb/1.0/artifacts/service-DemoPnfRi67qvqkulz0xnr5jqdb-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:40:49.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:17.390Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6787280e-5c81-4f65-ad3d-a65cc9e31997 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-13T05:41:17.398Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6787280e-5c81-4f65-ad3d-a65cc9e31997 and serviceModelVersionId: 98b273de-f12c-4daf-a1fa-f2c8f710a520 2023-03-13T05:41:17.398Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2a2e13f-6a84-4915-9536-ddb8f4087ff1 2023-03-13T05:41:17.399Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2a2e13f-6a84-4915-9536-ddb8f4087ff1/model-vers/model-ver/98b273de-f12c-4daf-a1fa-f2c8f710a520?depth=0 2023-03-13T05:41:17.405Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-03-13T05:41:17.458Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2a2e13f-6a84-4915-9536-ddb8f4087ff1/model-vers/model-ver/98b273de-f12c-4daf-a1fa-f2c8f710a520?depth=0|INFO|500||Invoke 2023-03-13T05:41:17.458Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2a2e13f-6a84-4915-9536-ddb8f4087ff1/model-vers/model-ver/98b273de-f12c-4daf-a1fa-f2c8f710a520?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2a2e13f-6a84-4915-9536-ddb8f4087ff1/model-vers/model-ver/98b273de-f12c-4daf-a1fa-f2c8f710a520?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6787280e-5c81-4f65-ad3d-a65cc9e31997], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[061e4dda-01f0-4552-9c05-70775944038d], X-ECOMP-RequestID=[6787280e-5c81-4f65-ad3d-a65cc9e31997], X-TransactionId=[], X-ONAP-RequestID=[6787280e-5c81-4f65-ad3d-a65cc9e31997], Content-Type=[application/merge-patch+json]} 2023-03-13T05:41:17.463Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2a2e13f-6a84-4915-9536-ddb8f4087ff1/model-vers/model-ver/98b273de-f12c-4daf-a1fa-f2c8f710a520?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-13T05:41:17.604Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2a2e13f-6a84-4915-9536-ddb8f4087ff1/model-vers/model-ver/98b273de-f12c-4daf-a1fa-f2c8f710a520?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/b2a2e13f-6a84-4915-9536-ddb8f4087ff1/model-vers/model-ver/98b273de-f12c-4daf-a1fa-f2c8f710a520?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Mar 2023 05:41:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[168176], x-aai-txid=[1-aai-resources-230313-05:41:17:488-66781], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-13T05:41:17.604Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2a2e13f-6a84-4915-9536-ddb8f4087ff1/model-vers/model-ver/98b273de-f12c-4daf-a1fa-f2c8f710a520?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-13T05:41:17.605Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b2a2e13f-6a84-4915-9536-ddb8f4087ff1/model-vers/model-ver/98b273de-f12c-4daf-a1fa-f2c8f710a520?depth=0|INFO|500||InvokeReturn 2023-03-13T05:41:17.605Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-13T05:41:17.605Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||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-13T05:41:17.613Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||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-13T05:41:17.614Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6787280e-5c81-4f65-ad3d-a65cc9e31997 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-13T05:41:17.614Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-13T05:41:17.614Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:41:17.614Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:41:17.614Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686077614, "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-13T05:41:18.632Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:41:49.855Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:41:49.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.857Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6f9d9724-975d-4f73-84d0-7fc656f82f67", "consumerID": "SO-sdc-controller", "timestamp": 1678686028915, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-13T05:41:49.858Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:49.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.858Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:41:49.858Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:49.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.858Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-13T05:41:49.858Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:49.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.858Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-13T05:41:49.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:49.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.859Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:41:49.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:49.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.859Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-13T05:41:49.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:49.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.859Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:41:49.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:49.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.859Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678685926785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:41:49.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:49.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.860Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686037082, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:41:49.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:49.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.860Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686039854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-13T05:41:49.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:49.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.860Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686040944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-13T05:41:49.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:49.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.860Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686042151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-13T05:41:49.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:49.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.861Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686043345, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-03-13T05:41:49.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:49.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.861Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686044347, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-03-13T05:41:49.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:49.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.861Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686045349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-03-13T05:41:49.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:41:49.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:41:49.861Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686046351, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:41:49.862Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:42:18.633Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:42:49.855Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:42:49.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-13T05:42:49.857Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "6787280e-5c81-4f65-ad3d-a65cc9e31997", "consumerID": "SO-sdc-controller", "timestamp": 1678686077614, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-13T05:42:49.858Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:43:18.635Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:43:49.855Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:44:18.637Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:44:49.857Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:45:18.638Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:45:49.858Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:46:18.639Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:46:49.859Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:47:18.640Z|7af6e7e7-c62d-4e49-b46c-47bc4ec871b8|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:47:49.861Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:48:18.641Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:48:49.862Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:49:18.641Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:49:49.863Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:50:18.643Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:50:49.864Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:51:18.643Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:51:49.871Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:51:53.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:51:53.383Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f7dff566-3354-4093-9721-27ce14354ac9","serviceDescription":"service","serviceInvariantUUID":"dd228e7b-7d43-4b8e-b549-15aa79899de9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fb4c452c-ff4a-4ded-8a46-242b163f9956","resourceInvariantUUID":"b7799944-ea95-43bf-a56f-e1dbd92bdea9","resourceCustomizationUUID":"7b60b672-450b-4f11-b86b-e169c9daf01c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"Y2EwMDlhNTQwN2NjMjQ0ZDgxMDg3M2ZhYjE4Y2YxMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13486847-ffe1-4721-9029-9fd8ae02457d","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZjNkY2YxNDU4MWRhYjgzNWFjZTdlMDdmNzMzYzJjOGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"570df97e-8c54-43ea-88db-5b8abe0c8af9","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f7cb473f-eb13-4a08-a5f9-c6a22debc7d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e477c46-3402-4ca1-995b-d6a8c7544976","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7a0a0730-9bfc-4cd4-888e-855a60565280","artifactVersion":"2","generatedFromUUID":"1ab0e89d-05b9-4fb7-aada-64e20ec45636"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"13923cdc-a410-49fd-be12-9fc2b2ad895d","artifactVersion":"2","generatedFromUUID":"f7cb473f-eb13-4a08-a5f9-c6a22debc7d1"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1ab0e89d-05b9-4fb7-aada-64e20ec45636","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"292c3056-cddf-4971-a3c7-82bdfe2d72fc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MTM4YzE5ZTQ0MDM1MjIzNTIxZTc4YjhjMjlhNzc5ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de1a6d44-f86c-469b-94c7-27490c0e0b93","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTA4NDUzZTFhYzA0ZTRjNTIxMmU1MzZjYjRmMzU2NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7cf6e93e-f5cc-46aa-aeed-5b61120b587e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-13T05:51:53.389Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:51:53.390Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:51:53.391Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:51:53.391Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:51:53.407Z||kafka-producer-network-thread | SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to RxJLI69qQoWy_240VNctuQ 2023-03-13T05:51:53.408Z||kafka-producer-network-thread | SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to RxJLI69qQoWy_240VNctuQ 2023-03-13T05:51:53.408Z||kafka-producer-network-thread | SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to RxJLI69qQoWy_240VNctuQ 2023-03-13T05:51:53.409Z||kafka-producer-network-thread | SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to RxJLI69qQoWy_240VNctuQ 2023-03-13T05:51:53.409Z||kafka-producer-network-thread | SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to RxJLI69qQoWy_240VNctuQ 2023-03-13T05:51:53.409Z||kafka-producer-network-thread | SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-be8f399c-5607-42ff-9766-2a31b1291dd8] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to RxJLI69qQoWy_240VNctuQ 2023-03-13T05:51:53.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:51:53.426Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:51:53.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:51:53.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:51:53.427Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "cds-sdc-listener", "timestamp": 1678686672529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:51:53.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:51:54.413Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:51:54.413Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:51:54.413Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:51:54.414Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:51:55.416Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:51:55.416Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:51:55.417Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:51:55.417Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:51:56.420Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:51:56.420Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:51:56.420Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:51:56.420Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:51:57.422Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:51:57.423Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:51:57.423Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:51:57.424Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:51:58.426Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:51:58.426Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:51:58.427Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:51:58.427Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:51:59.429Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:51:59.429Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:51:59.430Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:51:59.430Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:00.432Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:52:00.432Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:52:00.432Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:52:00.433Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:01.434Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:52:01.435Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:52:01.435Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:52:01.435Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:02.437Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:52:02.437Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:52:02.438Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:52:02.438Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:03.440Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "f7dff566-3354-4093-9721-27ce14354ac9", "serviceDescription": "service", "serviceInvariantUUID": "dd228e7b-7d43-4b8e-b549-15aa79899de9", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "7b60b672-450b-4f11-b86b-e169c9daf01c", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fb4c452c-ff4a-4ded-8a46-242b163f9956", "resourceInvariantUUID": "b7799944-ea95-43bf-a56f-e1dbd92bdea9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "ZjNkY2YxNDU4MWRhYjgzNWFjZTdlMDdmNzMzYzJjOGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "570df97e-8c54-43ea-88db-5b8abe0c8af9", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f7cb473f-eb13-4a08-a5f9-c6a22debc7d1", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "13923cdc-a410-49fd-be12-9fc2b2ad895d", "generatedFromUUID": "f7cb473f-eb13-4a08-a5f9-c6a22debc7d1" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7a0a0730-9bfc-4cd4-888e-855a60565280", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "13923cdc-a410-49fd-be12-9fc2b2ad895d", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1ab0e89d-05b9-4fb7-aada-64e20ec45636", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "OTA4NDUzZTFhYzA0ZTRjNTIxMmU1MzZjYjRmMzU2NmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7cf6e93e-f5cc-46aa-aeed-5b61120b587e" } ], "workloadContext": "Production" } 2023-03-13T05:52:03.441Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-13T05:52:03.441Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f7dff566-3354-4093-9721-27ce14354ac9 ASDC 2023-03-13T05:52:03.442Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:f7dff566-3354-4093-9721-27ce14354ac9 ServiceInvariantUUID:dd228e7b-7d43-4b8e-b549-15aa79899de9 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:7cf6e93e-f5cc-46aa-aeed-5b61120b587e ArtifactChecksum:OTA4NDUzZTFhYzA0ZTRjNTIxMmU1MzZjYjRmMzU2NmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:7b60b672-450b-4f11-b86b-e169c9daf01c ResourceInvariantUUID:b7799944-ea95-43bf-a56f-e1dbd92bdea9 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:fb4c452c-ff4a-4ded-8a46-242b163f9956 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:570df97e-8c54-43ea-88db-5b8abe0c8af9 ArtifactChecksum:ZjNkY2YxNDU4MWRhYjgzNWFjZTdlMDdmNzMzYzJjOGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:f7cb473f-eb13-4a08-a5f9-c6a22debc7d1 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:13923cdc-a410-49fd-be12-9fc2b2ad895d ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:7a0a0730-9bfc-4cd4-888e-855a60565280 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:13923cdc-a410-49fd-be12-9fc2b2ad895d ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:1ab0e89d-05b9-4fb7-aada-64e20ec45636 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-13T05:52:03.442Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7dff566-3354-4093-9721-27ce14354ac9 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-13T05:52:03.499Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:52:03.500Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-03-13T05:52:03.501Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-03-13T05:52:03.501Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7cf6e93e-f5cc-46aa-aeed-5b61120b587e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-13T05:52:03.501Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-03-13T05:52:03.501Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-13T05:52:04.032Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-03-13T05:52:04.039Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7cf6e93e-f5cc-46aa-aeed-5b61120b587e 163267 2023-03-13T05:52:04.039Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-13T05:52:04.039Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-13T05:52:04.040Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:52:04.040Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:52:04.040Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:52:04.040Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686724039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:05.043Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:52:05.044Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-03-13T05:52:05.044Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7cf6e93e-f5cc-46aa-aeed-5b61120b587e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-13T05:52:05.045Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-03-13T05:52:05.046Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-13T05:52:05.046Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-13T05:52:05.254Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP650633562279530301/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-03-13T05:52:06.625Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-13T05:52:06.626Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-03-13T05:52:06.626Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-13T05:52:06.626Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-03-13T05:52:06.626Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-13T05:52:06.626Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-13T05:52:06.626Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-13T05:52:06.626Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-13T05:52:06.626Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-03-13T05:52:06.626Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:06.627Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:52:06.627Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-13T05:52:06.627Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-03-13T05:52:06.627Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:52:06.627Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:06.627Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:52:06.627Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-13T05:52:06.628Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-03-13T05:52:06.628Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:52:06.628Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:06.628Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:52:06.628Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:06.628Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-03-13T05:52:06.628Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-03-13T05:52:06.629Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-03-13T05:52:06.629Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-13T05:52:06.629Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:06.629Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-13T05:52:06.629Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:06.629Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-13T05:52:06.629Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:52:06.630Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:06.630Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-13T05:52:06.630Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:52:06.630Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:06.630Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-13T05:52:06.631Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:52:06.631Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:06.631Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-13T05:52:06.631Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:52:06.631Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:06.631Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-03-13T05:52:06.631Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-03-13T05:52:06.632Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=aa638868-aca2-49c4-a4e3-eccb0a8b5281 2023-03-13T05:52:06.632Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:06.632Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:52:06.632Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:06.632Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:52:06.632Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:06.632Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:52:06.633Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:06.633Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:52:06.633Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:f7dff566-3354-4093-9721-27ce14354ac9 Model Version:NULL Model InvariantUuid:dd228e7b-7d43-4b8e-b549-15aa79899de9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:4c3dd683-7ce2-43e7-b91a-523abe33ea5f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b7799944-ea95-43bf-a56f-e1dbd92bdea9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7b60b672-450b-4f11-b86b-e169c9daf01c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:595ada9d-a5e8-447a-97df-0a1b4fc51afd ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:75794222-bd91-49d6-b22f-4849a2d3cd6a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:8e826338-e5e8-49ad-afaa-e6120f87feac ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:f13d6a4a-7a2b-40cc-b0fe-37cdabc23b24 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:aa638868-aca2-49c4-a4e3-eccb0a8b5281 ModelInvariantUuid:a18e29a7-2f4e-421a-9a4d-36057ad12d71 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:f169bf3e-7772-4769-ae9a-0063d48f7154 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:863f3639-02b6-45cc-a91b-0f995387f0cf ModelInvariantUuid:47f55579-063c-4da7-9a94-63b95e49a9cb ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:d415c605-f5af-4c37-9c16-ed6e1307d7d3 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-13T05:52:06.644Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: fb4c452c-ff4a-4ded-8a46-242b163f9956 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-13T05:52:06.651Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0 2023-03-13T05:52:06.651Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fb4c452c-ff4a-4ded-8a46-242b163f9956 2023-03-13T05:52:06.652Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 570df97e-8c54-43ea-88db-5b8abe0c8af9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-03-13T05:52:06.652Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-03-13T05:52:06.652Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-03-13T05:52:06.814Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-03-13T05:52:06.814Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 570df97e-8c54-43ea-88db-5b8abe0c8af9 1565 2023-03-13T05:52:06.814Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-03-13T05:52:06.815Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-03-13T05:52:06.815Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:52:06.815Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:52:06.815Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:52:06.815Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686726814, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:07.816Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "8e826338-e5e8-49ad-afaa-e6120f87feac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f13d6a4a-7a2b-40cc-b0fe-37cdabc23b24", "vfModuleModelCustomizationUUID": "077a516f-3c2c-487a-82be-f709ed0c5e0c", "isBase": true, "artifacts": [ "f7cb473f-eb13-4a08-a5f9-c6a22debc7d1", "13923cdc-a410-49fd-be12-9fc2b2ad895d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "595ada9d-a5e8-447a-97df-0a1b4fc51afd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "75794222-bd91-49d6-b22f-4849a2d3cd6a", "vfModuleModelCustomizationUUID": "13d16271-8211-479f-ad59-69e2f3d37277", "isBase": false, "artifacts": [ "1ab0e89d-05b9-4fb7-aada-64e20ec45636" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-03-13T05:52:07.821Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f13d6a4a-7a2b-40cc-b0fe-37cdabc23b24 VfModuleModelInvariantUUID:8e826338-e5e8-49ad-afaa-e6120f87feac VfModuleModelDescription:NULL Artifacts UUID List:{ f7cb473f-eb13-4a08-a5f9-c6a22debc7d1 , 13923cdc-a410-49fd-be12-9fc2b2ad895d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:75794222-bd91-49d6-b22f-4849a2d3cd6a VfModuleModelInvariantUUID:595ada9d-a5e8-447a-97df-0a1b4fc51afd VfModuleModelDescription:NULL Artifacts UUID List:{ 1ab0e89d-05b9-4fb7-aada-64e20ec45636 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-03-13T05:52:07.825Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "8e826338-e5e8-49ad-afaa-e6120f87feac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f13d6a4a-7a2b-40cc-b0fe-37cdabc23b24", "vfModuleModelCustomizationUUID": "077a516f-3c2c-487a-82be-f709ed0c5e0c", "isBase": true, "artifacts": [ "f7cb473f-eb13-4a08-a5f9-c6a22debc7d1", "13923cdc-a410-49fd-be12-9fc2b2ad895d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "595ada9d-a5e8-447a-97df-0a1b4fc51afd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "75794222-bd91-49d6-b22f-4849a2d3cd6a", "vfModuleModelCustomizationUUID": "13d16271-8211-479f-ad59-69e2f3d37277", "isBase": false, "artifacts": [ "1ab0e89d-05b9-4fb7-aada-64e20ec45636" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-03-13T05:52:07.825Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f13d6a4a-7a2b-40cc-b0fe-37cdabc23b24 VfModuleModelInvariantUUID:8e826338-e5e8-49ad-afaa-e6120f87feac VfModuleModelDescription:NULL Artifacts UUID List:{ f7cb473f-eb13-4a08-a5f9-c6a22debc7d1 , 13923cdc-a410-49fd-be12-9fc2b2ad895d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:75794222-bd91-49d6-b22f-4849a2d3cd6a VfModuleModelInvariantUUID:595ada9d-a5e8-447a-97df-0a1b4fc51afd VfModuleModelDescription:NULL Artifacts UUID List:{ 1ab0e89d-05b9-4fb7-aada-64e20ec45636 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-03-13T05:52:07.825Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f7cb473f-eb13-4a08-a5f9-c6a22debc7d1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-03-13T05:52:07.826Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-03-13T05:52:07.826Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-03-13T05:52:07.942Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-03-13T05:52:07.943Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f7cb473f-eb13-4a08-a5f9-c6a22debc7d1 914 2023-03-13T05:52:07.943Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-03-13T05:52:07.943Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-03-13T05:52:07.943Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:52:07.943Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:52:07.943Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:52:07.943Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686727943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:08.945Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7a0a0730-9bfc-4cd4-888e-855a60565280 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-03-13T05:52:08.946Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-03-13T05:52:08.946Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-03-13T05:52:09.247Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-03-13T05:52:09.247Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 7a0a0730-9bfc-4cd4-888e-855a60565280 12 2023-03-13T05:52:09.248Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-03-13T05:52:09.248Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-03-13T05:52:09.248Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:52:09.248Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:52:09.248Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:52:09.248Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686729248, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:10.251Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 13923cdc-a410-49fd-be12-9fc2b2ad895d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-03-13T05:52:10.252Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-03-13T05:52:10.252Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-03-13T05:52:10.327Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-03-13T05:52:10.327Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 13923cdc-a410-49fd-be12-9fc2b2ad895d 96 2023-03-13T05:52:10.328Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-03-13T05:52:10.328Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-03-13T05:52:10.328Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:52:10.328Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:52:10.329Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:52:10.329Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686730328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:11.331Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1ab0e89d-05b9-4fb7-aada-64e20ec45636 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-03-13T05:52:11.331Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-03-13T05:52:11.332Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-03-13T05:52:11.412Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-03-13T05:52:11.413Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 1ab0e89d-05b9-4fb7-aada-64e20ec45636 20206 2023-03-13T05:52:11.413Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-03-13T05:52:11.413Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-03-13T05:52:11.414Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:52:11.414Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:52:11.414Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:52:11.414Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686731413, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:12.420Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f7dff566-3354-4093-9721-27ce14354ac9 2023-03-13T05:52:12.420Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 fb4c452c-ff4a-4ded-8a46-242b163f9956 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 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-13T05:52:12.433Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27941d33, org.onap.sdc.toscaparser.api.parameters.Input@4178bb8e, org.onap.sdc.toscaparser.api.parameters.Input@344d649d, org.onap.sdc.toscaparser.api.parameters.Input@17bc4557, org.onap.sdc.toscaparser.api.parameters.Input@10c6af16] 2023-03-13T05:52:12.434Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:12.435Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:52:12.435Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2023-03-13T05:52:12.435Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 7b60b672-450b-4f11-b86b-e169c9daf01c 2023-03-13T05:52:12.435Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7b60b672-450b-4f11-b86b-e169c9daf01c matches Tosca VF Customization UUID: 7b60b672-450b-4f11-b86b-e169c9daf01c 2023-03-13T05:52:12.436Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 7b60b672-450b-4f11-b86b-e169c9daf01c 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-13T05:52:12.439Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:12.439Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:52:12.440Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 7b60b672-450b-4f11-b86b-e169c9daf01c: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2023-03-13T05:52:12.440Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3eb34706 2023-03-13T05:52:12.440Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:12.440Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-13T05:52:12.440Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 13d16271-8211-479f-ad59-69e2f3d37277 2023-03-13T05:52:12.440Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 13d16271-8211-479f-ad59-69e2f3d37277 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-13T05:52:12.443Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:12.443Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-13T05:52:12.443Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:52:12.444Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:12.444Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-13T05:52:12.444Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:52:12.444Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:12.444Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-13T05:52:12.445Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7b60b672-450b-4f11-b86b-e169c9daf01c 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-13T05:52:12.447Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:12.447Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:52:12.447Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f7dff566-3354-4093-9721-27ce14354ac9: basic_cnf_macro 2023-03-13T05:52:12.447Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:12.448Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:52:12.448Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:12.448Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:52:12.448Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:12.448Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:52:12.448Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:12.449Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:52:12.449Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:52:12.449Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:52:12.449Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf_macro 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 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: 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 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-13T05:52:12.524Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro fb4c452c-ff4a-4ded-8a46-242b163f9956 2 ASDC deployResourceStructure 2023-03-13T05:52:12.524Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-03-13T05:52:12.524Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-03-13T05:52:12.525Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:52:12.525Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:52:12.525Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:52:12.525Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686732524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:13.528Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-03-13T05:52:13.528Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-03-13T05:52:13.528Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:52:13.528Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:52:13.529Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:52:13.529Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686733528, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:14.539Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-03-13T05:52:14.539Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2023-03-13T05:52:14.539Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-13T05:52:14.540Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:52:14.540Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:52:14.540Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686734531, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:15.543Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-03-13T05:52:15.543Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-03-13T05:52:15.544Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:52:15.544Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:52:15.544Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:52:15.545Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686735543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:16.548Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-03-13T05:52:16.548Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2023-03-13T05:52:16.548Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-13T05:52:16.548Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:52:16.548Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:52:16.549Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686736547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:17.551Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-13T05:52:17.551Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-13T05:52:17.551Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:52:17.551Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:52:17.551Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:52:17.552Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686737551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:18.553Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 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-13T05:52:18.570Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 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-13T05:52:18.573Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:52:18.573Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:52:18.573Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:52:48.573Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 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-13T05:52:48.603Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 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-13T05:52:48.609Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:52:48.609Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:52:48.609Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:52:49.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:52:49.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:52:49.857Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "aai-model-loader", "timestamp": 1678686711961, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:52:49.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:18.610Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 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-13T05:53:18.635Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 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-13T05:53:18.638Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:53:18.639Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:53:18.639Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:53:48.639Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 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-13T05:53:48.658Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 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-13T05:53:48.678Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:53:48.679Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-13T05:53:48.679Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-13T05:53:49.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:53:49.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.868Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "ves-openapi-manager", "timestamp": 1678686697986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.871Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686706431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.872Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "policy-distribution-id", "timestamp": 1678686703694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.874Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "cds-sdc-listener", "timestamp": 1678686672529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.875Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "ves-openapi-manager", "timestamp": 1678686697986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.876Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-13T05:53:49.877Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.877Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "policy-distribution-id", "timestamp": 1678686703694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.879Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "aai-model-loader", "timestamp": 1678686711961, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.880Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686706431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-13T05:53:49.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.881Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "cds-sdc-listener", "timestamp": 1678686672529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.882Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "ves-openapi-manager", "timestamp": 1678686697986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.883Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "aai-model-loader", "timestamp": 1678686711961, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.885Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-13T05:53:49.885Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.886Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686706431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-13T05:53:49.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.887Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "policy-distribution-id", "timestamp": 1678686703694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-13T05:53:49.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.888Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "ves-openapi-manager", "timestamp": 1678686697986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.890Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "aai-model-loader", "timestamp": 1678686711961, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.892Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "cds-sdc-listener", "timestamp": 1678686672529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.893Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.895Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "policy-distribution-id", "timestamp": 1678686703694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.896Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686706431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.897Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "cds-sdc-listener", "timestamp": 1678686672529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.898Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "ves-openapi-manager", "timestamp": 1678686697986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.899Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "aai-model-loader", "timestamp": 1678686711961, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.900Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.901Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-13T05:53:49.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.902Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "policy-distribution-id", "timestamp": 1678686703694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.903Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686706431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-13T05:53:49.904Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.904Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "cds-sdc-listener", "timestamp": 1678686672529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.906Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "ves-openapi-manager", "timestamp": 1678686697986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.907Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "aai-model-loader", "timestamp": 1678686711961, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-13T05:53:49.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.909Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "policy-distribution-id", "timestamp": 1678686703694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.910Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686706431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-13T05:53:49.911Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.911Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "cds-sdc-listener", "timestamp": 1678686672529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.911Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.912Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "ves-openapi-manager", "timestamp": 1678686697986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.913Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "aai-model-loader", "timestamp": 1678686711961, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.913Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.914Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-13T05:53:49.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.915Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "policy-distribution-id", "timestamp": 1678686703694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.916Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.916Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686706431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-13T05:53:49.917Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.917Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "cds-sdc-listener", "timestamp": 1678686672529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.917Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.918Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "ves-openapi-manager", "timestamp": 1678686697986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.918Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.919Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "aai-model-loader", "timestamp": 1678686711961, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.919Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.920Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.920Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.921Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686706431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.921Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.922Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "policy-distribution-id", "timestamp": 1678686703694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "cds-sdc-listener", "timestamp": 1678686672529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "ves-openapi-manager", "timestamp": 1678686697986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "aai-model-loader", "timestamp": 1678686711961, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "policy-distribution-id", "timestamp": 1678686703694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686706431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "ves-openapi-manager", "timestamp": 1678686697986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:49.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "cds-sdc-listener", "timestamp": 1678686672529, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:53:49.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "aai-model-loader", "timestamp": 1678686711961, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:53:49.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686678643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:53:49.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "policy-distribution-id", "timestamp": 1678686703694, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:53:49.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.932Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686706431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:53:49.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.932Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686723491, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:49.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.933Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "cds-sdc-listener", "timestamp": 1678686723981, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:49.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.934Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686724039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:49.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.935Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "aai-model-loader", "timestamp": 1678686724110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:49.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.936Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "policy-distribution-id", "timestamp": 1678686723210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:49.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.937Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "policy-distribution-id", "timestamp": 1678686724217, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:53:49.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.937Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686724745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:49.938Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.938Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "policy-distribution-id", "timestamp": 1678686725224, "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-13T05:53:49.949Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 2023-03-13T05:53:49.950Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 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-13T05:53:49.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.963Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686725903, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:49.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.964Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686726814, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:49.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.966Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686727058, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:49.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.967Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686727943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:49.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.968Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686729248, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:49.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.969Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686729560, "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-13T05:53:49.977Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 2023-03-13T05:53:49.977Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 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-13T05:53:49.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.988Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686730328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:49.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.989Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "multicloud-k8s", "timestamp": 1678686730564, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-13T05:53:49.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.990Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686731413, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:49.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.990Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "aai-model-loader", "timestamp": 1678686731751, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:53:49.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.991Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686732524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-13T05:53:49.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:49.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:49.992Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "aai-model-loader", "timestamp": 1678686732754, "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-13T05:53:50.001Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 2023-03-13T05:53:50.002Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 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-13T05:53:50.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.018Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686731986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.019Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686733528, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-03-13T05:53:50.019Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.019Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686731986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.020Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.020Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686734531, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-03-13T05:53:50.020Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.021Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686731986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.021Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.022Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686735543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-03-13T05:53:50.022Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.022Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686731986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.023Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.023Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686736547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-03-13T05:53:50.023Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.024Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686731986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.024Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.024Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686737551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:53:50.025Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.025Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686731986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.025Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.026Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686731986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.026Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.026Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686731986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.027Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686731986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.028Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "ves-openapi-manager", "timestamp": 1678686723873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.028Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.028Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "cds-sdc-listener", "timestamp": 1678686724986, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.029Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.029Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "multicloud-k8s", "timestamp": 1678686731570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.029Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.030Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "policy-distribution-id", "timestamp": 1678686726228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.030Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.030Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "aai-model-loader", "timestamp": 1678686741961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.031Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.031Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686731986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:53:50.031Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.032Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "cds-sdc-listener", "timestamp": 1678686724986, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.032Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "ves-openapi-manager", "timestamp": 1678686723873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.033Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "multicloud-k8s", "timestamp": 1678686731570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-13T05:53:50.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.033Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "policy-distribution-id", "timestamp": 1678686726228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.034Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.034Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "aai-model-loader", "timestamp": 1678686741961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.034Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.035Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686742849, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:50.035Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.035Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "cds-sdc-listener", "timestamp": 1678686724986, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.036Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "ves-openapi-manager", "timestamp": 1678686723873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.037Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "multicloud-k8s", "timestamp": 1678686731570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-13T05:53:50.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.037Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "policy-distribution-id", "timestamp": 1678686726228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-13T05:53:50.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.038Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "aai-model-loader", "timestamp": 1678686741961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.038Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "cds-sdc-listener", "timestamp": 1678686724986, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.039Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "ves-openapi-manager", "timestamp": 1678686723873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.040Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "policy-distribution-id", "timestamp": 1678686726228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.040Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "multicloud-k8s", "timestamp": 1678686731570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.041Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "aai-model-loader", "timestamp": 1678686741961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.042Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "cds-sdc-listener", "timestamp": 1678686724986, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.042Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "ves-openapi-manager", "timestamp": 1678686723873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.042Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.043Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "policy-distribution-id", "timestamp": 1678686726228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.043Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.044Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "multicloud-k8s", "timestamp": 1678686731570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-13T05:53:50.044Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.044Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "aai-model-loader", "timestamp": 1678686741961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.045Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "cds-sdc-listener", "timestamp": 1678686724986, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.046Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "ves-openapi-manager", "timestamp": 1678686723873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.046Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "policy-distribution-id", "timestamp": 1678686726228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.047Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "multicloud-k8s", "timestamp": 1678686731570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.048Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "aai-model-loader", "timestamp": 1678686741961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.049Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.049Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686746807, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:53:50.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.050Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "cds-sdc-listener", "timestamp": 1678686724986, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.051Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "ves-openapi-manager", "timestamp": 1678686723873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.052Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "policy-distribution-id", "timestamp": 1678686726228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.052Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "multicloud-k8s", "timestamp": 1678686731570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.053Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "aai-model-loader", "timestamp": 1678686741961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686747817, "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-13T05:53:50.062Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 2023-03-13T05:53:50.062Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 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-13T05:53:50.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.073Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "cds-sdc-listener", "timestamp": 1678686724986, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:53:50.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.074Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "ves-openapi-manager", "timestamp": 1678686723873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.075Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "policy-distribution-id", "timestamp": 1678686726228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:53:50.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.076Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "multicloud-k8s", "timestamp": 1678686731570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:53:50.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.077Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "aai-model-loader", "timestamp": 1678686741961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:53:50.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.077Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "cds-sdc-listener", "timestamp": 1678686749773, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:50.078Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.078Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "multicloud-k8s", "timestamp": 1678686749295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:50.078Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.079Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "policy-distribution-id", "timestamp": 1678686748907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:50.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.079Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "aai-model-loader", "timestamp": 1678686750077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:50.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.080Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "policy-distribution-id", "timestamp": 1678686749913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:53:50.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.081Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "multicloud-k8s", "timestamp": 1678686750397, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:50.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.082Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "policy-distribution-id", "timestamp": 1678686750920, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-13T05:53:50.100Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d405b819-00ba-4849-8fe2-339b22259278 2023-03-13T05:53:50.100Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d405b819-00ba-4849-8fe2-339b22259278 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-13T05:53:50.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.111Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "multicloud-k8s", "timestamp": 1678686751489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-13T05:53:50.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.112Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "multicloud-k8s", "timestamp": 1678686752536, "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-13T05:53:50.121Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d405b819-00ba-4849-8fe2-339b22259278 2023-03-13T05:53:50.122Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d405b819-00ba-4849-8fe2-339b22259278 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-13T05:53:50.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.133Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "multicloud-k8s", "timestamp": 1678686753541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-13T05:53:50.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.134Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "aai-model-loader", "timestamp": 1678686757031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:53:50.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.134Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "aai-model-loader", "timestamp": 1678686758036, "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-13T05:53:50.142Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d405b819-00ba-4849-8fe2-339b22259278 2023-03-13T05:53:50.142Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d405b819-00ba-4849-8fe2-339b22259278 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-13T05:53:50.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.156Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686761985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.157Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.157Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686761985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.158Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.158Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686761985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.159Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.159Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686761985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.159Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.160Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686761985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.160Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686761985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:53:50.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-13T05:53:50.161Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686761985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:53:50.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:54:18.679Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 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-13T05:54:18.700Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 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-13T05:54:18.703Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:54:18.703Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-13T05:54:18.704Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-13T05:54:18.704Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-13T05:54:18.704Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:54:18.704Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:54:18.704Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:54:18.704Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:54:18.705Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-13T05:54:18.712Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-13T05:54:48.713Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe 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-13T05:54:48.724Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe and serviceModelVersionId: f7dff566-3354-4093-9721-27ce14354ac9 2023-03-13T05:54:48.724Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd228e7b-7d43-4b8e-b549-15aa79899de9 2023-03-13T05:54:48.726Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd228e7b-7d43-4b8e-b549-15aa79899de9/model-vers/model-ver/f7dff566-3354-4093-9721-27ce14354ac9?depth=0 2023-03-13T05:54:48.736Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-03-13T05:54:48.798Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dd228e7b-7d43-4b8e-b549-15aa79899de9/model-vers/model-ver/f7dff566-3354-4093-9721-27ce14354ac9?depth=0|INFO|500||Invoke 2023-03-13T05:54:48.799Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dd228e7b-7d43-4b8e-b549-15aa79899de9/model-vers/model-ver/f7dff566-3354-4093-9721-27ce14354ac9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dd228e7b-7d43-4b8e-b549-15aa79899de9/model-vers/model-ver/f7dff566-3354-4093-9721-27ce14354ac9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7724e462-9601-474b-b6da-477d47032e12], X-ECOMP-RequestID=[6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe], X-TransactionId=[], X-ONAP-RequestID=[6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe], Content-Type=[application/merge-patch+json]} 2023-03-13T05:54:48.818Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dd228e7b-7d43-4b8e-b549-15aa79899de9/model-vers/model-ver/f7dff566-3354-4093-9721-27ce14354ac9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-13T05:54:48.974Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dd228e7b-7d43-4b8e-b549-15aa79899de9/model-vers/model-ver/f7dff566-3354-4093-9721-27ce14354ac9?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/dd228e7b-7d43-4b8e-b549-15aa79899de9/model-vers/model-ver/f7dff566-3354-4093-9721-27ce14354ac9?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Mar 2023 05:54:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[462944], x-aai-txid=[2-aai-resources-230313-05:54:48:848-47047], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-13T05:54:48.975Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dd228e7b-7d43-4b8e-b549-15aa79899de9/model-vers/model-ver/f7dff566-3354-4093-9721-27ce14354ac9?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-13T05:54:48.976Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dd228e7b-7d43-4b8e-b549-15aa79899de9/model-vers/model-ver/f7dff566-3354-4093-9721-27ce14354ac9?depth=0|INFO|500||InvokeReturn 2023-03-13T05:54:48.976Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-13T05:54:48.976Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-13T05:54:48.982Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-13T05:54:48.983Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-13T05:54:48.983Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-13T05:54:48.984Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:54:48.984Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:54:48.984Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686888983, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:54:49.855Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:54:49.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:54:49.857Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686761985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:54:49.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:54:49.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:54:49.858Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686771064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:54:49.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:54:49.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:54:49.858Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686774273, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:54:49.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:54:49.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:54:49.858Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686775280, "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-13T05:54:49.870Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d405b819-00ba-4849-8fe2-339b22259278 2023-03-13T05:54:49.871Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d405b819-00ba-4849-8fe2-339b22259278 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 (?, ?, ?, ?, ?) 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-13T05:54:50.002Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:54:50.008Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:54:50.008Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"d405b819-00ba-4849-8fe2-339b22259278","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ee31ffd1-a81e-4b26-8bbf-e76053cb7707","serviceDescription":"service","serviceInvariantUUID":"56cca09b-d6a5-40ae-81aa-b52e820b2f67","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"31f340cb-01c1-4e68-a207-fadc1bc1b377","resourceInvariantUUID":"70f5ec4c-0768-41cb-aedd-255da0ccf21d","resourceCustomizationUUID":"c05c24e3-3987-4e97-9150-64351c6e792f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YzhjZDE5NDYzN2IxZDA5YjZlMmY4MThkZWY2N2M4ZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fa214904-d482-449d-98ad-591f0db971bd","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"YWY3YTJkYTBjYzQxMGI3NzExZWIwOGZkNmJiMzJkMWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"474223f4-c879-4fcb-ac25-2726d08b1667","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2e4830eb-412c-4fb0-adcd-35f6e10a8b03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"df16eac5-4e2f-4da3-86e9-1ec478193ce1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"734301ba-3263-4bff-b352-cce0e8e5a4a7","artifactVersion":"2","generatedFromUUID":"2e4830eb-412c-4fb0-adcd-35f6e10a8b03"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"Y2FhMDZmYTVjOGEwNjc0ZDJjNmM3NDFjMWUwY2Q1NTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8fbc8a9d-4c3c-48e5-b9b5-6783e00521be","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"MTEyOWZmMDUyNjA1MzAzMjNlNjc3MDZjYjY2Y2YxZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5c5337b-f57e-4520-b045-bb078a9f4526","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YmQ3MmJiMmMxZTU5YTcwNDg1OGQxNDYwZGVhZmQyMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c5c6f84-db4c-4b56-99b8-9ae833e88343","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-13T05:54:50.011Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:54:50.012Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:54:50.012Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:54:50.012Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:54:51.014Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:54:51.015Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:54:51.015Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:54:51.015Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:54:52.018Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:54:52.019Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:54:52.019Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:54:52.019Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:54:53.021Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:54:53.022Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:54:53.023Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:54:53.023Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:54:54.025Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:54:54.025Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:54:54.026Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:54:54.026Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:54:55.028Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:54:55.028Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:54:55.028Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:54:55.029Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:54:56.030Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:54:56.031Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:54:56.031Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:54:56.031Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:54:57.033Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:54:57.034Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:54:57.034Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:54:57.034Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:54:58.036Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "ee31ffd1-a81e-4b26-8bbf-e76053cb7707", "serviceDescription": "service", "serviceInvariantUUID": "56cca09b-d6a5-40ae-81aa-b52e820b2f67", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "c05c24e3-3987-4e97-9150-64351c6e792f", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "31f340cb-01c1-4e68-a207-fadc1bc1b377", "resourceInvariantUUID": "70f5ec4c-0768-41cb-aedd-255da0ccf21d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "YWY3YTJkYTBjYzQxMGI3NzExZWIwOGZkNmJiMzJkMWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "474223f4-c879-4fcb-ac25-2726d08b1667", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2e4830eb-412c-4fb0-adcd-35f6e10a8b03", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "734301ba-3263-4bff-b352-cce0e8e5a4a7", "generatedFromUUID": "2e4830eb-412c-4fb0-adcd-35f6e10a8b03" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "734301ba-3263-4bff-b352-cce0e8e5a4a7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YmQ3MmJiMmMxZTU5YTcwNDg1OGQxNDYwZGVhZmQyMGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c5c6f84-db4c-4b56-99b8-9ae833e88343" } ], "workloadContext": "Production" } 2023-03-13T05:54:58.037Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-13T05:54:58.037Z|6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ee31ffd1-a81e-4b26-8bbf-e76053cb7707 ASDC 2023-03-13T05:54:58.037Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:d405b819-00ba-4849-8fe2-339b22259278 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:ee31ffd1-a81e-4b26-8bbf-e76053cb7707 ServiceInvariantUUID:56cca09b-d6a5-40ae-81aa-b52e820b2f67 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:2c5c6f84-db4c-4b56-99b8-9ae833e88343 ArtifactChecksum:YmQ3MmJiMmMxZTU5YTcwNDg1OGQxNDYwZGVhZmQyMGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:c05c24e3-3987-4e97-9150-64351c6e792f ResourceInvariantUUID:70f5ec4c-0768-41cb-aedd-255da0ccf21d ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:31f340cb-01c1-4e68-a207-fadc1bc1b377 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:474223f4-c879-4fcb-ac25-2726d08b1667 ArtifactChecksum:YWY3YTJkYTBjYzQxMGI3NzExZWIwOGZkNmJiMzJkMWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:2e4830eb-412c-4fb0-adcd-35f6e10a8b03 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:734301ba-3263-4bff-b352-cce0e8e5a4a7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:734301ba-3263-4bff-b352-cce0e8e5a4a7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-13T05:54:58.037Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee31ffd1-a81e-4b26-8bbf-e76053cb7707 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-13T05:54:58.098Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:54:58.099Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-03-13T05:54:58.099Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-03-13T05:54:58.099Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2c5c6f84-db4c-4b56-99b8-9ae833e88343 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-13T05:54:58.099Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-03-13T05:54:58.100Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-13T05:54:58.301Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-03-13T05:54:58.304Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2c5c6f84-db4c-4b56-99b8-9ae833e88343 82996 2023-03-13T05:54:58.304Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-13T05:54:58.305Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-13T05:54:58.305Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:54:58.305Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:54:58.306Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:54:58.306Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686898304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:54:59.308Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:54:59.309Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-03-13T05:54:59.310Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2c5c6f84-db4c-4b56-99b8-9ae833e88343, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-13T05:54:59.310Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-03-13T05:54:59.311Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-13T05:54:59.311Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-13T05:54:59.504Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10603580047624244703/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-03-13T05:55:01.181Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-13T05:55:01.182Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-03-13T05:55:01.182Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-13T05:55:01.182Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-13T05:55:01.182Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-13T05:55:01.182Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-13T05:55:01.183Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-13T05:55:01.183Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-13T05:55:01.183Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-13T05:55:01.183Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-13T05:55:01.183Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-13T05:55:01.183Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-03-13T05:55:01.184Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:01.184Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:01.184Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-13T05:55:01.184Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-03-13T05:55:01.184Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:55:01.185Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:01.185Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:01.185Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-13T05:55:01.185Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-03-13T05:55:01.186Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:55:01.186Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:01.186Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:01.186Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:01.187Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-13T05:55:01.187Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-13T05:55:01.187Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-13T05:55:01.187Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-13T05:55:01.187Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-13T05:55:01.188Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-13T05:55:01.188Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:01.188Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-13T05:55:01.188Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:01.188Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-13T05:55:01.189Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:55:01.189Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:01.189Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-13T05:55:01.189Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:55:01.190Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:01.190Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-13T05:55:01.190Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:55:01.190Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:01.190Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-13T05:55:01.191Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-13T05:55:01.191Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-13T05:55:01.191Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e4db0c8d-2df2-4653-a33a-d1d956f0efbf 2023-03-13T05:55:01.191Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:01.191Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:01.192Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:01.192Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:01.192Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:01.192Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:01.192Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:01.193Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:01.193Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:ee31ffd1-a81e-4b26-8bbf-e76053cb7707 Model Version:NULL Model InvariantUuid:56cca09b-d6a5-40ae-81aa-b52e820b2f67 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:c40a329a-e409-4071-8a9f-bb535aa39842 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:70f5ec4c-0768-41cb-aedd-255da0ccf21d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c05c24e3-3987-4e97-9150-64351c6e792f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6972a780-48d9-4df1-9534-bd6a7682d63d ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:3bb60af1-47f0-47f0-9880-4a995c558145 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e4db0c8d-2df2-4653-a33a-d1d956f0efbf ModelInvariantUuid:6cd16250-7568-4d56-9cac-9a8b52549381 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:5d46618d-fa90-4af1-bbce-27583185c1f3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:73650c52-99b4-4b51-a9cd-75403329ea2a ModelInvariantUuid:04e7955b-5d8b-4e97-9529-9be2a7e99f41 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:baa58245-cf1c-491f-b0be-3c1b791203e9 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-13T05:55:01.204Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 31f340cb-01c1-4e68-a207-fadc1bc1b377 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-13T05:55:01.208Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2023-03-13T05:55:01.209Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 31f340cb-01c1-4e68-a207-fadc1bc1b377 2023-03-13T05:55:01.209Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 474223f4-c879-4fcb-ac25-2726d08b1667 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-03-13T05:55:01.209Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-03-13T05:55:01.210Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-03-13T05:55:01.309Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-03-13T05:55:01.310Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 474223f4-c879-4fcb-ac25-2726d08b1667 792 2023-03-13T05:55:01.310Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-03-13T05:55:01.310Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-03-13T05:55:01.310Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:55:01.311Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:01.311Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:01.311Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686901310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:02.312Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6972a780-48d9-4df1-9534-bd6a7682d63d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3bb60af1-47f0-47f0-9880-4a995c558145", "vfModuleModelCustomizationUUID": "ec213e89-0f18-4f73-9e16-619be9c3417a", "isBase": true, "artifacts": [ "2e4830eb-412c-4fb0-adcd-35f6e10a8b03", "734301ba-3263-4bff-b352-cce0e8e5a4a7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-03-13T05:55:02.316Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3bb60af1-47f0-47f0-9880-4a995c558145 VfModuleModelInvariantUUID:6972a780-48d9-4df1-9534-bd6a7682d63d VfModuleModelDescription:NULL Artifacts UUID List:{ 2e4830eb-412c-4fb0-adcd-35f6e10a8b03 , 734301ba-3263-4bff-b352-cce0e8e5a4a7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-03-13T05:55:02.318Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6972a780-48d9-4df1-9534-bd6a7682d63d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3bb60af1-47f0-47f0-9880-4a995c558145", "vfModuleModelCustomizationUUID": "ec213e89-0f18-4f73-9e16-619be9c3417a", "isBase": true, "artifacts": [ "2e4830eb-412c-4fb0-adcd-35f6e10a8b03", "734301ba-3263-4bff-b352-cce0e8e5a4a7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-03-13T05:55:02.318Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3bb60af1-47f0-47f0-9880-4a995c558145 VfModuleModelInvariantUUID:6972a780-48d9-4df1-9534-bd6a7682d63d VfModuleModelDescription:NULL Artifacts UUID List:{ 2e4830eb-412c-4fb0-adcd-35f6e10a8b03 , 734301ba-3263-4bff-b352-cce0e8e5a4a7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-03-13T05:55:02.318Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2e4830eb-412c-4fb0-adcd-35f6e10a8b03 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-03-13T05:55:02.319Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-03-13T05:55:02.319Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-03-13T05:55:02.389Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-03-13T05:55:02.390Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2e4830eb-412c-4fb0-adcd-35f6e10a8b03 5033 2023-03-13T05:55:02.391Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-03-13T05:55:02.391Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-03-13T05:55:02.391Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:55:02.392Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:02.392Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:02.392Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686902390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:03.393Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 734301ba-3263-4bff-b352-cce0e8e5a4a7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-03-13T05:55:03.394Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-03-13T05:55:03.394Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-03-13T05:55:03.503Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-03-13T05:55:03.503Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 734301ba-3263-4bff-b352-cce0e8e5a4a7 903 2023-03-13T05:55:03.503Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-03-13T05:55:03.503Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-03-13T05:55:03.504Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:55:03.504Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:03.504Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:03.504Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686903503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:04.505Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ee31ffd1-a81e-4b26-8bbf-e76053cb7707 2023-03-13T05:55:04.505Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 31f340cb-01c1-4e68-a207-fadc1bc1b377 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-13T05:55:04.528Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72c887bf, org.onap.sdc.toscaparser.api.parameters.Input@694231e, org.onap.sdc.toscaparser.api.parameters.Input@612ff61, org.onap.sdc.toscaparser.api.parameters.Input@3ed9e93, org.onap.sdc.toscaparser.api.parameters.Input@35ae142e] 2023-03-13T05:55:04.530Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:04.530Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:04.531Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2023-03-13T05:55:04.531Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= c05c24e3-3987-4e97-9150-64351c6e792f 2023-03-13T05:55:04.531Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c05c24e3-3987-4e97-9150-64351c6e792f matches Tosca VF Customization UUID: c05c24e3-3987-4e97-9150-64351c6e792f 2023-03-13T05:55:04.531Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: c05c24e3-3987-4e97-9150-64351c6e792f 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-13T05:55:04.536Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:04.536Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:04.537Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id c05c24e3-3987-4e97-9150-64351c6e792f: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2023-03-13T05:55:04.537Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c8b5e6a 2023-03-13T05:55:04.537Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:04.538Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-13T05:55:04.538Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ec213e89-0f18-4f73-9e16-619be9c3417a 2023-03-13T05:55:04.538Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ec213e89-0f18-4f73-9e16-619be9c3417a 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-13T05:55:04.542Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:04.542Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-13T05:55:04.542Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:55:04.543Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:04.543Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-13T05:55:04.543Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:55:04.543Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:04.543Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-13T05:55:04.543Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-13T05:55:04.543Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-13T05:55:04.544Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e4db0c8d-2df2-4653-a33a-d1d956f0efbf 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-13T05:55:04.547Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:04.548Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-13T05:55:04.548Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-13T05:55:04.548Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:04.548Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-13T05:55:04.548Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c05c24e3-3987-4e97-9150-64351c6e792f 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-13T05:55:04.551Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:04.551Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:04.551Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ee31ffd1-a81e-4b26-8bbf-e76053cb7707: basic_vm_macro 2023-03-13T05:55:04.552Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:04.552Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:04.552Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:04.552Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:04.552Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:04.552Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:04.552Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:04.553Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:04.553Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:04.553Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:04.553Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm_macro 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-13T05:55:04.716Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 31f340cb-01c1-4e68-a207-fadc1bc1b377 1 ASDC deployResourceStructure 2023-03-13T05:55:04.717Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-03-13T05:55:04.717Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-03-13T05:55:04.717Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:55:04.717Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:04.717Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:04.718Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686904717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:05.720Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-03-13T05:55:05.720Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-03-13T05:55:05.721Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:55:05.721Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:05.721Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:05.721Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686905720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:06.723Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-03-13T05:55:06.723Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-03-13T05:55:06.723Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:55:06.723Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:06.723Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:06.724Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686906723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:07.726Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-13T05:55:07.726Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-13T05:55:07.726Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:55:07.727Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:07.727Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:07.727Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686907726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:08.729Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d405b819-00ba-4849-8fe2-339b22259278 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-13T05:55:08.747Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d405b819-00ba-4849-8fe2-339b22259278 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-13T05:55:08.751Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:55:08.751Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-13T05:55:08.751Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-13T05:55:08.752Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-13T05:55:08.752Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:55:08.752Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:55:08.752Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:55:08.753Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:55:08.753Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-13T05:55:08.761Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-13T05:55:38.762Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d405b819-00ba-4849-8fe2-339b22259278 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-13T05:55:38.768Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d405b819-00ba-4849-8fe2-339b22259278 and serviceModelVersionId: ee31ffd1-a81e-4b26-8bbf-e76053cb7707 2023-03-13T05:55:38.769Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56cca09b-d6a5-40ae-81aa-b52e820b2f67 2023-03-13T05:55:38.769Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56cca09b-d6a5-40ae-81aa-b52e820b2f67/model-vers/model-ver/ee31ffd1-a81e-4b26-8bbf-e76053cb7707?depth=0 2023-03-13T05:55:38.774Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-03-13T05:55:38.833Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56cca09b-d6a5-40ae-81aa-b52e820b2f67/model-vers/model-ver/ee31ffd1-a81e-4b26-8bbf-e76053cb7707?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-13T05:55:38.834Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56cca09b-d6a5-40ae-81aa-b52e820b2f67/model-vers/model-ver/ee31ffd1-a81e-4b26-8bbf-e76053cb7707?depth=0|INFO|500||Invoke 2023-03-13T05:55:38.839Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56cca09b-d6a5-40ae-81aa-b52e820b2f67/model-vers/model-ver/ee31ffd1-a81e-4b26-8bbf-e76053cb7707?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-13T05:55:38.973Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56cca09b-d6a5-40ae-81aa-b52e820b2f67/model-vers/model-ver/ee31ffd1-a81e-4b26-8bbf-e76053cb7707?depth=0|INFO|500||InvokeReturn 2023-03-13T05:55:38.974Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56cca09b-d6a5-40ae-81aa-b52e820b2f67/model-vers/model-ver/ee31ffd1-a81e-4b26-8bbf-e76053cb7707?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Mar 2023 05:55:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[241888], x-aai-txid=[2-aai-resources-230313-05:55:38:881-50151], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-13T05:55:38.974Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2023-03-13T05:55:38.974Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-13T05:55:38.974Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-13T05:55:38.980Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-13T05:55:38.980Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d405b819-00ba-4849-8fe2-339b22259278 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-13T05:55:38.980Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-13T05:55:38.980Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:38.980Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:38.981Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686938980, "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-13T05:55:40.000Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-13T05:55:40.000Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"9971312b-dd10-4992-84b8-02b013ce0045","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f2699ff6-2156-4f81-aab6-fd02b58f8ef9","serviceDescription":"service","serviceInvariantUUID":"cce452f3-8d1b-48f6-9799-fb0e8b5eeabb","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b011b749-a7a4-40dd-8eb2-1eb4298f6eb5","resourceInvariantUUID":"77733e9c-75af-43bf-b24a-0f4d91195a68","resourceCustomizationUUID":"408fdb55-06a7-456c-b07c-fae6144a24f3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NTZhNjUyZjNmYjMxNTMwY2I1Y2EzNGI0Yjg0NjFiMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03e2a744-ccd7-4d8c-9c9e-f27567fc18a2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"22b22fb6-2c38-451c-8226-07bb1aedd769","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"38850fa7-ef5a-4128-83d3-ce09a38f5ff6","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MDk2YTVmOTFmNGYwZjVkOWM5ZTJmMTdlYWJiNjFkY2E\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b92c570a-f06a-4ddd-8c3e-1e7d4ac4a82f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"46f37c5a-c635-4d27-bbff-b6ca4ef4f066","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df427792-3f2f-48f8-977f-9d93e4c7fe98","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b3ad3895-00e6-4c0d-a220-39a7831afa8c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YTc5ZmRkNGRkNTQ5ODJmYjA0YTMyNTEzOTMyNGEzOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb0db4ae-bfa4-4830-b42f-622ade19f5d4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTNjODVmNTU2MjI4ODBiMDNmNDMxNzk2NzkwMzAxYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9e07b80-7c41-4e8b-8b8f-a164b74593fd","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-13T05:55:40.001Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:55:40.001Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:40.001Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:40.001Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:41.003Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:55:41.003Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:41.003Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:41.003Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:42.005Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:55:42.005Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:42.005Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:42.005Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:43.007Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:55:43.008Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:43.008Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:43.008Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:44.010Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:55:44.011Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:44.011Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:44.011Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:45.013Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:55:45.013Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:45.014Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:45.014Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:46.016Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:55:46.016Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:46.016Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:46.017Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:47.019Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:55:47.019Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:47.019Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:47.020Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:48.021Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-13T05:55:48.022Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:48.022Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:48.022Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:49.024Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "f2699ff6-2156-4f81-aab6-fd02b58f8ef9", "serviceDescription": "service", "serviceInvariantUUID": "cce452f3-8d1b-48f6-9799-fb0e8b5eeabb", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "408fdb55-06a7-456c-b07c-fae6144a24f3", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b011b749-a7a4-40dd-8eb2-1eb4298f6eb5", "resourceInvariantUUID": "77733e9c-75af-43bf-b24a-0f4d91195a68", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "NTNjODVmNTU2MjI4ODBiMDNmNDMxNzk2NzkwMzAxYjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b9e07b80-7c41-4e8b-8b8f-a164b74593fd" } ], "workloadContext": "Production" } 2023-03-13T05:55:49.024Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-13T05:55:49.024Z|d405b819-00ba-4849-8fe2-339b22259278|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f2699ff6-2156-4f81-aab6-fd02b58f8ef9 ASDC 2023-03-13T05:55:49.025Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:9971312b-dd10-4992-84b8-02b013ce0045 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:f2699ff6-2156-4f81-aab6-fd02b58f8ef9 ServiceInvariantUUID:cce452f3-8d1b-48f6-9799-fb0e8b5eeabb ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:b9e07b80-7c41-4e8b-8b8f-a164b74593fd ArtifactChecksum:NTNjODVmNTU2MjI4ODBiMDNmNDMxNzk2NzkwMzAxYjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:408fdb55-06a7-456c-b07c-fae6144a24f3 ResourceInvariantUUID:77733e9c-75af-43bf-b24a-0f4d91195a68 ResourceName:test-pnf ResourceType:PNF ResourceUUID:b011b749-a7a4-40dd-8eb2-1eb4298f6eb5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-13T05:55:49.025Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f2699ff6-2156-4f81-aab6-fd02b58f8ef9 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-13T05:55:49.073Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:55:49.074Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-03-13T05:55:49.074Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-03-13T05:55:49.075Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b9e07b80-7c41-4e8b-8b8f-a164b74593fd from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-13T05:55:49.075Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-03-13T05:55:49.075Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-13T05:55:49.194Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-03-13T05:55:49.195Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b9e07b80-7c41-4e8b-8b8f-a164b74593fd 111096 2023-03-13T05:55:49.195Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-13T05:55:49.195Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-13T05:55:49.196Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-13T05:55:49.196Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:49.196Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:49.197Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686949195, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:49.855Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:49.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.860Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "ves-openapi-manager", "timestamp": 1678686829997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.862Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "cds-sdc-listener", "timestamp": 1678686810778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.862Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "aai-model-loader", "timestamp": 1678686831961, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.862Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "multicloud-k8s", "timestamp": 1678686814551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.863Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "policy-distribution-id", "timestamp": 1678686811925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.863Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.863Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "ves-openapi-manager", "timestamp": 1678686829997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.863Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.863Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "aai-model-loader", "timestamp": 1678686831961, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.863Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.863Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "cds-sdc-listener", "timestamp": 1678686810778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.864Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.864Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "multicloud-k8s", "timestamp": 1678686814551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.864Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.864Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "policy-distribution-id", "timestamp": 1678686811925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.864Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.865Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "ves-openapi-manager", "timestamp": 1678686829997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.865Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "cds-sdc-listener", "timestamp": 1678686810778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.865Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "aai-model-loader", "timestamp": 1678686831961, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.866Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "multicloud-k8s", "timestamp": 1678686814551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.866Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.866Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "policy-distribution-id", "timestamp": 1678686811925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.868Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "ves-openapi-manager", "timestamp": 1678686829997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.868Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "cds-sdc-listener", "timestamp": 1678686810778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.869Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.869Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "aai-model-loader", "timestamp": 1678686831961, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.869Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.869Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "multicloud-k8s", "timestamp": 1678686814551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.869Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.870Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "policy-distribution-id", "timestamp": 1678686811925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.870Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.870Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "ves-openapi-manager", "timestamp": 1678686829997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.870Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.870Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "aai-model-loader", "timestamp": 1678686831961, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.871Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "cds-sdc-listener", "timestamp": 1678686810778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.871Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "multicloud-k8s", "timestamp": 1678686814551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.872Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "policy-distribution-id", "timestamp": 1678686811925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.872Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "ves-openapi-manager", "timestamp": 1678686829997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.872Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "aai-model-loader", "timestamp": 1678686831961, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.873Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "cds-sdc-listener", "timestamp": 1678686810778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.873Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "multicloud-k8s", "timestamp": 1678686814551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.874Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "policy-distribution-id", "timestamp": 1678686811925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.874Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.874Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "ves-openapi-manager", "timestamp": 1678686829997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-13T05:55:49.874Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.874Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "cds-sdc-listener", "timestamp": 1678686810778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.874Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.875Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "aai-model-loader", "timestamp": 1678686831961, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.875Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "multicloud-k8s", "timestamp": 1678686814551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.875Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "policy-distribution-id", "timestamp": 1678686811925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.875Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.876Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "ves-openapi-manager", "timestamp": 1678686829997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.876Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "cds-sdc-listener", "timestamp": 1678686810778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.876Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "aai-model-loader", "timestamp": 1678686831961, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.877Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "multicloud-k8s", "timestamp": 1678686814551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.877Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "policy-distribution-id", "timestamp": 1678686811925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.878Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "ves-openapi-manager", "timestamp": 1678686829997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.878Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "cds-sdc-listener", "timestamp": 1678686810778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:55:49.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.878Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "aai-model-loader", "timestamp": 1678686831961, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:55:49.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.879Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "multicloud-k8s", "timestamp": 1678686814551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:55:49.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.879Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "policy-distribution-id", "timestamp": 1678686811925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:55:49.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.879Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "cds-sdc-listener", "timestamp": 1678686848231, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:55:49.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.880Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "aai-model-loader", "timestamp": 1678686848360, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:55:49.880Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.880Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "policy-distribution-id", "timestamp": 1678686847425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:55:49.880Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.881Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "policy-distribution-id", "timestamp": 1678686848429, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:55:49.881Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.881Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.881Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "policy-distribution-id", "timestamp": 1678686849447, "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-13T05:55:49.889Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9971312b-dd10-4992-84b8-02b013ce0045 2023-03-13T05:55:49.889Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9971312b-dd10-4992-84b8-02b013ce0045 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-13T05:55:49.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.902Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "aai-model-loader", "timestamp": 1678686852991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:55:49.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.902Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686851985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.903Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "aai-model-loader", "timestamp": 1678686853994, "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-13T05:55:49.910Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9971312b-dd10-4992-84b8-02b013ce0045 2023-03-13T05:55:49.911Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9971312b-dd10-4992-84b8-02b013ce0045 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-13T05:55:49.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.924Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686851985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686851985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.925Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686851985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686851985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.926Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686851985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.927Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686851985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.928Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686851985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:55:49.928Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686851985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:55:49.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.929Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686861899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:55:49.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686864784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:55:49.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:49.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.930Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1678686865805, "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-13T05:55:49.940Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9971312b-dd10-4992-84b8-02b013ce0045 2023-03-13T05:55:49.941Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9971312b-dd10-4992-84b8-02b013ce0045 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-13T05:55:49.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-13T05:55:49.954Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "6b68ce3b-74ce-4ea7-ac5d-d4a56ef6eabe", "consumerID": "SO-sdc-controller", "timestamp": 1678686888983, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-13T05:55:49.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:55:50.199Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-13T05:55:50.200Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-03-13T05:55:50.200Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b9e07b80-7c41-4e8b-8b8f-a164b74593fd, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-13T05:55:50.200Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-03-13T05:55:50.201Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-13T05:55:50.201Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-13T05:55:50.325Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6598490423476050361/Definitions/service-TestPnfMacro-template.yml 2023-03-13T05:55:51.134Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-13T05:55:51.135Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-03-13T05:55:51.135Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-13T05:55:51.135Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-13T05:55:51.135Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-13T05:55:51.135Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-13T05:55:51.135Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 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-TestPnfMacro-csar.csar 2023-03-13T05:55:51.136Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-13T05:55:51.136Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-13T05:55:51.136Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-13T05:55:51.136Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-13T05:55:51.136Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-03-13T05:55:51.136Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:51.136Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:51.137Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-13T05:55:51.137Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-03-13T05:55:51.137Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:55:51.137Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:51.137Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:51.138Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-13T05:55:51.138Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-03-13T05:55:51.138Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-13T05:55:51.138Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:51.138Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:51.138Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:51.139Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:51.139Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:51.139Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:51.139Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:51.139Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:51.139Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:51.140Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:51.140Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:f2699ff6-2156-4f81-aab6-fd02b58f8ef9 Model Version:NULL Model InvariantUuid:cce452f3-8d1b-48f6-9799-fb0e8b5eeabb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-03-13T05:55:51.171Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: b011b749-a7a4-40dd-8eb2-1eb4298f6eb5 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-13T05:55:51.175Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||test-pnf 0 2023-03-13T05:55:51.175Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b011b749-a7a4-40dd-8eb2-1eb4298f6eb5 2023-03-13T05:55:51.175Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||No resources found for Service: f2699ff6-2156-4f81-aab6-fd02b58f8ef9 2023-03-13T05:55:51.175Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f2699ff6-2156-4f81-aab6-fd02b58f8ef9 2023-03-13T05:55:51.175Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 b011b749-a7a4-40dd-8eb2-1eb4298f6eb5 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-13T05:55:51.181Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ddb35f8, org.onap.sdc.toscaparser.api.parameters.Input@394f6679, org.onap.sdc.toscaparser.api.parameters.Input@749b4e55, org.onap.sdc.toscaparser.api.parameters.Input@3ccb80ef, org.onap.sdc.toscaparser.api.parameters.Input@484b167b] 2023-03-13T05:55:51.181Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:51.181Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:51.182Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f2699ff6-2156-4f81-aab6-fd02b58f8ef9: test-pnf 2023-03-13T05:55:51.182Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Processing PNF resource: b011b749-a7a4-40dd-8eb2-1eb4298f6eb5 2023-03-13T05:55:51.182Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-13T05:55:51.182Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-13T05:55:51.182Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Resource customization UUID: 408fdb55-06a7-456c-b07c-fae6144a24f3 is the same as notified resource customizationUUID: 408fdb55-06a7-456c-b07c-fae6144a24f3 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-03-13T05:55:51.262Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf b011b749-a7a4-40dd-8eb2-1eb4298f6eb5 0 ASDC deployResourceStructure 2023-03-13T05:55:51.263Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-13T05:55:51.263Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-13T05:55:51.263Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-13T05:55:51.263Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:55:51.264Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:55:51.264Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686951263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:55:52.266Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9971312b-dd10-4992-84b8-02b013ce0045 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-13T05:55:52.282Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9971312b-dd10-4992-84b8-02b013ce0045 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-13T05:55:52.286Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-13T05:55:52.287Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-13T05:55:52.287Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-13T05:55:52.287Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-13T05:55:52.287Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:55:52.288Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:55:52.288Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:55:52.288Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-13T05:55:52.288Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-13T05:55:52.296Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-13T05:56:22.297Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9971312b-dd10-4992-84b8-02b013ce0045 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-13T05:56:22.306Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9971312b-dd10-4992-84b8-02b013ce0045 and serviceModelVersionId: f2699ff6-2156-4f81-aab6-fd02b58f8ef9 2023-03-13T05:56:22.307Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cce452f3-8d1b-48f6-9799-fb0e8b5eeabb 2023-03-13T05:56:22.307Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cce452f3-8d1b-48f6-9799-fb0e8b5eeabb/model-vers/model-ver/f2699ff6-2156-4f81-aab6-fd02b58f8ef9?depth=0 2023-03-13T05:56:22.313Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-03-13T05:56:22.351Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cce452f3-8d1b-48f6-9799-fb0e8b5eeabb/model-vers/model-ver/f2699ff6-2156-4f81-aab6-fd02b58f8ef9?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-13T05:56:22.352Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cce452f3-8d1b-48f6-9799-fb0e8b5eeabb/model-vers/model-ver/f2699ff6-2156-4f81-aab6-fd02b58f8ef9?depth=0|INFO|500||Invoke 2023-03-13T05:56:22.356Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cce452f3-8d1b-48f6-9799-fb0e8b5eeabb/model-vers/model-ver/f2699ff6-2156-4f81-aab6-fd02b58f8ef9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-13T05:56:22.472Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cce452f3-8d1b-48f6-9799-fb0e8b5eeabb/model-vers/model-ver/f2699ff6-2156-4f81-aab6-fd02b58f8ef9?depth=0|INFO|500||InvokeReturn 2023-03-13T05:56:22.472Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cce452f3-8d1b-48f6-9799-fb0e8b5eeabb/model-vers/model-ver/f2699ff6-2156-4f81-aab6-fd02b58f8ef9?depth=0 has http status code:200 and response headers:{date=[Mon, 13 Mar 2023 05:56:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[112], vertex-id=[221200], x-aai-txid=[0-aai-resources-230313-05:56:22:382-16882], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-13T05:56:22.472Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2023-03-13T05:56:22.473Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-13T05:56:22.473Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-13T05:56:22.479Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-13T05:56:22.480Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9971312b-dd10-4992-84b8-02b013ce0045 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-13T05:56:22.480Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-13T05:56:22.481Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-03-13T05:56:22.481Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-13T05:56:22.481Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686982480, "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-13T05:56:23.498Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:56:49.855Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:56:49.858Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.858Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:56:49.859Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.860Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.860Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-13T05:56:49.860Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.860Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.860Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-13T05:56:49.860Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.860Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.860Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:56:49.861Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.861Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.861Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-13T05:56:49.861Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.861Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.861Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:56:49.861Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.862Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.862Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:56:49.862Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.862Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.862Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:56:49.862Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.862Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.862Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686898304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:56:49.862Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.863Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.863Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686901310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-13T05:56:49.863Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.863Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.863Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686902390, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-13T05:56:49.863Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.863Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.863Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686903503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-13T05:56:49.864Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.864Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.864Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686904717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-13T05:56:49.864Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.864Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.864Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686905720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-03-13T05:56:49.864Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.864Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.864Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686906723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-03-13T05:56:49.864Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.864Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.864Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686907726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:56:49.865Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.865Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.865Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "d405b819-00ba-4849-8fe2-339b22259278", "consumerID": "SO-sdc-controller", "timestamp": 1678686938980, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-13T05:56:49.865Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.865Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.865Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:56:49.865Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.865Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.865Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-13T05:56:49.865Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.865Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.865Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-13T05:56:49.865Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.866Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.866Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-13T05:56:49.866Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.866Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.866Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-13T05:56:49.866Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.866Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.866Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:56:49.866Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.866Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.866Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-13T05:56:49.866Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.866Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.866Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-13T05:56:49.866Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.867Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.867Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686890002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-13T05:56:49.867Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:56:49.867Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:56:49.867Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686949195, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-13T05:56:49.867Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:57:23.499Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:57:49.855Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:57:49.857Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:57:49.857Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686951263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-13T05:57:49.858Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:57:49.858Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-13T05:57:49.858Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "9971312b-dd10-4992-84b8-02b013ce0045", "consumerID": "SO-sdc-controller", "timestamp": 1678686982480, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-13T05:57:49.859Z|6787280e-5c81-4f65-ad3d-a65cc9e31997|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-13T05:58:23.501Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:58:49.855Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T05:59:23.502Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T05:59:49.856Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:00:23.503Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:00:49.860Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:01:23.505Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:01:49.861Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:02:23.506Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:02:49.863Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:03:23.507Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:03:49.864Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:04:23.509Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:04:49.864Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:05:23.511Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:05:49.865Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:06:23.513Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:06:49.866Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:07:23.514Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:07:49.868Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:08:23.516Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:08:49.869Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:09:23.517Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:09:49.872Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:10:23.518Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:10:49.872Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:11:23.518Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:11:49.873Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:12:23.519Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:12:49.875Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:13:23.519Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:13:49.876Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:14:23.521Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:14:49.876Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:15:23.522Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:15:49.877Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:16:23.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:16:49.878Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:17:23.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:17:49.880Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:18:23.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:18:49.880Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:19:23.526Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:19:49.881Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:20:23.526Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:20:49.882Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:21:23.528Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:21:49.883Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:22:23.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:22:49.884Z|9971312b-dd10-4992-84b8-02b013ce0045|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:23:23.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:23:49.886Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:24:23.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:24:49.887Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:25:23.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:25:49.887Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:26:23.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:26:49.887Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:27:23.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:27:49.889Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:28:23.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:28:49.891Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:29:23.538Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:29:49.891Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:30:23.539Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:30:49.893Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:31:23.539Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:31:49.893Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:32:23.540Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:32:49.895Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:33:23.542Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:33:49.898Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:34:23.542Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:34:49.899Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:35:23.543Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:35:49.901Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:36:23.544Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:36:49.901Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:37:23.546Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:37:49.902Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:38:23.547Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:38:49.903Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:39:23.548Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:39:49.904Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:40:23.550Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:40:49.906Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:41:23.551Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:41:49.907Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:42:23.554Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:42:49.909Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:43:23.555Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:43:49.910Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-13T06:44:23.556Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-13T06:44:49.911Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO