By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2023-09-28T23:26:33.559Z||main|||||INFO|500||The following profiles are active: basic
2023-09-28T23:26:45.431Z||main|||||INFO|500||Starting service [Tomcat]
2023-09-28T23:26:45.432Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-09-28T23:26:45.546Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-09-28T23:26:48.287Z||main|||||INFO|500||catdb-pool - Starting...
2023-09-28T23:26:48.611Z||main|||||INFO|500||catdb-pool - Start completed.
2023-09-28T23:26:49.654Z||main|||||INFO|500||reqdb-pool - Starting...
2023-09-28T23:26:49.700Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-09-28T23:26:49.847Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-09-28T23:26:50.092Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-09-28T23:26:50.747Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-09-28T23:26:53.018Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-09-28T23:26:56.215Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-09-28T23:26:56.283Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-09-28T23:26:57.048Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-09-28T23:26:57.228Z||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-09-28T23:26:58.505Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-09-28T23:26:59.773Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-09-28T23:26:59.806Z||main|||||WARN|500||The sdc end point is not alive
2023-09-28T23:27:03.073Z||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-09-28T23:27:05.994Z||main|||||WARN|500||---
2023-09-28T23:27:05.994Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-09-28T23:27:05.995Z||main|||||WARN|500||---
2023-09-28T23:27:06.519Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-09-28T23:27:11.624Z||main|||||INFO|500||Started Application in 43.2 seconds (JVM running for 46.104)
2023-09-28T23:27:11.638Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:27:11.643Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:27:11.649Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:27:11.695Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4b086a49-accc-4cae-93b3-4f132b3bdaaa url= /sdc/v1/artifactTypes
2023-09-28T23:27:11.701Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:27:11.788Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:27:11.790Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@234d9699
2023-09-28T23:27:11.791Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:27:11.806Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:27:11.833Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:27:11.838Z||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$$6afc110.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-09-28T23:28:01.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:28:01.619Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:28:01.620Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:28:01.628Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5c02574c-dfa3-478d-bb4f-40b5cfd00c21 url= /sdc/v1/artifactTypes
2023-09-28T23:28:01.628Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:28:01.638Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:28:01.638Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2933ddd8
2023-09-28T23:28:01.639Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:28:01.639Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:28:01.640Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:28:01.640Z||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$$6afc110.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-09-28T23:28:51.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:28:51.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:28:51.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:28:51.623Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 710794fb-2559-491b-83e0-1225f6dd37a7 url= /sdc/v1/artifactTypes
2023-09-28T23:28:51.623Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:28:51.634Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:28:51.635Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7e37843e
2023-09-28T23:28:51.637Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:28:51.638Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:28:51.638Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:28:51.639Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to 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$$6afc110.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-09-28T23:29:41.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:29:41.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:29:41.618Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:29:41.622Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b0b06dae-8dcf-4a7c-8712-dd70a86bd58a url= /sdc/v1/artifactTypes
2023-09-28T23:29:41.623Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:29:41.668Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:29:41.669Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5938725a
2023-09-28T23:29:41.669Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:29:41.670Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:29:41.670Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:29:41.671Z||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$$6afc110.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-09-28T23:30:31.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:30:31.618Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:30:31.618Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:30:31.622Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8d5bf0ba-27c8-43bc-a153-9140f10ecc37 url= /sdc/v1/artifactTypes
2023-09-28T23:30:31.623Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:30:31.628Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:30:31.629Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@406ea6d2
2023-09-28T23:30:31.629Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:30:31.629Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:30:31.630Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:30:31.630Z||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$$6afc110.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-09-28T23:31:21.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:31:21.620Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:31:21.620Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:31:21.629Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= cf9fa76b-b453-43c8-a2a4-dee2e48e28b6 url= /sdc/v1/artifactTypes
2023-09-28T23:31:21.630Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:31:21.638Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:31:21.639Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5aaf69a4
2023-09-28T23:31:21.639Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:31:21.639Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:31:21.640Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:31:21.641Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to 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$$6afc110.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-09-28T23:32:11.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:32:11.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:32:11.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:32:11.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= db8392f5-6e28-4604-8f28-86e8577645da url= /sdc/v1/artifactTypes
2023-09-28T23:32:11.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:32:11.627Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:32:11.627Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3df36d5c
2023-09-28T23:32:11.628Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:32:11.628Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:32:11.628Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:32:11.629Z||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$$6afc110.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-09-28T23:33:01.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:33:01.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:33:01.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:33:01.622Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 77702edc-81e6-431d-bb0e-8c5d8ca1a531 url= /sdc/v1/artifactTypes
2023-09-28T23:33:01.623Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:33:01.632Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:33:01.632Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e69b96b
2023-09-28T23:33:01.632Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:33:01.633Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:33:01.633Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:33:01.634Z||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$$6afc110.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-09-28T23:33:51.618Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:33:51.620Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:33:51.621Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:33:51.629Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9ac88c2c-920d-4e28-8440-0980002bf4a8 url= /sdc/v1/artifactTypes
2023-09-28T23:33:51.631Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:33:51.639Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:33:51.640Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@71fffabd
2023-09-28T23:33:51.640Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:33:51.641Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:33:51.641Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:33:51.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to 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$$6afc110.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-09-28T23:34:41.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:34:41.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:34:41.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:34:41.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f1afd7b6-4ca7-438c-a540-92e10952db2f url= /sdc/v1/artifactTypes
2023-09-28T23:34:41.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:34:41.625Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:34:41.625Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2b755116
2023-09-28T23:34:41.625Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:34:41.626Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:34:41.626Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:34:41.626Z||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$$6afc110.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-09-28T23:35:31.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:35:31.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:35:31.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:35:31.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 79c0e44e-5221-4a12-9b21-e104e0da400e url= /sdc/v1/artifactTypes
2023-09-28T23:35:31.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:35:31.627Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:35:31.627Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7f3033a3
2023-09-28T23:35:31.628Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:35:31.628Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:35:31.628Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:35:31.629Z||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$$6afc110.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-09-28T23:36:21.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:36:21.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:36:21.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:36:21.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f801907f-9972-4a05-b4a4-2795c6c9b260 url= /sdc/v1/artifactTypes
2023-09-28T23:36:21.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:36:21.630Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:36:21.630Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@52b27bbc
2023-09-28T23:36:21.630Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:36:21.630Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:36:21.631Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:36:21.631Z||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$$6afc110.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-09-28T23:36:40.896Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-09-28T23:37:11.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:37:11.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:37:11.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:37:11.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9ca95c61-5755-49c9-831f-fe1261045cd2 url= /sdc/v1/artifactTypes
2023-09-28T23:37:11.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:37:11.627Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:37:11.627Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@33d645dd
2023-09-28T23:37:11.627Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:37:11.627Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:37:11.627Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:37:11.628Z||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$$6afc110.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-09-28T23:38:01.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:38:01.618Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:38:01.619Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:38:01.628Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bfbf2ff0-84eb-4459-8329-989ca70fe852 url= /sdc/v1/artifactTypes
2023-09-28T23:38:01.628Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:38:01.645Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:38:01.645Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6eaf033
2023-09-28T23:38:01.646Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:38:01.647Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:38:01.647Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:38:01.648Z||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$$6afc110.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-09-28T23:38:51.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:38:51.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:38:51.623Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:38:51.628Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5fdc9821-6ff5-4187-a837-d17dd2996430 url= /sdc/v1/artifactTypes
2023-09-28T23:38:51.628Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:38:51.640Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:38:51.640Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1a7371e8
2023-09-28T23:38:51.641Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:38:51.641Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:38:51.641Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:38:51.642Z||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$$6afc110.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-09-28T23:39:41.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:39:41.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:39:41.618Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:39:41.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a7c06193-e0af-4977-bedd-c28a644779c0 url= /sdc/v1/artifactTypes
2023-09-28T23:39:41.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:39:41.626Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:39:41.626Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@772e45a3
2023-09-28T23:39:41.626Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:39:41.627Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:39:41.627Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:39:41.627Z||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$$6afc110.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-09-28T23:40:31.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:40:31.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:40:31.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:40:31.620Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= add516ce-f700-4164-b216-54eed2e9b65d url= /sdc/v1/artifactTypes
2023-09-28T23:40:31.620Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:40:31.630Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:40:31.630Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@63d39c1c
2023-09-28T23:40:31.630Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:40:31.630Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:40:31.631Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:40:31.631Z||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$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:41:21.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:41:21.619Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:41:21.620Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:41:21.627Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b09b2831-db47-4aae-990a-8fd2976320bd url= /sdc/v1/artifactTypes
2023-09-28T23:41:21.627Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:41:21.635Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:41:21.635Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@42ec7a92
2023-09-28T23:41:21.635Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:41:21.635Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:41:21.636Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:41:21.636Z||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$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:42:11.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:42:11.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:42:11.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:42:11.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a332ab03-1ffe-4e83-9e37-17059c5f16bc url= /sdc/v1/artifactTypes
2023-09-28T23:42:11.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:42:11.625Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:42:11.625Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@51d1d607
2023-09-28T23:42:11.625Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:42:11.626Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:42:11.626Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:42:11.626Z||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$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:43:01.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:43:01.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:43:01.618Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:43:01.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 0b1bf11d-89cb-4882-a9ba-2af800019d60 url= /sdc/v1/artifactTypes
2023-09-28T23:43:01.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:43:01.627Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:43:01.628Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@75e509c1
2023-09-28T23:43:01.628Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:43:01.628Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:43:01.628Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:43:01.629Z||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$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:43:51.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:43:51.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:43:51.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:43:51.620Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= db3ad1b9-22a3-4f00-95d4-ad580e960c5a url= /sdc/v1/artifactTypes
2023-09-28T23:43:51.620Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:43:51.626Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:43:51.627Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1a2dc668
2023-09-28T23:43:51.627Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:43:51.627Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:43:51.627Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:43:51.628Z||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$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:44:41.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:44:41.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:44:41.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:44:41.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4f79fc55-b61c-4aba-bc24-962f1a390244 url= /sdc/v1/artifactTypes
2023-09-28T23:44:41.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:44:41.625Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:44:41.625Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@27f8fb41
2023-09-28T23:44:41.625Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:44:41.626Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:44:41.626Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:44:41.626Z||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$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:45:31.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:45:31.619Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:45:31.620Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:45:31.627Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f8659c92-d7ac-4ee2-aaac-1ebf08c617da url= /sdc/v1/artifactTypes
2023-09-28T23:45:31.627Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:45:31.640Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:45:31.641Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6c3e6087
2023-09-28T23:45:31.641Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:45:31.642Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:45:31.642Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:45:31.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to 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$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:46:21.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:46:21.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:46:21.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:46:21.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2a1b947c-47f1-4cda-b8a0-3d2dd907b71b url= /sdc/v1/artifactTypes
2023-09-28T23:46:21.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:46:21.627Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:46:21.628Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@515539ce
2023-09-28T23:46:21.628Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:46:21.628Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:46:21.628Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:46:21.629Z||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$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:47:11.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:47:11.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:47:11.616Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:47:11.620Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ffaa86ac-eecd-4e31-9a05-18145012235f url= /sdc/v1/artifactTypes
2023-09-28T23:47:11.620Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:47:11.632Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:47:11.632Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@486fcbb3
2023-09-28T23:47:11.632Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:47:11.632Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:47:11.632Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:47:11.633Z||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$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:48:01.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:48:01.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:48:01.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:48:01.622Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5b481bd5-3861-4a5a-817b-2c66ae604945 url= /sdc/v1/artifactTypes
2023-09-28T23:48:01.622Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:48:01.630Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:48:01.630Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5c722743
2023-09-28T23:48:01.630Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:48:01.631Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:48:01.631Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:48:01.631Z||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$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:48:51.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:48:51.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:48:51.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:48:51.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 50269844-d494-4125-8bf0-00d7955be879 url= /sdc/v1/artifactTypes
2023-09-28T23:48:51.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:48:51.629Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:48:51.629Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@995a9fb
2023-09-28T23:48:51.630Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:48:51.630Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:48:51.630Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:48:51.631Z||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$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:49:41.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:49:41.618Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:49:41.618Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:49:41.625Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2a73d5fd-6819-45f4-bcd2-44cd2924ca73 url= /sdc/v1/artifactTypes
2023-09-28T23:49:41.625Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:49:41.632Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:49:41.632Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7eb2fc32
2023-09-28T23:49:41.633Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:49:41.633Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:49:41.634Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:49:41.634Z||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$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:50:31.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:50:31.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:50:31.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:50:31.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4672576d-b820-4704-97b8-0102ddf396cd url= /sdc/v1/artifactTypes
2023-09-28T23:50:31.622Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:50:31.627Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-09-28T23:50:31.628Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3bfe71d3
2023-09-28T23:50:31.628Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-09-28T23:50:31.628Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-09-28T23:50:31.628Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-09-28T23:50:31.629Z||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$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:51:21.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:51:21.617Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:51:21.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:51:21.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 65a2a9c6-b912-4679-aa9c-f03205632020 url= /sdc/v1/artifactTypes
2023-09-28T23:51:21.621Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:51:21.786Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2023-09-28T23:51:21.787Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6cd93436
2023-09-28T23:51:21.787Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2023-09-28T23:51:21.788Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}}
2023-09-28T23:51:21.788Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-09-28T23:51:21.788Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 0a3176b8-d6ca-4e96-8f75-37e52c966d69 url= /sdc/v1/distributionKafkaData
2023-09-28T23:51:21.789Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-09-28T23:51:21.810Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2023-09-28T23:51:21.810Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2461a097
2023-09-28T23:51:21.811Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2023-09-28T23:51:21.811Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}}
2023-09-28T23:51:21.811Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC not found
2023-09-28T23:51:21.812Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: SDC not found
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: SDC not found
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:52:11.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:52:11.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:52:11.618Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:52:11.621Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bb9675b5-0a40-4282-aa71-7fbf411a810a url= /sdc/v1/artifactTypes
2023-09-28T23:52:11.622Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:52:11.663Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2023-09-28T23:52:11.664Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@e254de
2023-09-28T23:52:11.664Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2023-09-28T23:52:11.664Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}}
2023-09-28T23:52:11.664Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-09-28T23:52:11.665Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 92cd117a-818c-4c4d-87b4-6f424a8e88a6 url= /sdc/v1/distributionKafkaData
2023-09-28T23:52:11.665Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-09-28T23:52:11.690Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2023-09-28T23:52:11.691Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@292e294d
2023-09-28T23:52:11.691Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2023-09-28T23:52:11.692Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}}
2023-09-28T23:52:11.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC not found
2023-09-28T23:52:11.693Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: SDC not found
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: SDC not found
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:53:01.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:53:01.616Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:53:01.617Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:53:01.619Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 487baf3b-21df-40dc-ad4b-4024a7f154a2 url= /sdc/v1/artifactTypes
2023-09-28T23:53:01.620Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:53:01.644Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2023-09-28T23:53:01.645Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6051277b
2023-09-28T23:53:01.645Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2023-09-28T23:53:01.646Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}}
2023-09-28T23:53:01.646Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-09-28T23:53:01.646Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 0976762e-3474-4b3b-9acb-ca910310a8a6 url= /sdc/v1/distributionKafkaData
2023-09-28T23:53:01.646Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-09-28T23:53:01.665Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2023-09-28T23:53:01.666Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@38ed1e7d
2023-09-28T23:53:01.667Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2023-09-28T23:53:01.668Z||scheduling-1|||||DEBUG|500||error from SDC is: {"requestError":{"serviceException":{"messageId":"SVC4003","text":"Error: User '%1' was not found.","variables":["cs0008"],"formattedErrorMessage":"Error: User 'cs0008' was not found."}}}
2023-09-28T23:53:01.668Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC not found
2023-09-28T23:53:01.669Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: SDC not found
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$6afc110.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: SDC not found
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 31 common frames omitted
2023-09-28T23:53:51.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-09-28T23:53:51.619Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-09-28T23:53:51.620Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-09-28T23:53:51.626Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e01d99db-ba00-4de9-8b0a-93a6ccd6d7ab url= /sdc/v1/artifactTypes
2023-09-28T23:53:51.627Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-09-28T23:53:51.665Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-09-28T23:53:51.678Z||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-09-28T23:53:51.678Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-09-28T23:53:51.679Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 58c604e3-b895-4df8-8f8f-0650338e6582 url= /sdc/v1/distributionKafkaData
2023-09-28T23:53:51.679Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-09-28T23:53:51.707Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-09-28T23:53:51.715Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@39039365
2023-09-28T23:53:51.796Z||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-9cf064b7-11d5-4653-8d8b-b2217759eda0
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-09-28T23:53:51.922Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Instantiated an idempotent producer.
2023-09-28T23:53:52.031Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-09-28T23:53:52.099Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-09-28T23:53:52.099Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-09-28T23:53:52.099Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1695945232096
2023-09-28T23:53:52.106Z||scheduling-1|||||INFO|500||start DistributionClient
2023-09-28T23:53:52.132Z||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-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e
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-09-28T23:53:52.228Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-09-28T23:53:52.228Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-09-28T23:53:52.229Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1695945232228
2023-09-28T23:53:52.231Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:53:52.234Z||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-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c
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-09-28T23:53:52.234Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:53:52.247Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-09-28T23:53:52.247Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-09-28T23:53:52.247Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1695945232247
2023-09-28T23:53:52.248Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-28T23:53:52.250Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-28T23:53:52.256Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-09-28T23:53:53.041Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 6c6oMQ2sTACoZHAzImwyfw
2023-09-28T23:53:53.042Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Cluster ID: _1_kW_3JSPudNerajc4HcA
2023-09-28T23:53:53.042Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 6c6oMQ2sTACoZHAzImwyfw
2023-09-28T23:53:53.043Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 6c6oMQ2sTACoZHAzImwyfw
2023-09-28T23:53:53.043Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:53.043Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 6c6oMQ2sTACoZHAzImwyfw
2023-09-28T23:53:53.043Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:53.043Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 6c6oMQ2sTACoZHAzImwyfw
2023-09-28T23:53:53.044Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:53.044Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 6c6oMQ2sTACoZHAzImwyfw
2023-09-28T23:53:53.044Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:53.044Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:53.044Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:53.046Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] ProducerId set to 4 with epoch 0
2023-09-28T23:53:53.047Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Cluster ID: _1_kW_3JSPudNerajc4HcA
2023-09-28T23:53:53.047Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Cluster ID: _1_kW_3JSPudNerajc4HcA
2023-09-28T23:53:53.048Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-09-28T23:53:53.048Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-09-28T23:53:53.079Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] (Re-)joining group
2023-09-28T23:53:53.079Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] (Re-)joining group
2023-09-28T23:53:53.129Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c-e1a8879c-42c1-47c7-b83e-17d81a89d720
2023-09-28T23:53:53.129Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e-88f5168f-04fd-48d9-afd0-745629897b8b
2023-09-28T23:53:53.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-09-28T23:53:53.130Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] (Re-)joining group
2023-09-28T23:53:53.130Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:53.130Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] (Re-)joining group
2023-09-28T23:53:59.135Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e-88f5168f-04fd-48d9-afd0-745629897b8b', protocol='range'}
2023-09-28T23:53:59.135Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c-e1a8879c-42c1-47c7-b83e-17d81a89d720', protocol='range'}
2023-09-28T23:53:59.251Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:59.251Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:59.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:59.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:59.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:59.252Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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 k6JyO8MlRbWZYPs36iU5lQ
2023-09-28T23:53:59.266Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c-e1a8879c-42c1-47c7-b83e-17d81a89d720=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e-88f5168f-04fd-48d9-afd0-745629897b8b=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-09-28T23:53:59.346Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e-88f5168f-04fd-48d9-afd0-745629897b8b', protocol='range'}
2023-09-28T23:53:59.346Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c-e1a8879c-42c1-47c7-b83e-17d81a89d720', protocol='range'}
2023-09-28T23:53:59.348Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:59.348Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-09-28T23:53:59.358Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:59.358Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-09-28T23:53:59.375Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-09-28T23:53:59.375Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-09-28T23:53:59.376Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-09-28T23:53:59.376Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-09-28T23:53:59.376Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-09-28T23:53:59.376Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-09-28T23:53:59.377Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-09-28T23:53:59.377Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-09-28T23:53:59.378Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-09-28T23:53:59.378Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-09-28T23:53:59.378Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-09-28T23:53:59.378Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-09-28T23:53:59.459Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-09-28T23:53:59.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-09-28T23:53:59.462Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:59.462Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:59.475Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:59.476Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-09-28T23:53:59.476Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-09-28T23:53:59.477Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:59.482Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-09-28T23:53:59.482Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, 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-09-28T23:53:59.571Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:53:59.572Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, 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-09-28T23:54:52.240Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:54:52.250Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-28T23:55:52.240Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:55:52.252Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-28T23:56:52.242Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:56:52.253Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-28T23:57:52.242Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:57:52.254Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-28T23:58:52.243Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:58:52.254Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-28T23:59:52.245Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-28T23:59:52.255Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:00:52.246Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:00:52.255Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:01:52.246Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:01:52.255Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:02:52.250Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:02:52.261Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:02:53.224Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-2c6dbd55-f46f-4a91-b7b2-edda90d41b1e, groupId=SO] Node -1 disconnected.
2023-09-29T00:02:53.249Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-000c8c4b-cb6b-42bb-8f4b-b42a395d7a1c, groupId=SO] Node -1 disconnected.
2023-09-29T00:02:53.312Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Node -1 disconnected.
2023-09-29T00:03:52.251Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:03:52.261Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:04:52.252Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:04:52.261Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:05:52.253Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:05:52.262Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:06:52.254Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:06:52.262Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:07:52.255Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:07:52.264Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:08:52.257Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:08:52.264Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:09:52.257Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:09:52.266Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:10:52.258Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:10:52.266Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:11:52.260Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:11:52.267Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:12:52.261Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:12:52.267Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:13:52.262Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:13:52.268Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:14:52.265Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:14:52.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:15:52.266Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:15:52.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:16:52.266Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:16:52.270Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:17:52.267Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:17:52.270Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:18:52.268Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:18:52.271Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:19:52.269Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:19:52.273Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:20:52.270Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:20:52.273Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:21:52.272Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:21:52.274Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:22:52.273Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:22:52.275Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:23:52.275Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:23:52.276Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:24:52.277Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:24:52.277Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:25:52.278Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:25:52.279Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:26:52.279Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:26:52.280Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:27:52.280Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:27:52.282Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:28:52.282Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:28:52.283Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:29:52.283Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:29:52.283Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:30:52.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:30:52.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:31:52.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:31:52.286Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:32:52.287Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:32:52.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:33:52.288Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:33:52.291Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:34:52.291Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:34:52.292Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:35:52.291Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:35:52.292Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:36:52.291Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:36:52.293Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:37:52.293Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:37:52.294Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:38:52.296Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:38:52.304Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:39:52.297Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:39:52.304Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:40:52.297Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:40:52.305Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:41:52.299Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:41:52.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:42:52.301Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:42:52.308Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:43:52.302Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:43:52.308Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:44:52.303Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:44:52.309Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:45:52.305Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:45:52.310Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:46:52.306Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:46:52.310Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:47:52.308Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:47:52.310Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:48:52.309Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:48:52.311Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:49:52.310Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:49:52.311Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:50:52.311Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:50:52.312Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:51:52.314Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:51:52.314Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:52:52.314Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:52:52.315Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:53:52.315Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:53:52.315Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:54:52.316Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:54:52.316Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:55:52.317Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:55:52.317Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:56:52.319Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:56:52.318Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:57:52.321Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:57:52.321Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T00:58:29.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-09-29T00:58:29.687Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"53e90aaa-2c5c-4a22-8a7f-8ce353c17d10","serviceName":"basic_onboard_zAyoBb","serviceVersion":"1.0","serviceUUID":"31c37892-8832-4058-a6f8-785042ef68bf","serviceDescription":"service","serviceInvariantUUID":"abb2c79a-07f1-4bf2-b3fc-b98d764eaf25","resources":[{"resourceInstanceName":"basic_onboard_zAyoBb 0","resourceName":"basic_onboard_zAyoBb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0677a6db-b0b7-44ae-9604-4c4aca8a01ed","resourceInvariantUUID":"ea003c72-ac41-4119-95b2-b879e208e4a5","resourceCustomizationUUID":"e057e338-6f70-4418-afcf-83d00a2df654","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml","artifactChecksum":"NjUyMzk2MDdlNGZmMDliMTc0ZDU2ODFmZDdlZTk1Nzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68952ff8-a698-4fc9-bfd6-8e675b2bcb25","artifactVersion":"1"},{"artifactName":"basic_onboard_zayobb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json","artifactChecksum":"NjBjNTJkMmIxMTZmMTA0NjYyZTA4NzQzMmMxOGNlMGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be2ab1fb-92de-4e2d-a5e1-d610f899de6e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a632233b-c991-4647-877f-2475a0d3b926","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23dcdc18-841d-4ac3-bcd3-f3eba14bb020","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"45b6f79f-f08b-4c2a-9ac9-23a59386a343","artifactVersion":"2","generatedFromUUID":"a632233b-c991-4647-877f-2475a0d3b926"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZayobb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml","artifactChecksum":"ZWJmMTZjODIwODAzMGQ2MmExN2Y4NjU0MGQ1ZTY5NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"067f6263-e012-41c7-b8d6-e844af3085b0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZayobb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar","artifactChecksum":"ZWJiNGUzN2RlYzUxZTc4MjAyYzU4NzMzMGQyYTJhMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"930fc697-9e28-40be-9667-dd63e696ce73","artifactVersion":"1"}],"workloadContext":"Production"}
2023-09-29T00:58:29.707Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T00:58:29.722Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:29.722Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:29.722Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949072321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:29.731Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T00:58:29.731Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T00:58:29.731Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T00:58:29.732Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T00:58:29.732Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T00:58:29.732Z||kafka-producer-network-thread | SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-9cf064b7-11d5-4653-8d8b-b2217759eda0] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to k6JyO8MlRbWZYPs36iU5lQ
2023-09-29T00:58:29.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:58:29.783Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949097774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:58:29.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:58:30.761Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T00:58:30.762Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:30.762Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:30.762Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949072321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:31.763Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T00:58:31.764Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:31.764Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:31.765Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949072321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:32.773Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T00:58:32.773Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:32.774Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:32.774Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949072321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:33.775Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T00:58:33.775Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:33.776Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:33.776Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949072321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:34.776Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T00:58:34.777Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:34.777Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:34.777Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949072321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:35.778Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T00:58:35.778Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:35.778Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:35.779Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949072321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:36.780Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"serviceName": "basic_onboard_zAyoBb",
"serviceVersion": "1.0",
"serviceUUID": "31c37892-8832-4058-a6f8-785042ef68bf",
"serviceDescription": "service",
"serviceInvariantUUID": "abb2c79a-07f1-4bf2-b3fc-b98d764eaf25",
"resources": [
{
"resourceInstanceName": "basic_onboard_zAyoBb 0",
"resourceCustomizationUUID": "e057e338-6f70-4418-afcf-83d00a2df654",
"resourceName": "basic_onboard_zAyoBb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0677a6db-b0b7-44ae-9604-4c4aca8a01ed",
"resourceInvariantUUID": "ea003c72-ac41-4119-95b2-b879e208e4a5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zayobb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
"artifactChecksum": "NjBjNTJkMmIxMTZmMTA0NjYyZTA4NzQzMmMxOGNlMGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "be2ab1fb-92de-4e2d-a5e1-d610f899de6e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a632233b-c991-4647-877f-2475a0d3b926",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "45b6f79f-f08b-4c2a-9ac9-23a59386a343",
"generatedFromUUID": "a632233b-c991-4647-877f-2475a0d3b926"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "45b6f79f-f08b-4c2a-9ac9-23a59386a343",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZayobb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"artifactChecksum": "ZWJiNGUzN2RlYzUxZTc4MjAyYzU4NzMzMGQyYTJhMDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "930fc697-9e28-40be-9667-dd63e696ce73"
}
],
"workloadContext": "Production"
}
2023-09-29T00:58:36.783Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-09-29T00:58:36.784Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 31c37892-8832-4058-a6f8-785042ef68bf ASDC
2023-09-29T00:58:36.921Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
ServiceName:basic_onboard_zAyoBb
ServiceVersion:1.0
ServiceUUID:31c37892-8832-4058-a6f8-785042ef68bf
ServiceInvariantUUID:abb2c79a-07f1-4bf2-b3fc-b98d764eaf25
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZayobb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar
ArtifactUUID:930fc697-9e28-40be-9667-dd63e696ce73
ArtifactChecksum:ZWJiNGUzN2RlYzUxZTc4MjAyYzU4NzMzMGQyYTJhMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zAyoBb 0
ResourceCustomizationUUID:e057e338-6f70-4418-afcf-83d00a2df654
ResourceInvariantUUID:ea003c72-ac41-4119-95b2-b879e208e4a5
ResourceName:basic_onboard_zAyoBb
ResourceType:VF
ResourceUUID:0677a6db-b0b7-44ae-9604-4c4aca8a01ed
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zayobb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json
ArtifactUUID:be2ab1fb-92de-4e2d-a5e1-d610f899de6e
ArtifactChecksum:NjBjNTJkMmIxMTZmMTA0NjYyZTA4NzQzMmMxOGNlMGM=
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/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a632233b-c991-4647-877f-2475a0d3b926
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/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env
ArtifactUUID:45b6f79f-f08b-4c2a-9ac9-23a59386a343
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/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env
ArtifactUUID:45b6f79f-f08b-4c2a-9ac9-23a59386a343
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-09-29T00:58:36.921Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 31c37892-8832-4058-a6f8-785042ef68bf 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-09-29T00:58:37.213Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T00:58:37.215Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-09-29T00:58:37.216Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-09-29T00:58:37.216Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 930fc697-9e28-40be-9667-dd63e696ce73 from URL: /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:37.216Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T00:58:37.217Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:37.379Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T00:58:37.387Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar 930fc697-9e28-40be-9667-dd63e696ce73 75653
2023-09-29T00:58:37.388Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar ASDC sendASDCNotification
2023-09-29T00:58:37.388Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:37.389Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T00:58:37.390Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:37.390Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:37.390Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949117387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:38.391Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T00:58:38.392Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-09-29T00:58:38.392Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 930fc697-9e28-40be-9667-dd63e696ce73, URL: /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar to file: /app/ASDC/1/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:38.393Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:38.504Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:38.505Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:39.096Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2090089438788722926/Definitions/service-BasicOnboardZayobb-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-09-29T00:58:40.678Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-09-29T00:58:40.684Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-09-29T00:58:40.684Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.684Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-09-29T00:58:40.684Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zAyoBb 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-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.684Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.685Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|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-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.685Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|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-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.685Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|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-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.685Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.685Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|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-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:40.685Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-09-29T00:58:40.693Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:40.695Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:40.699Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:40.700Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-09-29T00:58:40.702Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T00:58:40.704Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:40.704Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:40.704Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:40.704Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-09-29T00:58:40.705Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T00:58:40.705Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:40.705Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:40.709Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:40.709Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is not matching search criteria
2023-09-29T00:58:40.709Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-09-29T00:58:40.710Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-09-29T00:58:40.710Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-09-29T00:58:40.710Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-09-29T00:58:40.710Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-09-29T00:58:40.710Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:40.711Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-09-29T00:58:40.712Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:40.712Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:40.712Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T00:58:40.713Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:40.713Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:40.713Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T00:58:40.713Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:40.713Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:40.714Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T00:58:40.714Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:40.714Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is not matching search criteria
2023-09-29T00:58:40.714Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-09-29T00:58:40.714Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-09-29T00:58:40.714Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=813e8560-6364-4d9a-9e84-09ad84ef7600
2023-09-29T00:58:40.715Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:40.715Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:40.715Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:40.715Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:40.716Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:40.716Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:40.716Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:40.716Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:40.716Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_zAyoBb
Description:service
Model UUID:31c37892-8832-4058-a6f8-785042ef68bf
Model Version:NULL
Model InvariantUuid:abb2c79a-07f1-4bf2-b3fc-b98d764eaf25
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_zAyoBb
Model UUID:49f58b10-5ee4-45d2-94d4-ae006d5cac8a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ea003c72-ac41-4119-95b2-b879e208e4a5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e057e338-6f70-4418-afcf-83d00a2df654
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:933edf26-0deb-421b-a9f8-f00ac718635f
ModelName:BasicOnboardZayobb..base_ubuntu18..module-0
ModelUuid:f5cad163-cbb7-414b-8ed3-25b7ace5a614
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:813e8560-6364-4d9a-9e84-09ad84ef7600
ModelInvariantUuid:8f11b11c-f605-4708-bff9-4fa3e8708258
ModelName:basic_onboard_zAyoBb-nodes.ubuntu18Cvfc
ModelUuid:ae5b7dd2-54c8-4601-8e34-83eea72c6cfd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:81e7439e-9799-41d6-bc8f-009ddf233051
ModelInvariantUuid:1996c8c6-7fd2-4296-98fd-f8607a020faf
ModelName:BasicOnboardZayobb.compute.nodes.heat.ubuntu18
ModelUuid:65ee0f7e-6893-4484-a1aa-df2e8c374ed2
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-09-29T00:58:40.742Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 0677a6db-b0b7-44ae-9604-4c4aca8a01ed
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-09-29T00:58:40.854Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||basic_onboard_zAyoBb 0
2023-09-29T00:58:40.865Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0677a6db-b0b7-44ae-9604-4c4aca8a01ed
2023-09-29T00:58:40.865Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: be2ab1fb-92de-4e2d-a5e1-d610f899de6e from URL: /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json
2023-09-29T00:58:40.865Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T00:58:40.865Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json
2023-09-29T00:58:40.928Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T00:58:40.929Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json be2ab1fb-92de-4e2d-a5e1-d610f899de6e 798
2023-09-29T00:58:40.929Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json ASDC sendASDCNotification
2023-09-29T00:58:40.929Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json
2023-09-29T00:58:40.929Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T00:58:40.930Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:40.930Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:40.930Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949120929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:41.932Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZayobb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "933edf26-0deb-421b-a9f8-f00ac718635f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f5cad163-cbb7-414b-8ed3-25b7ace5a614",
"vfModuleModelCustomizationUUID": "c176acf3-5899-459b-bdba-469e6d7e2867",
"isBase": true,
"artifacts": [
"a632233b-c991-4647-877f-2475a0d3b926",
"45b6f79f-f08b-4c2a-9ac9-23a59386a343"
],
"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-09-29T00:58:41.954Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZayobb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5cad163-cbb7-414b-8ed3-25b7ace5a614
VfModuleModelInvariantUUID:933edf26-0deb-421b-a9f8-f00ac718635f
VfModuleModelDescription:NULL
Artifacts UUID List:{
a632233b-c991-4647-877f-2475a0d3b926
,
45b6f79f-f08b-4c2a-9ac9-23a59386a343
}
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-09-29T00:58:41.958Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZayobb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "933edf26-0deb-421b-a9f8-f00ac718635f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f5cad163-cbb7-414b-8ed3-25b7ace5a614",
"vfModuleModelCustomizationUUID": "c176acf3-5899-459b-bdba-469e6d7e2867",
"isBase": true,
"artifacts": [
"a632233b-c991-4647-877f-2475a0d3b926",
"45b6f79f-f08b-4c2a-9ac9-23a59386a343"
],
"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-09-29T00:58:41.959Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZayobb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5cad163-cbb7-414b-8ed3-25b7ace5a614
VfModuleModelInvariantUUID:933edf26-0deb-421b-a9f8-f00ac718635f
VfModuleModelDescription:NULL
Artifacts UUID List:{
a632233b-c991-4647-877f-2475a0d3b926
,
45b6f79f-f08b-4c2a-9ac9-23a59386a343
}
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-09-29T00:58:41.959Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a632233b-c991-4647-877f-2475a0d3b926 from URL: /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml
2023-09-29T00:58:41.959Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T00:58:41.959Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml
2023-09-29T00:58:42.026Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T00:58:42.027Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml a632233b-c991-4647-877f-2475a0d3b926 5033
2023-09-29T00:58:42.027Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-09-29T00:58:42.027Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml
2023-09-29T00:58:42.027Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T00:58:42.028Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:42.028Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:42.028Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949122027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:43.029Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 45b6f79f-f08b-4c2a-9ac9-23a59386a343 from URL: /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env
2023-09-29T00:58:43.029Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T00:58:43.029Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env
2023-09-29T00:58:43.090Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T00:58:43.090Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env 45b6f79f-f08b-4c2a-9ac9-23a59386a343 909
2023-09-29T00:58:43.090Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-09-29T00:58:43.090Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env
2023-09-29T00:58:43.091Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T00:58:43.091Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:43.091Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:43.091Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949123090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:44.092Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 31c37892-8832-4058-a6f8-785042ef68bf
2023-09-29T00:58:44.092Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zAyoBb 0 0677a6db-b0b7-44ae-9604-4c4aca8a01ed ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-09-29T00:58:44.132Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66868c08, org.onap.sdc.toscaparser.api.parameters.Input@297a36f3, org.onap.sdc.toscaparser.api.parameters.Input@7559a75, org.onap.sdc.toscaparser.api.parameters.Input@5149d77d, org.onap.sdc.toscaparser.api.parameters.Input@3fde790]
2023-09-29T00:58:44.137Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:44.137Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.138Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2023-09-29T00:58:44.138Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e057e338-6f70-4418-afcf-83d00a2df654
2023-09-29T00:58:44.138Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e057e338-6f70-4418-afcf-83d00a2df654 matches Tosca VF Customization UUID: e057e338-6f70-4418-afcf-83d00a2df654
2023-09-29T00:58:44.138Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e057e338-6f70-4418-afcf-83d00a2df654 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-09-29T00:58:44.153Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:44.153Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.159Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e057e338-6f70-4418-afcf-83d00a2df654: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-09-29T00:58:44.159Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@172ec59
2023-09-29T00:58:44.159Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:44.159Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-09-29T00:58:44.160Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c176acf3-5899-459b-bdba-469e6d7e2867
2023-09-29T00:58:44.161Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c176acf3-5899-459b-bdba-469e6d7e2867
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-09-29T00:58:44.182Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:44.182Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:44.183Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T00:58:44.183Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:44.184Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:44.184Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T00:58:44.184Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:44.184Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is not matching search criteria
2023-09-29T00:58:44.184Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-09-29T00:58:44.185Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-09-29T00:58:44.185Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=813e8560-6364-4d9a-9e84-09ad84ef7600
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-09-29T00:58:44.199Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:44.199Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:44.199Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T00:58:44.199Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:44.200Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zAyoBb 0 is matching search criteria
2023-09-29T00:58:44.200Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zAyoBb 0] matching following query criteria: sdcType=VF, customizationUUID=e057e338-6f70-4418-afcf-83d00a2df654
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-09-29T00:58:44.202Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:44.203Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.205Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 31c37892-8832-4058-a6f8-785042ef68bf: basic_onboard_zAyoBb
2023-09-29T00:58:44.205Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:44.205Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.206Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:44.206Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.206Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:44.206Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.206Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:44.207Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.207Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T00:58:44.207Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zAyoBb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T00:58:44.207Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_zAyoBb
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-09-29T00:58:44.536Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zAyoBb 0677a6db-b0b7-44ae-9604-4c4aca8a01ed 1 ASDC deployResourceStructure
2023-09-29T00:58:44.536Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json ASDC sendASDCNotification
2023-09-29T00:58:44.537Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json
2023-09-29T00:58:44.537Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T00:58:44.538Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:44.538Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:44.538Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949124536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:45.540Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-09-29T00:58:45.540Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml
2023-09-29T00:58:45.540Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T00:58:45.540Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:45.541Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:45.541Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949125539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:46.543Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-09-29T00:58:46.543Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env
2023-09-29T00:58:46.543Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T00:58:46.543Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:46.543Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:46.544Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949126543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:47.545Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar ASDC sendASDCNotification
2023-09-29T00:58:47.546Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar
2023-09-29T00:58:47.546Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T00:58:47.547Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T00:58:47.547Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T00:58:47.547Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949127545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:48.550Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T00:58:48.596Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T00:58:48.599Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T00:58:48.600Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T00:58:48.600Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T00:58:52.249Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:58:52.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:58:52.252Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949072321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:58:52.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:58:52.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:58:52.253Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "aai-model-loader",
"timestamp": 1695949099301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:58:52.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:18.600Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T00:59:18.624Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T00:59:18.628Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T00:59:18.628Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T00:59:18.628Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T00:59:48.628Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T00:59:48.641Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T00:59:48.644Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T00:59:48.645Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T00:59:48.645Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T00:59:52.249Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T00:59:52.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.253Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "multicloud-k8s",
"timestamp": 1695949089427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.254Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.254Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "policy-distribution-id",
"timestamp": 1695949106191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.254Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949050718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949097774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "multicloud-k8s",
"timestamp": 1695949089427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
"status": "NOTIFIED"
}
2023-09-29T00:59:52.255Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "policy-distribution-id",
"timestamp": 1695949106191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "aai-model-loader",
"timestamp": 1695949099301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.256Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949072321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
"status": "NOTIFIED"
}
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949050718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949097774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.258Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "multicloud-k8s",
"timestamp": 1695949089427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-09-29T00:59:52.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.258Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "policy-distribution-id",
"timestamp": 1695949106191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-09-29T00:59:52.258Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.258Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "aai-model-loader",
"timestamp": 1695949099301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.259Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.259Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949072321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-09-29T00:59:52.259Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.260Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949050718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.260Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949097774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.260Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.261Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "multicloud-k8s",
"timestamp": 1695949089427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.261Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "policy-distribution-id",
"timestamp": 1695949106191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.262Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "aai-model-loader",
"timestamp": 1695949099301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.262Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.262Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949072321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.263Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.263Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949050718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.263Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.263Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949097774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.264Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.264Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "multicloud-k8s",
"timestamp": 1695949089427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-09-29T00:59:52.264Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.264Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "policy-distribution-id",
"timestamp": 1695949106191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.265Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "aai-model-loader",
"timestamp": 1695949099301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.265Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949072321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-09-29T00:59:52.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949050718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.266Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949097774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "multicloud-k8s",
"timestamp": 1695949089427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.267Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "policy-distribution-id",
"timestamp": 1695949106191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "aai-model-loader",
"timestamp": 1695949099301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.268Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949072321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949050718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-template.yml",
"status": "NOT_NOTIFIED"
}
2023-09-29T00:59:52.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.269Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949097774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "NOTIFIED"
}
2023-09-29T00:59:52.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.270Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "multicloud-k8s",
"timestamp": 1695949089427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "NOTIFIED"
}
2023-09-29T00:59:52.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.270Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "policy-distribution-id",
"timestamp": 1695949106191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "NOTIFIED"
}
2023-09-29T00:59:52.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.271Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "aai-model-loader",
"timestamp": 1695949099301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "NOTIFIED"
}
2023-09-29T00:59:52.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.271Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949072321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "NOTIFIED"
}
2023-09-29T00:59:52.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.272Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949050718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "NOTIFIED"
}
2023-09-29T00:59:52.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.272Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "policy-distribution-id",
"timestamp": 1695949117226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "aai-model-loader",
"timestamp": 1695949117249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.273Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949116718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "multicloud-k8s",
"timestamp": 1695949116996,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949117537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949117387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "policy-distribution-id",
"timestamp": 1695949118241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "DEPLOY_OK"
}
2023-09-29T00:59:52.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949118594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-09-29T00:59:52.287Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
2023-09-29T00:59:52.287Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-09-29T00:59:52.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.299Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "multicloud-k8s",
"timestamp": 1695949118128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.300Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "policy-distribution-id",
"timestamp": 1695949119245,
"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-09-29T00:59:52.307Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
2023-09-29T00:59:52.307Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 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-09-29T00:59:52.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.317Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "multicloud-k8s",
"timestamp": 1695949119215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.318Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.318Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "multicloud-k8s",
"timestamp": 1695949120431,
"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-09-29T00:59:52.325Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
2023-09-29T00:59:52.325Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 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-09-29T00:59:52.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.334Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949120929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.334Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949120697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "DEPLOY_OK"
}
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "multicloud-k8s",
"timestamp": 1695949121433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
"status": "DEPLOY_OK"
}
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.335Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949121699,
"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-09-29T00:59:52.343Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
2023-09-29T00:59:52.343Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 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-09-29T00:59:52.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.355Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949122027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.355Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949123090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-09-29T00:59:52.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.356Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949124536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/basic_onboard_zayobb0_modules.json",
"status": "DEPLOY_OK"
}
2023-09-29T00:59:52.356Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.357Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949125539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-09-29T00:59:52.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.357Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949126543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/resourceInstances/basic_onboard_zayobb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-09-29T00:59:52.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T00:59:52.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T00:59:52.357Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949127545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "DEPLOY_OK"
}
2023-09-29T00:59:52.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:00:18.645Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T01:00:18.660Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T01:00:18.674Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:00:18.674Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:00:18.674Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:00:48.675Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T01:00:48.697Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T01:00:48.707Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:00:48.707Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:00:48.711Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:00:52.249Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:00:52.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:00:52.251Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "aai-model-loader",
"timestamp": 1695949138436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZayobb/1.0/artifacts/service-BasicOnboardZayobb-csar.csar",
"status": "DEPLOY_OK"
}
2023-09-29T01:00:52.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:00:52.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:00:52.252Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "aai-model-loader",
"timestamp": 1695949139441,
"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-09-29T01:00:52.261Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
2023-09-29T01:00:52.261Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 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-09-29T01:01:18.712Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T01:01:18.744Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10
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-09-29T01:01:18.754Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:01:18.754Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-09-29T01:01:18.754Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-09-29T01:01:18.754Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-09-29T01:01:18.754Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-09-29T01:01:18.754Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-09-29T01:01:18.755Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-09-29T01:01:18.755Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-09-29T01:01:18.755Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-09-29T01:01:18.755Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|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-09-29T01:01:18.767Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-09-29T01:01:48.768Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 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-09-29T01:01:48.794Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 and serviceModelVersionId: 31c37892-8832-4058-a6f8-785042ef68bf
2023-09-29T01:01:48.795Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abb2c79a-07f1-4bf2-b3fc-b98d764eaf25
2023-09-29T01:01:52.250Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:02:07.693Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0
2023-09-29T01:02:07.809Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-09-29T01:02:08.377Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0|INFO|500||Invoke
2023-09-29T01:02:08.383Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53e90aaa-2c5c-4a22-8a7f-8ce353c17d10], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23a4368b-cd42-4aeb-88b2-b6511cf82686], X-ECOMP-RequestID=[53e90aaa-2c5c-4a22-8a7f-8ce353c17d10], X-TransactionId=[], X-ONAP-RequestID=[53e90aaa-2c5c-4a22-8a7f-8ce353c17d10], Content-Type=[application/merge-patch+json]}
2023-09-29T01:02:08.409Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-09-29T01:02:08.696Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?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/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0 has http status code:200 and response headers:{date=[Fri, 29 Sep 2023 01:02:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[260], vertex-id=[209136], x-aai-txid=[0-aai-resources-230929-01:02:08:707-18105], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-09-29T01:02:08.699Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-09-29T01:02:08.700Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/abb2c79a-07f1-4bf2-b3fc-b98d764eaf25/model-vers/model-ver/31c37892-8832-4058-a6f8-785042ef68bf?depth=0|INFO|500||InvokeReturn
2023-09-29T01:02:08.709Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-09-29T01:02:08.709Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|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-09-29T01:02:08.718Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|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-09-29T01:02:08.720Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53e90aaa-2c5c-4a22-8a7f-8ce353c17d10 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-09-29T01:02:08.721Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-09-29T01:02:08.723Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:02:08.723Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:02:08.723Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949328720,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:02:08.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:02:08.738Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "53e90aaa-2c5c-4a22-8a7f-8ce353c17d10",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949328720,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-09-29T01:02:08.739Z||pool-2-thread-10|||||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-09-29T01:02:09.741Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:02:52.249Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:03:09.742Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:03:52.251Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:09.743Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:04:24.309Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-09-29T01:04:24.309Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"d44b0623-268b-4e4a-9051-b085883ec3a1","serviceName":"vFW 2023-09-29 01-03-35","serviceVersion":"1.0","serviceUUID":"2e53a98b-95df-4223-9fad-997bfbd45a55","serviceDescription":"catalog service description","serviceInvariantUUID":"6bdc8812-e59c-4631-a5b3-eedee408e79e","resources":[{"resourceInstanceName":"vFW 964d1d4f-a433 0","resourceName":"vFW 964d1d4f-a433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a3bd43a-d592-4c05-b753-9ef24e1f1fe9","resourceInvariantUUID":"6116ecd9-c9bb-4818-859a-f7c63db7460e","resourceCustomizationUUID":"128c0084-1e97-4525-b44b-bdad0c4ff0a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml","artifactChecksum":"NzdiMDk1OGJhZjUxMWI0MGY0ZGM0NWFjMGE4ZDZhNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36ad93d9-4913-40b3-8b2c-9770d3e601b9","artifactVersion":"1"},{"artifactName":"vfw964d1d4fa4330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json","artifactChecksum":"MGY5NzY3NGY5NGIwOTIwMWMwMmIxMzVhYzMzZDI1MDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e62042d9-cb15-40e6-930f-8b2ba936434a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1a967651-f672-4c26-a78e-34ae7c2ed739","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml","artifactChecksum":"OGY3ZDg0YjY4ODY1MWViOGNhZDU5ZjYwNTAzNTY0Y2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ea43f53-74a1-4626-92ea-42cb5c5f0d82","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"664dcafb-0bf0-41c9-bb0d-83351bcc0925","artifactVersion":"2","generatedFromUUID":"1a967651-f672-4c26-a78e-34ae7c2ed739"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230929010335-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml","artifactChecksum":"YjIyNmVkMzUyNzczNmVlZTI3MjUzYjgyZWM5Y2IwODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1cae3e2c-7424-4f53-89dc-e80d807961a2","artifactVersion":"1"},{"artifactName":"service-Vfw20230929010335-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar","artifactChecksum":"NTczYmNhNzE3YmZiY2Y3ODkzYmNmMWI2MGY2MDE4YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45be5508-0587-456a-ad39-797f161649b7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-09-29T01:04:24.313Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:04:24.313Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:24.313Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:24.314Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949449743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:24.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:04:24.336Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949449743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:04:24.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:04:24.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:04:24.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "aai-model-loader",
"timestamp": 1695949459301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:04:24.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:04:25.314Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:04:25.315Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:25.315Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:25.316Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949449743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:26.316Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:04:26.317Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:26.317Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:26.317Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949449743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:27.318Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:04:27.318Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:27.318Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:27.319Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949449743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:28.319Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:04:28.320Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:28.320Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:28.320Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949449743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:29.321Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:04:29.321Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:29.321Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:29.321Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949449743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:30.322Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:04:30.323Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:30.323Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:30.323Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949449743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:31.325Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"serviceName": "vFW 2023-09-29 01-03-35",
"serviceVersion": "1.0",
"serviceUUID": "2e53a98b-95df-4223-9fad-997bfbd45a55",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6bdc8812-e59c-4631-a5b3-eedee408e79e",
"resources": [
{
"resourceInstanceName": "vFW 964d1d4f-a433 0",
"resourceCustomizationUUID": "128c0084-1e97-4525-b44b-bdad0c4ff0a2",
"resourceName": "vFW 964d1d4f-a433",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3a3bd43a-d592-4c05-b753-9ef24e1f1fe9",
"resourceInvariantUUID": "6116ecd9-c9bb-4818-859a-f7c63db7460e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw964d1d4fa4330_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
"artifactChecksum": "MGY5NzY3NGY5NGIwOTIwMWMwMmIxMzVhYzMzZDI1MDY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e62042d9-cb15-40e6-930f-8b2ba936434a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1a967651-f672-4c26-a78e-34ae7c2ed739",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "664dcafb-0bf0-41c9-bb0d-83351bcc0925",
"generatedFromUUID": "1a967651-f672-4c26-a78e-34ae7c2ed739"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "664dcafb-0bf0-41c9-bb0d-83351bcc0925",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230929010335-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"artifactChecksum": "NTczYmNhNzE3YmZiY2Y3ODkzYmNmMWI2MGY2MDE4YTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "45be5508-0587-456a-ad39-797f161649b7"
}
],
"workloadContext": "Production"
}
2023-09-29T01:04:31.326Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-09-29T01:04:31.326Z|53e90aaa-2c5c-4a22-8a7f-8ce353c17d10|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2e53a98b-95df-4223-9fad-997bfbd45a55 ASDC
2023-09-29T01:04:31.326Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d44b0623-268b-4e4a-9051-b085883ec3a1
ServiceName:vFW 2023-09-29 01-03-35
ServiceVersion:1.0
ServiceUUID:2e53a98b-95df-4223-9fad-997bfbd45a55
ServiceInvariantUUID:6bdc8812-e59c-4631-a5b3-eedee408e79e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230929010335-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar
ArtifactUUID:45be5508-0587-456a-ad39-797f161649b7
ArtifactChecksum:NTczYmNhNzE3YmZiY2Y3ODkzYmNmMWI2MGY2MDE4YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 964d1d4f-a433 0
ResourceCustomizationUUID:128c0084-1e97-4525-b44b-bdad0c4ff0a2
ResourceInvariantUUID:6116ecd9-c9bb-4818-859a-f7c63db7460e
ResourceName:vFW 964d1d4f-a433
ResourceType:VF
ResourceUUID:3a3bd43a-d592-4c05-b753-9ef24e1f1fe9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw964d1d4fa4330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json
ArtifactUUID:e62042d9-cb15-40e6-930f-8b2ba936434a
ArtifactChecksum:MGY5NzY3NGY5NGIwOTIwMWMwMmIxMzVhYzMzZDI1MDY=
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/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml
ArtifactUUID:1a967651-f672-4c26-a78e-34ae7c2ed739
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/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env
ArtifactUUID:664dcafb-0bf0-41c9-bb0d-83351bcc0925
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/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env
ArtifactUUID:664dcafb-0bf0-41c9-bb0d-83351bcc0925
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-09-29T01:04:31.326Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e53a98b-95df-4223-9fad-997bfbd45a55 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-09-29T01:04:31.365Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:04:31.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-09-29T01:04:31.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-09-29T01:04:31.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 45be5508-0587-456a-ad39-797f161649b7 from URL: /sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:31.367Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T01:04:31.367Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:31.442Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T01:04:31.443Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar 45be5508-0587-456a-ad39-797f161649b7 101427
2023-09-29T01:04:31.443Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar ASDC sendASDCNotification
2023-09-29T01:04:31.443Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:31.443Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:04:31.444Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:31.444Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:31.444Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949471443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:32.445Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:04:32.445Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-09-29T01:04:32.445Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 45be5508-0587-456a-ad39-797f161649b7, URL: /sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar to file: /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:32.446Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230929010335-csar.csar
2023-09-29T01:04:32.446Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:32.446Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:32.748Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8389601223952716473/Definitions/service-Vfw20230929010335-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
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
2023-09-29T01:04:34.760Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-09-29T01:04:34.761Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-09-29T01:04:34.761Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.761Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-09-29T01:04:34.761Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.762Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 964d1d4f-a433 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-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.762Z|d44b0623-268b-4e4a-9051-b085883ec3a1|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-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.762Z|d44b0623-268b-4e4a-9051-b085883ec3a1|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-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.762Z|d44b0623-268b-4e4a-9051-b085883ec3a1|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-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.762Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.763Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.763Z|d44b0623-268b-4e4a-9051-b085883ec3a1|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-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.763Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.763Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.763Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:34.763Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-09-29T01:04:34.764Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:34.764Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:34.764Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:34.764Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-09-29T01:04:34.765Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:04:34.765Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:34.765Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:34.766Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:34.766Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-09-29T01:04:34.766Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:04:34.766Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:34.767Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:34.767Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:34.767Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is not matching search criteria
2023-09-29T01:04:34.767Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-09-29T01:04:34.768Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-09-29T01:04:34.768Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-09-29T01:04:34.768Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.768Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.768Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-09-29T01:04:34.768Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.769Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-09-29T01:04:34.769Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-09-29T01:04:34.769Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.769Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.769Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-09-29T01:04:34.770Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.770Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-09-29T01:04:34.770Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.770Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-09-29T01:04:34.770Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:34.771Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-09-29T01:04:34.771Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:34.771Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:34.771Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:34.772Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:34.772Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:34.773Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:34.773Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:34.773Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:34.773Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:34.773Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:34.774Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is not matching search criteria
2023-09-29T01:04:34.774Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-09-29T01:04:34.774Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-09-29T01:04:34.774Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-09-29T01:04:34.774Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-09-29T01:04:34.775Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-09-29T01:04:34.775Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.775Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.775Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-09-29T01:04:34.776Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.776Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-09-29T01:04:34.776Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.776Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d4507640-fc8a-4386-b9ec-0b59ddf965de
2023-09-29T01:04:34.776Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:34.777Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is not matching search criteria
2023-09-29T01:04:34.777Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-09-29T01:04:34.777Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-09-29T01:04:34.777Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-09-29T01:04:34.777Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.777Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.778Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-09-29T01:04:34.778Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.778Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-09-29T01:04:34.778Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-09-29T01:04:34.778Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.778Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-09-29T01:04:34.779Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.779Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=16f167a3-4692-4b8a-ad60-1c99781681ff
2023-09-29T01:04:34.779Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:34.779Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is not matching search criteria
2023-09-29T01:04:34.779Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-09-29T01:04:34.780Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-09-29T01:04:34.780Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-09-29T01:04:34.780Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.780Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.780Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-09-29T01:04:34.781Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.781Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-09-29T01:04:34.781Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-09-29T01:04:34.781Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:34.781Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:34.782Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-09-29T01:04:34.782Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2d2861f-0e72-4f54-bb5b-786fc18da42e
2023-09-29T01:04:34.782Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:34.782Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:34.782Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:34.783Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:34.783Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:34.783Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:34.783Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:34.783Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:34.783Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-09-29 01-03-35
Description:catalog service description
Model UUID:2e53a98b-95df-4223-9fad-997bfbd45a55
Model Version:NULL
Model InvariantUuid:6bdc8812-e59c-4631-a5b3-eedee408e79e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 964d1d4f-a433
Model UUID:f5dea071-b1aa-4878-85d6-84ee8c865309
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6116ecd9-c9bb-4818-859a-f7c63db7460e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:128c0084-1e97-4525-b44b-bdad0c4ff0a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8e0f2344-7578-4a24-a913-83d05e55e7e0
ModelName:Vfw964d1d4fA433..base_vfw..module-0
ModelUuid:5fe66eb9-5b8b-4875-bf37-4638c0d749e3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d4507640-fc8a-4386-b9ec-0b59ddf965de
ModelInvariantUuid:d08d3a98-acc5-4015-877c-90119f241e48
ModelName:vFW 964d1d4f-a433-nodes.vfwCvfc
ModelUuid:0c74b4ce-58a8-40fd-991f-413e5a1a3115
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4e70639d-65e9-4eb3-b549-8a34bb5ea28a
ModelInvariantUuid:aab1c6b7-da40-44a7-9bf8-0570ef27c10d
ModelName:Vfw964d1d4fA433.compute.nodes.heat.vfw
ModelUuid:0b5a5dcc-d1fc-4a12-b045-c327b673c802
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:16f167a3-4692-4b8a-ad60-1c99781681ff
ModelInvariantUuid:a259bcd3-76ad-4756-ab36-35d48e6b56f9
ModelName:vFW 964d1d4f-a433-nodes.vsnCvfc
ModelUuid:b3540839-80f6-4574-9a81-bf6c156cdf2d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0f99ae50-3f7f-48ca-802e-5dd82ab31ac9
ModelInvariantUuid:0a571857-0678-429e-a7c9-c88671e8fc2d
ModelName:Vfw964d1d4fA433.compute.nodes.heat.vsn
ModelUuid:3e8e82ff-6a58-449d-bfca-0b0f684ba488
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b2d2861f-0e72-4f54-bb5b-786fc18da42e
ModelInvariantUuid:94c486c1-745c-4e16-bd80-e2fd92b28019
ModelName:vFW 964d1d4f-a433-nodes.vpgCvfc
ModelUuid:fe2dd715-fa49-4492-8454-d6589475aea8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ead8d440-c1e8-4a5c-9d45-dde1806834c9
ModelInvariantUuid:0e16fcb2-f903-4652-a68e-116cb614121c
ModelName:Vfw964d1d4fA433.compute.nodes.heat.vpg
ModelUuid:4de25e71-bf88-473c-828e-1234609c6db5
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-09-29T01:04:34.795Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a3bd43a-d592-4c05-b753-9ef24e1f1fe9
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-09-29T01:04:34.799Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||vFW 964d1d4f-a433 0
2023-09-29T01:04:34.800Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a3bd43a-d592-4c05-b753-9ef24e1f1fe9
2023-09-29T01:04:34.800Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e62042d9-cb15-40e6-930f-8b2ba936434a from URL: /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json
2023-09-29T01:04:34.800Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T01:04:34.800Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json
2023-09-29T01:04:34.876Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T01:04:34.877Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json e62042d9-cb15-40e6-930f-8b2ba936434a 785
2023-09-29T01:04:34.877Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json ASDC sendASDCNotification
2023-09-29T01:04:34.877Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json
2023-09-29T01:04:34.878Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:04:34.878Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:34.878Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:34.878Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949474877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:35.879Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw964d1d4fA433..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8e0f2344-7578-4a24-a913-83d05e55e7e0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5fe66eb9-5b8b-4875-bf37-4638c0d749e3",
"vfModuleModelCustomizationUUID": "dd42cfed-1187-4289-9fea-08df5f2b0ebc",
"isBase": true,
"artifacts": [
"1a967651-f672-4c26-a78e-34ae7c2ed739",
"664dcafb-0bf0-41c9-bb0d-83351bcc0925"
],
"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-09-29T01:04:35.884Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw964d1d4fA433..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5fe66eb9-5b8b-4875-bf37-4638c0d749e3
VfModuleModelInvariantUUID:8e0f2344-7578-4a24-a913-83d05e55e7e0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a967651-f672-4c26-a78e-34ae7c2ed739
,
664dcafb-0bf0-41c9-bb0d-83351bcc0925
}
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-09-29T01:04:35.886Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw964d1d4fA433..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8e0f2344-7578-4a24-a913-83d05e55e7e0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5fe66eb9-5b8b-4875-bf37-4638c0d749e3",
"vfModuleModelCustomizationUUID": "dd42cfed-1187-4289-9fea-08df5f2b0ebc",
"isBase": true,
"artifacts": [
"1a967651-f672-4c26-a78e-34ae7c2ed739",
"664dcafb-0bf0-41c9-bb0d-83351bcc0925"
],
"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-09-29T01:04:35.887Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw964d1d4fA433..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5fe66eb9-5b8b-4875-bf37-4638c0d749e3
VfModuleModelInvariantUUID:8e0f2344-7578-4a24-a913-83d05e55e7e0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a967651-f672-4c26-a78e-34ae7c2ed739
,
664dcafb-0bf0-41c9-bb0d-83351bcc0925
}
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-09-29T01:04:35.887Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1a967651-f672-4c26-a78e-34ae7c2ed739 from URL: /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml
2023-09-29T01:04:35.887Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T01:04:35.887Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml
2023-09-29T01:04:35.964Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T01:04:35.965Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml 1a967651-f672-4c26-a78e-34ae7c2ed739 20368
2023-09-29T01:04:35.965Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-09-29T01:04:35.965Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml
2023-09-29T01:04:35.966Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:04:35.966Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:35.966Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:35.966Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949475965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:36.967Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 664dcafb-0bf0-41c9-bb0d-83351bcc0925 from URL: /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env
2023-09-29T01:04:36.967Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-09-29T01:04:36.967Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env
2023-09-29T01:04:37.039Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-09-29T01:04:37.040Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env 664dcafb-0bf0-41c9-bb0d-83351bcc0925 2098
2023-09-29T01:04:37.040Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env ASDC sendASDCNotification
2023-09-29T01:04:37.041Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env
2023-09-29T01:04:37.041Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:04:37.041Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:37.041Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:37.041Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949477040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:38.042Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2e53a98b-95df-4223-9fad-997bfbd45a55
2023-09-29T01:04:38.042Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 964d1d4f-a433 0 3a3bd43a-d592-4c05-b753-9ef24e1f1fe9 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-09-29T01:04:38.067Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ceb5eec, org.onap.sdc.toscaparser.api.parameters.Input@58b58eaf, org.onap.sdc.toscaparser.api.parameters.Input@197f4e8c, org.onap.sdc.toscaparser.api.parameters.Input@4ab82757, org.onap.sdc.toscaparser.api.parameters.Input@7c120cd2]
2023-09-29T01:04:38.069Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.069Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.069Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2023-09-29T01:04:38.070Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 128c0084-1e97-4525-b44b-bdad0c4ff0a2
2023-09-29T01:04:38.070Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 128c0084-1e97-4525-b44b-bdad0c4ff0a2 matches Tosca VF Customization UUID: 128c0084-1e97-4525-b44b-bdad0c4ff0a2
2023-09-29T01:04:38.070Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 128c0084-1e97-4525-b44b-bdad0c4ff0a2 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-09-29T01:04:38.073Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.073Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.074Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 128c0084-1e97-4525-b44b-bdad0c4ff0a2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-09-29T01:04:38.074Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6047110e
2023-09-29T01:04:38.074Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.075Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-09-29T01:04:38.075Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd42cfed-1187-4289-9fea-08df5f2b0ebc
2023-09-29T01:04:38.075Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd42cfed-1187-4289-9fea-08df5f2b0ebc
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-09-29T01:04:38.079Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.079Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:38.079Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:38.079Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.080Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:38.080Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:38.080Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.080Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is not matching search criteria
2023-09-29T01:04:38.081Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-09-29T01:04:38.081Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-09-29T01:04:38.081Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-09-29T01:04:38.081Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-09-29T01:04:38.081Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-09-29T01:04:38.082Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.082Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:38.082Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-09-29T01:04:38.082Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:38.082Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-09-29T01:04:38.083Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.083Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d4507640-fc8a-4386-b9ec-0b59ddf965de
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-09-29T01:04:38.085Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.086Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:38.086Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:38.086Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.086Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is not matching search criteria
2023-09-29T01:04:38.087Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-09-29T01:04:38.087Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-09-29T01:04:38.087Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-09-29T01:04:38.087Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:38.087Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.087Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-09-29T01:04:38.088Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.088Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-09-29T01:04:38.088Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-09-29T01:04:38.088Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:38.089Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-09-29T01:04:38.089Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.089Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=16f167a3-4692-4b8a-ad60-1c99781681ff
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-09-29T01:04:38.091Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.091Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:38.092Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:38.095Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.095Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is not matching search criteria
2023-09-29T01:04:38.096Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-09-29T01:04:38.096Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-09-29T01:04:38.096Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-09-29T01:04:38.096Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:38.096Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.097Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-09-29T01:04:38.097Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.097Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-09-29T01:04:38.097Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-09-29T01:04:38.097Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-09-29T01:04:38.098Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-09-29T01:04:38.098Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-09-29T01:04:38.098Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2d2861f-0e72-4f54-bb5b-786fc18da42e
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-09-29T01:04:38.101Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.101Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:38.101Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-09-29T01:04:38.102Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.102Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Node template vFW 964d1d4f-a433 0 is matching search criteria
2023-09-29T01:04:38.102Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 964d1d4f-a433 0] matching following query criteria: sdcType=VF, customizationUUID=128c0084-1e97-4525-b44b-bdad0c4ff0a2
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-09-29T01:04:38.104Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.104Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.105Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2e53a98b-95df-4223-9fad-997bfbd45a55: vFW 964d1d4f-a433
2023-09-29T01:04:38.105Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.105Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.105Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.106Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.106Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.106Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.106Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.106Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.107Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:04:38.107Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-09-29 01-03-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-09-29T01:04:38.107Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2023-09-29 01-03-35
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-09-29T01:04:38.363Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 964d1d4f-a433 3a3bd43a-d592-4c05-b753-9ef24e1f1fe9 1 ASDC deployResourceStructure
2023-09-29T01:04:38.364Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json ASDC sendASDCNotification
2023-09-29T01:04:38.364Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json
2023-09-29T01:04:38.364Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:04:38.364Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:38.364Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:38.365Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949478364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:39.365Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-09-29T01:04:39.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml
2023-09-29T01:04:39.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:04:39.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:39.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:39.366Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949479365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:40.367Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env ASDC sendASDCNotification
2023-09-29T01:04:40.367Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env
2023-09-29T01:04:40.367Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:04:40.368Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:40.368Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:40.368Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949480367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:41.369Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar ASDC sendASDCNotification
2023-09-29T01:04:41.369Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar
2023-09-29T01:04:41.370Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-09-29T01:04:41.370Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:04:41.370Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:04:41.370Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949481369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:42.371Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:04:42.387Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:04:42.389Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:04:42.390Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:04:42.390Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:04:52.249Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:04:52.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:04:52.251Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "policy-distribution-id",
"timestamp": 1695949450260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:04:52.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:04:52.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:04:52.252Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949457774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:04:52.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:12.390Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:05:12.403Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:05:12.406Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:05:12.407Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:05:12.407Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:05:42.407Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:05:42.431Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:05:42.434Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:05:42.434Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:05:42.434Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:05:52.250Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:05:52.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.264Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949419618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.266Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "multicloud-k8s",
"timestamp": 1695949452454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949449743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
"status": "NOTIFIED"
}
2023-09-29T01:05:52.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.267Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "aai-model-loader",
"timestamp": 1695949459301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.268Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949457774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.268Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "policy-distribution-id",
"timestamp": 1695949450260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.269Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949419618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.270Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "multicloud-k8s",
"timestamp": 1695949452454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
"status": "NOTIFIED"
}
2023-09-29T01:05:52.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.270Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949449743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-09-29T01:05:52.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.271Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "aai-model-loader",
"timestamp": 1695949459301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.271Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949457774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.271Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "policy-distribution-id",
"timestamp": 1695949450260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-09-29T01:05:52.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.272Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949419618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.272Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "multicloud-k8s",
"timestamp": 1695949452454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-09-29T01:05:52.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.273Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949449743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.273Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "aai-model-loader",
"timestamp": 1695949459301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.274Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949457774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.274Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "policy-distribution-id",
"timestamp": 1695949450260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.275Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949419618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.275Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "multicloud-k8s",
"timestamp": 1695949452454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949449743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-09-29T01:05:52.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.276Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949457774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.277Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "aai-model-loader",
"timestamp": 1695949459301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.277Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949419618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.278Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "policy-distribution-id",
"timestamp": 1695949450260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.278Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "multicloud-k8s",
"timestamp": 1695949452454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-09-29T01:05:52.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.278Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949449743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.279Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.279Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "aai-model-loader",
"timestamp": 1695949459301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.279Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.279Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949457774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.280Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.280Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "policy-distribution-id",
"timestamp": 1695949450260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.280Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.280Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949419618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.281Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.281Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "multicloud-k8s",
"timestamp": 1695949452454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-template.yml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:05:52.281Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.281Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949449743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "NOTIFIED"
}
2023-09-29T01:05:52.282Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.282Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "aai-model-loader",
"timestamp": 1695949459301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "NOTIFIED"
}
2023-09-29T01:05:52.282Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.282Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949457774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "NOTIFIED"
}
2023-09-29T01:05:52.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.283Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "policy-distribution-id",
"timestamp": 1695949450260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "NOTIFIED"
}
2023-09-29T01:05:52.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.283Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949419618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "NOTIFIED"
}
2023-09-29T01:05:52.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.284Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "multicloud-k8s",
"timestamp": 1695949452454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "NOTIFIED"
}
2023-09-29T01:05:52.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.284Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "policy-distribution-id",
"timestamp": 1695949471716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.285Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "aai-model-loader",
"timestamp": 1695949471722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.286Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949471949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.286Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949471158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.287Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949471443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.287Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "multicloud-k8s",
"timestamp": 1695949471470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
"status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.288Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "policy-distribution-id",
"timestamp": 1695949472720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "DEPLOY_OK"
}
2023-09-29T01:05:52.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.288Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "cds-sdc-listener",
"timestamp": 1695949472957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-09-29T01:05:52.298Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d44b0623-268b-4e4a-9051-b085883ec3a1
2023-09-29T01:05:52.299Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44b0623-268b-4e4a-9051-b085883ec3a1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-09-29T01:05:52.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.316Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "multicloud-k8s",
"timestamp": 1695949472595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.317Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.317Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "policy-distribution-id",
"timestamp": 1695949473721,
"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-09-29T01:05:52.325Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d44b0623-268b-4e4a-9051-b085883ec3a1
2023-09-29T01:05:52.325Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44b0623-268b-4e4a-9051-b085883ec3a1 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-09-29T01:05:52.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.338Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "multicloud-k8s",
"timestamp": 1695949473676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.338Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949474363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "DEPLOY_OK"
}
2023-09-29T01:05:52.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.339Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "multicloud-k8s",
"timestamp": 1695949474715,
"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-09-29T01:05:52.346Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d44b0623-268b-4e4a-9051-b085883ec3a1
2023-09-29T01:05:52.346Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44b0623-268b-4e4a-9051-b085883ec3a1 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-09-29T01:05:52.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949474877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
"status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "sdnc-sdc-listener",
"timestamp": 1695949475365,
"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-09-29T01:05:52.363Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d44b0623-268b-4e4a-9051-b085883ec3a1
2023-09-29T01:05:52.363Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44b0623-268b-4e4a-9051-b085883ec3a1 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-09-29T01:05:52.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.380Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "multicloud-k8s",
"timestamp": 1695949475723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
"status": "DEPLOY_OK"
}
2023-09-29T01:05:52.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.380Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949475965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.382Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949477040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-09-29T01:05:52.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.382Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949478364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/vfw964d1d4fa4330_modules.json",
"status": "DEPLOY_OK"
}
2023-09-29T01:05:52.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.383Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949479365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-09-29T01:05:52.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.383Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949480367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/resourceInstances/vfw964d1d4fa4330/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-09-29T01:05:52.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.384Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949481369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "DEPLOY_OK"
}
2023-09-29T01:05:52.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:05:52.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:05:52.384Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "aai-model-loader",
"timestamp": 1695949491614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230929010335/1.0/artifacts/service-Vfw20230929010335-csar.csar",
"status": "DEPLOY_OK"
}
2023-09-29T01:05:52.385Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:06:12.435Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:06:12.451Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:06:12.455Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:06:12.455Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:06:12.455Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:06:42.455Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:06:42.474Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:06:42.481Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:06:42.482Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-09-29T01:06:42.482Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-09-29T01:06:52.250Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:06:52.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:06:52.252Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "aai-model-loader",
"timestamp": 1695949492617,
"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-09-29T01:06:52.264Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d44b0623-268b-4e4a-9051-b085883ec3a1
2023-09-29T01:06:52.265Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d44b0623-268b-4e4a-9051-b085883ec3a1 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-09-29T01:07:12.482Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:07:12.494Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1
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-09-29T01:07:12.497Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-09-29T01:07:12.497Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-09-29T01:07:12.497Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-09-29T01:07:12.498Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-09-29T01:07:12.498Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-09-29T01:07:12.498Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-09-29T01:07:12.498Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-09-29T01:07:12.498Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-09-29T01:07:12.498Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-09-29T01:07:12.498Z|d44b0623-268b-4e4a-9051-b085883ec3a1|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-09-29T01:07:12.505Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-09-29T01:07:42.505Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d44b0623-268b-4e4a-9051-b085883ec3a1 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-09-29T01:07:42.513Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d44b0623-268b-4e4a-9051-b085883ec3a1 and serviceModelVersionId: 2e53a98b-95df-4223-9fad-997bfbd45a55
2023-09-29T01:07:42.513Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bdc8812-e59c-4631-a5b3-eedee408e79e
2023-09-29T01:07:42.515Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0
2023-09-29T01:07:42.524Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-09-29T01:07:42.594Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0|INFO|500||Invoke
2023-09-29T01:07:42.595Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d44b0623-268b-4e4a-9051-b085883ec3a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e991edfe-8557-4d91-9cf8-7eafe3f49ccb], X-ECOMP-RequestID=[d44b0623-268b-4e4a-9051-b085883ec3a1], X-TransactionId=[], X-ONAP-RequestID=[d44b0623-268b-4e4a-9051-b085883ec3a1], Content-Type=[application/merge-patch+json]}
2023-09-29T01:07:42.604Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-09-29T01:07:42.730Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?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/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0 has http status code:200 and response headers:{date=[Fri, 29 Sep 2023 01:07:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[119], vertex-id=[205048], x-aai-txid=[2-aai-resources-230929-01:07:42:912-19672], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-09-29T01:07:42.730Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-09-29T01:07:42.731Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6bdc8812-e59c-4631-a5b3-eedee408e79e/model-vers/model-ver/2e53a98b-95df-4223-9fad-997bfbd45a55?depth=0|INFO|500||InvokeReturn
2023-09-29T01:07:42.732Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-09-29T01:07:42.732Z|d44b0623-268b-4e4a-9051-b085883ec3a1|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-09-29T01:07:42.740Z|d44b0623-268b-4e4a-9051-b085883ec3a1|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-09-29T01:07:42.740Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d44b0623-268b-4e4a-9051-b085883ec3a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-09-29T01:07:42.741Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-09-29T01:07:42.741Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:07:42.741Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:07:42.741Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Trying to send status: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949662740,
"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-09-29T01:07:43.756Z|d44b0623-268b-4e4a-9051-b085883ec3a1|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:07:52.249Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:07:52.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:07:52.254Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "d44b0623-268b-4e4a-9051-b085883ec3a1",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949662740,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-09-29T01:07:52.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:08:43.757Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:08:52.249Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:09:43.758Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:09:52.251Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:10:43.761Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:10:52.251Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:11:43.764Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:11:52.251Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:12:43.766Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-09-29T01:12:52.251Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:13:30.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-09-29T01:13:30.741Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"a9cf25da-809e-4667-b107-467c637261be","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3e86e161-923c-4c25-a659-aff34b53f624","serviceDescription":"service","serviceInvariantUUID":"0dfd9ecd-ad1a-4342-b59e-34c9c6224757","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bd0bb1b4-bce0-4d79-9caf-378ef1ee2c34","resourceInvariantUUID":"4440f880-5dba-41ee-96cf-25ff79f09934","resourceCustomizationUUID":"13a7f119-5d10-4ddf-a7eb-75a892a7b255","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":"ZjgwNTc3MGU1M2YwYTZmZWNlMGNmNjc0NzYwNWJiNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e3158e6-76e9-41c8-baf1-01673aacd8e7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGQ5ZWMyYWIyOWZkMjVjOTVmZDI0YWQwNGNhZWYxZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4b70dab-effc-4a2c-bd8d-f78fb8200dc8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-09-29T01:13:30.748Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:13:30.749Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:13:30.750Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:13:30.750Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "a9cf25da-809e-4667-b107-467c637261be",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949963766,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:13:30.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-09-29T01:13:30.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "a9cf25da-809e-4667-b107-467c637261be",
"consumerID": "policy-distribution-id",
"timestamp": 1695949984743,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-09-29T01:13:30.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-09-29T01:13:31.754Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-09-29T01:13:31.755Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:13:31.755Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:13:31.755Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "a9cf25da-809e-4667-b107-467c637261be",
"consumerID": "SO-sdc-controller",
"timestamp": 1695949963766,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:13:32.756Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "a9cf25da-809e-4667-b107-467c637261be",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3e86e161-923c-4c25-a659-aff34b53f624",
"serviceDescription": "service",
"serviceInvariantUUID": "0dfd9ecd-ad1a-4342-b59e-34c9c6224757",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "13a7f119-5d10-4ddf-a7eb-75a892a7b255",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "bd0bb1b4-bce0-4d79-9caf-378ef1ee2c34",
"resourceInvariantUUID": "4440f880-5dba-41ee-96cf-25ff79f09934",
"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": "NGQ5ZWMyYWIyOWZkMjVjOTVmZDI0YWQwNGNhZWYxZmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f4b70dab-effc-4a2c-bd8d-f78fb8200dc8"
}
],
"workloadContext": "Production"
}
2023-09-29T01:13:32.757Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-09-29T01:13:32.757Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3e86e161-923c-4c25-a659-aff34b53f624 ASDC
2023-09-29T01:13:32.758Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a9cf25da-809e-4667-b107-467c637261be
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3e86e161-923c-4c25-a659-aff34b53f624
ServiceInvariantUUID:0dfd9ecd-ad1a-4342-b59e-34c9c6224757
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:f4b70dab-effc-4a2c-bd8d-f78fb8200dc8
ArtifactChecksum:NGQ5ZWMyYWIyOWZkMjVjOTVmZDI0YWQwNGNhZWYxZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:13a7f119-5d10-4ddf-a7eb-75a892a7b255
ResourceInvariantUUID:4440f880-5dba-41ee-96cf-25ff79f09934
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bd0bb1b4-bce0-4d79-9caf-378ef1ee2c34
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-09-29T01:13:32.759Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e86e161-923c-4c25-a659-aff34b53f624 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-09-29T01:13:32.798Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:13:32.799Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-09-29T01:13:32.799Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-09-29T01:13:32.800Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f4b70dab-effc-4a2c-bd8d-f78fb8200dc8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-09-29T01:13:32.800Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-09-29T01:13:32.800Z|a9cf25da-809e-4667-b107-467c637261be|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-09-29T01:13:32.864Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-09-29T01:13:32.865Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f4b70dab-effc-4a2c-bd8d-f78fb8200dc8 57787
2023-09-29T01:13:32.865Z|a9cf25da-809e-4667-b107-467c637261be|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-09-29T01:13:32.865Z|a9cf25da-809e-4667-b107-467c637261be|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-09-29T01:13:32.866Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-09-29T01:13:32.866Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-09-29T01:13:32.866Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-09-29T01:13:32.867Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Trying to send status: {
"distributionID": "a9cf25da-809e-4667-b107-467c637261be",
"consumerID": "SO-sdc-controller",
"timestamp": 1695950012865,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-09-29T01:13:33.868Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-09-29T01:13:33.868Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-09-29T01:13:33.869Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f4b70dab-effc-4a2c-bd8d-f78fb8200dc8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:33.869Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-09-29T01:13:33.870Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:33.870Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:34.032Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17172032723179733689/Definitions/service-BasicNetwork-template.yml
2023-09-29T01:13:34.415Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-09-29T01:13:34.416Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-09-29T01:13:34.416Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-09-29T01:13:34.416Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-09-29T01:13:34.417Z|a9cf25da-809e-4667-b107-467c637261be|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-09-29T01:13:34.417Z|a9cf25da-809e-4667-b107-467c637261be|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-09-29T01:13:34.417Z|a9cf25da-809e-4667-b107-467c637261be|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-09-29T01:13:34.417Z|a9cf25da-809e-4667-b107-467c637261be|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-09-29T01:13:34.418Z|a9cf25da-809e-4667-b107-467c637261be|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-09-29T01:13:34.418Z|a9cf25da-809e-4667-b107-467c637261be|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-09-29T01:13:34.418Z|a9cf25da-809e-4667-b107-467c637261be|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-09-29T01:13:34.418Z|a9cf25da-809e-4667-b107-467c637261be|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-09-29T01:13:34.418Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-09-29T01:13:34.419Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-09-29T01:13:34.419Z|a9cf25da-809e-4667-b107-467c637261be|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-09-29T01:13:34.419Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-09-29T01:13:34.420Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-09-29T01:13:34.420Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-09-29T01:13:34.420Z|a9cf25da-809e-4667-b107-467c637261be|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive