Results

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-10-06T12:07:01.523Z||main|||||INFO|500||The following profiles are active: basic
2023-10-06T12:07:16.928Z||main|||||INFO|500||Starting service [Tomcat]
2023-10-06T12:07:16.930Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-10-06T12:07:17.121Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-10-06T12:07:21.043Z||main|||||INFO|500||catdb-pool - Starting...
2023-10-06T12:07:21.354Z||main|||||INFO|500||catdb-pool - Start completed.
2023-10-06T12:07:21.920Z||main|||||INFO|500||reqdb-pool - Starting...
2023-10-06T12:07:21.969Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-10-06T12:07:22.149Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-10-06T12:07:22.447Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-10-06T12:07:23.331Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-10-06T12:07:26.919Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB53Dialect
2023-10-06T12:07:30.509Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-10-06T12:07:30.590Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-10-06T12:07:31.637Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB53Dialect
2023-10-06T12:07:31.755Z||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-10-06T12:07:33.532Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-10-06T12:07:35.297Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-10-06T12:07:35.355Z||main|||||WARN|500||The sdc end point is not alive
2023-10-06T12:07:39.567Z||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-10-06T12:07:43.587Z||main|||||WARN|500||---
2023-10-06T12:07:43.588Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-10-06T12:07:43.589Z||main|||||WARN|500||---
2023-10-06T12:07:44.295Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-10-06T12:07:51.786Z||main|||||INFO|500||Started Application in 56.951 seconds (JVM running for 60.17)
2023-10-06T12:07:51.802Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:07:51.808Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:07:51.817Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:07:51.896Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bc41bb06-0196-480b-a6ba-dd47ef94b6ab url= /sdc/v1/artifactTypes
2023-10-06T12:07:51.904Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:07:52.035Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:07:52.038Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3c002837
2023-10-06T12:07:52.040Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:07:52.070Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:07:52.103Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:07:52.132Z||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$$ba021fad.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-10-06T12:08:41.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:08:41.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:08:41.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:08:41.763Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1b0f3c76-20be-4eae-b573-517a763a3924 url= /sdc/v1/artifactTypes
2023-10-06T12:08:41.769Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:08:41.789Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:08:41.789Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7ef54187
2023-10-06T12:08:41.790Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:08:41.791Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:08:41.791Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:08:41.792Z||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$$ba021fad.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-10-06T12:09:31.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:09:31.761Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:09:31.762Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:09:31.793Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= db5894be-ec9b-4155-913b-f2b0b6dc9af3 url= /sdc/v1/artifactTypes
2023-10-06T12:09:31.793Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:09:31.805Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:09:31.805Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3fdaf6d8
2023-10-06T12:09:31.806Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:09:31.806Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:09:31.806Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:09:31.807Z||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$$ba021fad.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-10-06T12:10:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:10:21.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:10:21.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:10:21.766Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= eb495c09-7650-4c91-b2f0-6787ee4181ad url= /sdc/v1/artifactTypes
2023-10-06T12:10:21.767Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:10:21.773Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:10:21.774Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2ebddaeb
2023-10-06T12:10:21.774Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:10:21.775Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:10:21.775Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:10:21.776Z||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$$ba021fad.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-10-06T12:11:11.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:11:11.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:11:11.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:11:11.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 91eca2ea-4175-4321-a758-09c4dfce1fc7 url= /sdc/v1/artifactTypes
2023-10-06T12:11:11.762Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:11:11.785Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:11:11.786Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5dd5ce54
2023-10-06T12:11:11.786Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:11:11.787Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:11:11.788Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:11:11.789Z||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$$ba021fad.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-10-06T12:12:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:12:01.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:12:01.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:12:01.762Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8cd40794-f339-42bf-aa94-39e95eb8fbf1 url= /sdc/v1/artifactTypes
2023-10-06T12:12:01.762Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:12:01.770Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:12:01.771Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5048d9bf
2023-10-06T12:12:01.771Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:12:01.772Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:12:01.773Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:12:01.773Z||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$$ba021fad.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-10-06T12:12:51.756Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:12:51.759Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:12:51.759Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:12:51.769Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= edd38ac2-03e4-4030-a875-8d138739a95a url= /sdc/v1/artifactTypes
2023-10-06T12:12:51.770Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:12:51.780Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:12:51.781Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7758b413
2023-10-06T12:12:51.782Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:12:51.782Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:12:51.782Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:12:51.783Z||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$$ba021fad.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-10-06T12:13:41.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:13:41.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:13:41.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:13:41.763Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 23a45de5-b3fa-468c-a659-f3d4fa5a7348 url= /sdc/v1/artifactTypes
2023-10-06T12:13:41.763Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:13:41.771Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:13:41.771Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7e7be693
2023-10-06T12:13:41.772Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:13:41.772Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:13:41.772Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:13:41.775Z||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$$ba021fad.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-10-06T12:14:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:14:31.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:14:31.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:14:31.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e25f527c-91a6-4f2d-b1d4-17ca3f12c23a url= /sdc/v1/artifactTypes
2023-10-06T12:14:31.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:14:31.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:14:31.769Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6f50907d
2023-10-06T12:14:31.769Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:14:31.770Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:14:31.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:14:31.770Z||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$$ba021fad.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-10-06T12:15:21.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:15:21.758Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:15:21.759Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:15:21.768Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c7fdd1aa-695d-4d0f-8e3e-c4f1d51a239a url= /sdc/v1/artifactTypes
2023-10-06T12:15:21.770Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:15:21.781Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:15:21.782Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4bbb60bf
2023-10-06T12:15:21.782Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:15:21.783Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:15:21.783Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:15:21.784Z||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$$ba021fad.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-10-06T12:16:11.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:16:11.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:16:11.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:16:11.764Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 609b5db0-6296-43c3-a20d-2d4a5a8dea0b url= /sdc/v1/artifactTypes
2023-10-06T12:16:11.764Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:16:11.773Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:16:11.774Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@10532f2e
2023-10-06T12:16:11.774Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:16:11.774Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:16:11.775Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:16:11.776Z||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$$ba021fad.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-10-06T12:17:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:17:01.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:17:01.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:17:01.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 64a1f3dd-7737-4f37-941f-cb13cded6e8d url= /sdc/v1/artifactTypes
2023-10-06T12:17:01.762Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:17:01.770Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:17:01.770Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@489dbdfe
2023-10-06T12:17:01.771Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:17:01.771Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:17:01.771Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:17:01.772Z||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$$ba021fad.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-10-06T12:17:12.611Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-10-06T12:17:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:17:51.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:17:51.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:17:51.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 417074e1-667f-4110-a2ed-d07cb5eee3bd url= /sdc/v1/artifactTypes
2023-10-06T12:17:51.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:17:51.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:17:51.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3eda3ebb
2023-10-06T12:17:51.769Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:17:51.770Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:17:51.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:17:51.771Z||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$$ba021fad.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-10-06T12:18:41.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:18:41.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:18:41.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:18:41.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c38ab036-39d6-42b3-9821-26cdfa2e0829 url= /sdc/v1/artifactTypes
2023-10-06T12:18:41.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:18:41.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:18:41.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@38c6655d
2023-10-06T12:18:41.769Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:18:41.770Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:18:41.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:18:41.771Z||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$$ba021fad.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-10-06T12:19:31.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:19:31.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:19:31.758Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:19:31.770Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1b567100-9f6c-408f-b554-f2fd0870811c url= /sdc/v1/artifactTypes
2023-10-06T12:19:31.771Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:19:31.783Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:19:31.784Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@53e43a06
2023-10-06T12:19:31.785Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:19:31.785Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:19:31.786Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:19:31.786Z||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$$ba021fad.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-10-06T12:20:21.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:20:21.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:20:21.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:20:21.764Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= df1239b5-b94e-4952-828c-fd4d9d7bd7e3 url= /sdc/v1/artifactTypes
2023-10-06T12:20:21.764Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:20:21.772Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:20:21.773Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@386a152c
2023-10-06T12:20:21.773Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:20:21.774Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:20:21.774Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:20:21.775Z||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$$ba021fad.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-10-06T12:21:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:21:11.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:21:11.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:21:11.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4ccb82e1-3bc0-444f-846f-e514949ab890 url= /sdc/v1/artifactTypes
2023-10-06T12:21:11.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:21:11.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:21:11.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@77c8808d
2023-10-06T12:21:11.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:21:11.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:21:11.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:21:11.770Z||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$$ba021fad.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-10-06T12:22:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:22:01.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:22:01.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:22:01.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 215d5948-69d2-4f7a-9f48-8f2fe15d48a3 url= /sdc/v1/artifactTypes
2023-10-06T12:22:01.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:22:01.769Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:22:01.770Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6934d033
2023-10-06T12:22:01.771Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:22:01.771Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:22:01.772Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:22:01.772Z||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$$ba021fad.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-10-06T12:22:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:22:51.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:22:51.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:22:51.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c06ac49f-cf25-40a7-b94c-8b4ec8591197 url= /sdc/v1/artifactTypes
2023-10-06T12:22:51.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:22:51.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:22:51.769Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@65dd13cd
2023-10-06T12:22:51.771Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:22:51.772Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:22:51.772Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:22:51.773Z||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$$ba021fad.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-10-06T12:23:41.756Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:23:41.758Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:23:41.758Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:23:41.764Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 66860df0-fd23-4c96-990e-719d3a611ccb url= /sdc/v1/artifactTypes
2023-10-06T12:23:41.764Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:23:41.772Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:23:41.772Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@bebc640
2023-10-06T12:23:41.773Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:23:41.773Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:23:41.773Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:23:41.774Z||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$$ba021fad.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-10-06T12:24:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:24:31.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:24:31.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:24:31.765Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 425fe15f-d96e-46c4-a5f8-d30063340485 url= /sdc/v1/artifactTypes
2023-10-06T12:24:31.766Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:24:31.777Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:24:31.778Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@286c1ef6
2023-10-06T12:24:31.778Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:24:31.779Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:24:31.779Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:24:31.780Z||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$$ba021fad.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-10-06T12:25:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:25:21.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:25:21.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:25:21.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ad95fdb4-46a2-4075-9afd-f5d3cdc7510e url= /sdc/v1/artifactTypes
2023-10-06T12:25:21.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:25:21.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:25:21.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7da8fca5
2023-10-06T12:25:21.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:25:21.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:25:21.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:25:21.770Z||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$$ba021fad.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-10-06T12:26:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:26:11.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:26:11.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:26:11.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e467b87e-8ba1-4025-8d43-1474192d22be url= /sdc/v1/artifactTypes
2023-10-06T12:26:11.762Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:26:11.769Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:26:11.770Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1fad548e
2023-10-06T12:26:11.770Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:26:11.771Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:26:11.772Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:26:11.773Z||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$$ba021fad.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-10-06T12:27:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:27:01.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:27:01.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:27:01.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1f0d8ab4-a59f-4a03-b8f3-4ae995355dae url= /sdc/v1/artifactTypes
2023-10-06T12:27:01.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:27:01.772Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:27:01.773Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2d25ed09
2023-10-06T12:27:01.773Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:27:01.773Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:27:01.774Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:27:01.774Z||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$$ba021fad.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-10-06T12:27:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:27:51.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:27:51.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:27:51.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 505f0a01-9876-40c2-a28a-41393801d801 url= /sdc/v1/artifactTypes
2023-10-06T12:27:51.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:27:51.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:27:51.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@255d417a
2023-10-06T12:27:51.769Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:27:51.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:27:51.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:27:51.770Z||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$$ba021fad.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-10-06T12:28:41.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:28:41.758Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:28:41.758Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:28:41.768Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 396fa90c-b741-4026-9760-56ff14c79ea5 url= /sdc/v1/artifactTypes
2023-10-06T12:28:41.769Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:28:41.779Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:28:41.780Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1909dd69
2023-10-06T12:28:41.781Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:28:41.782Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:28:41.782Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:28:41.784Z||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$$ba021fad.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-10-06T12:29:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:29:31.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:29:31.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:29:31.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5a795559-2679-4f5b-a624-ad26b5c18f20 url= /sdc/v1/artifactTypes
2023-10-06T12:29:31.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:29:31.770Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:29:31.770Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7819702a
2023-10-06T12:29:31.771Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:29:31.771Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:29:31.772Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:29:31.772Z||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$$ba021fad.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-10-06T12:30:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:30:21.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:30:21.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:30:21.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 93f3fdef-1ad3-4ed8-9567-b1122629af51 url= /sdc/v1/artifactTypes
2023-10-06T12:30:21.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:30:21.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:30:21.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@403f1808
2023-10-06T12:30:21.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:30:21.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:30:21.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:30:21.772Z||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$$ba021fad.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-10-06T12:31:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:31:11.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:31:11.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:31:11.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 6c1b3ca1-de04-458e-a88e-b8ea3cbc05f1 url= /sdc/v1/artifactTypes
2023-10-06T12:31:11.762Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:31:11.770Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:31:11.771Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7fd91157
2023-10-06T12:31:11.771Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:31:11.772Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:31:11.773Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:31:11.774Z||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$$ba021fad.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-10-06T12:32:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:32:01.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:32:01.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:32:01.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 41a844c3-5f95-449e-93de-d71d6a3bc35c url= /sdc/v1/artifactTypes
2023-10-06T12:32:01.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:32:01.770Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:32:01.771Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@267a5a57
2023-10-06T12:32:01.772Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:32:01.772Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:32:01.773Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:32:01.773Z||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$$ba021fad.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-10-06T12:32:51.756Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:32:51.758Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:32:51.758Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:32:51.768Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a8a08658-5d72-4ebe-a983-fd2f9e887ff6 url= /sdc/v1/artifactTypes
2023-10-06T12:32:51.769Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:32:51.778Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:32:51.778Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@51bf2f30
2023-10-06T12:32:51.779Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:32:51.779Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:32:51.780Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:32:51.780Z||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$$ba021fad.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-10-06T12:33:41.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:33:41.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:33:41.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:33:41.762Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a529d9b0-5004-4b7b-8519-3b5032b2960e url= /sdc/v1/artifactTypes
2023-10-06T12:33:41.762Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:33:41.771Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:33:41.772Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@f7e6e15
2023-10-06T12:33:41.773Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:33:41.773Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:33:41.773Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:33:41.774Z||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$$ba021fad.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-10-06T12:34:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:34:31.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:34:31.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:34:31.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e99e15a7-7977-422c-bc5d-9320efd3b3f0 url= /sdc/v1/artifactTypes
2023-10-06T12:34:31.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:34:31.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:34:31.766Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@e0aff22
2023-10-06T12:34:31.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:34:31.767Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:34:31.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:34:31.769Z||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$$ba021fad.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-10-06T12:35:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:35:21.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:35:21.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:35:21.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 6a6d407d-cbf5-4ddb-a112-ba6eebf6f0da url= /sdc/v1/artifactTypes
2023-10-06T12:35:21.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:35:21.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:35:21.767Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4fc83262
2023-10-06T12:35:21.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:35:21.767Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:35:21.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:35:21.768Z||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$$ba021fad.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-10-06T12:36:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:36:11.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:36:11.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:36:11.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 59b9bb49-335e-449d-a48f-b0cb8e52c4c5 url= /sdc/v1/artifactTypes
2023-10-06T12:36:11.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:36:11.771Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:36:11.772Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@157d8e1e
2023-10-06T12:36:11.772Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:36:11.773Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:36:11.773Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:36:11.774Z||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$$ba021fad.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-10-06T12:37:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:37:01.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:37:01.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:37:01.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9b93c266-467d-40d4-aa01-d2f911dcf7f5 url= /sdc/v1/artifactTypes
2023-10-06T12:37:01.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:37:01.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:37:01.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7bd8c86d
2023-10-06T12:37:01.769Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:37:01.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:37:01.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:37:01.770Z||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$$ba021fad.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-10-06T12:37:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:37:51.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:37:51.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:37:51.765Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 43365de7-392d-471b-beb1-49433d81a80f url= /sdc/v1/artifactTypes
2023-10-06T12:37:51.765Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:37:51.775Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:37:51.776Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7f6be925
2023-10-06T12:37:51.776Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:37:51.776Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:37:51.777Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:37:51.778Z||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$$ba021fad.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-10-06T12:38:41.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:38:41.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:38:41.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:38:41.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2aff126e-3390-42e7-8490-daac4c223720 url= /sdc/v1/artifactTypes
2023-10-06T12:38:41.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:38:41.764Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:38:41.765Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@45c7ee13
2023-10-06T12:38:41.765Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:38:41.766Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:38:41.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:38:41.766Z||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$$ba021fad.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-10-06T12:39:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:39:31.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:39:31.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:39:31.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 837c3a6f-477f-40e5-9a0c-6661f087f544 url= /sdc/v1/artifactTypes
2023-10-06T12:39:31.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:39:31.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:39:31.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@42133a3e
2023-10-06T12:39:31.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:39:31.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:39:31.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:39:31.770Z||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$$ba021fad.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-10-06T12:40:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:40:21.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:40:21.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:40:21.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 706dc5a4-e3df-462a-bffd-789e5b97231f url= /sdc/v1/artifactTypes
2023-10-06T12:40:21.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:40:21.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:40:21.766Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5a578d79
2023-10-06T12:40:21.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:40:21.767Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:40:21.767Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:40:21.767Z||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$$ba021fad.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-10-06T12:41:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:41:11.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:41:11.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:41:11.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bd2df50d-623a-4f2d-a2d2-0701b11a31a9 url= /sdc/v1/artifactTypes
2023-10-06T12:41:11.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:41:11.769Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:41:11.770Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@581c41c2
2023-10-06T12:41:11.770Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:41:11.770Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:41:11.771Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:41:11.772Z||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$$ba021fad.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-10-06T12:42:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:42:01.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:42:01.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:42:01.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d8198cbe-d956-48f3-b8a8-529ae497e7ea url= /sdc/v1/artifactTypes
2023-10-06T12:42:01.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:42:01.771Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:42:01.772Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3aa3e97a
2023-10-06T12:42:01.772Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:42:01.773Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:42:01.774Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:42:01.775Z||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$$ba021fad.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-10-06T12:42:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:42:51.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:42:51.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:42:51.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= efac169a-d441-4d47-aff4-5d953c46e252 url= /sdc/v1/artifactTypes
2023-10-06T12:42:51.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:42:51.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:42:51.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1992fd2f
2023-10-06T12:42:51.769Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:42:51.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:42:51.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:42:51.770Z||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$$ba021fad.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-10-06T12:43:41.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:43:41.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:43:41.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:43:41.764Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a1591bb5-5129-4b43-96bd-df051a279529 url= /sdc/v1/artifactTypes
2023-10-06T12:43:41.765Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:43:41.776Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:43:41.776Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3a7c9f4
2023-10-06T12:43:41.777Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:43:41.778Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:43:41.778Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:43:41.779Z||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$$ba021fad.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-10-06T12:44:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:44:31.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:44:31.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:44:31.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 08c77ef2-c939-49fa-a3fa-c0fe35157a26 url= /sdc/v1/artifactTypes
2023-10-06T12:44:31.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:44:31.769Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:44:31.770Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@9ce1b59
2023-10-06T12:44:31.770Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:44:31.771Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:44:31.771Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:44:31.772Z||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$$ba021fad.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-10-06T12:45:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:45:21.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:45:21.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:45:21.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 288eca63-2de3-49b9-ae84-ad3d31668cc6 url= /sdc/v1/artifactTypes
2023-10-06T12:45:21.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:45:21.765Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:45:21.765Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@72e4027b
2023-10-06T12:45:21.765Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:45:21.766Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:45:21.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:45:21.767Z||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$$ba021fad.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-10-06T12:46:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:46:11.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:46:11.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:46:11.782Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d7ca6b87-be97-494e-ae16-cd98579a0135 url= /sdc/v1/artifactTypes
2023-10-06T12:46:11.783Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:46:11.792Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:46:11.793Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2b881d8c
2023-10-06T12:46:11.793Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:46:11.793Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:46:11.794Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:46:11.794Z||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$$ba021fad.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-10-06T12:47:01.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:47:01.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:47:01.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:47:01.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 3b1842d3-277c-4b83-8039-fe6e91b36923 url= /sdc/v1/artifactTypes
2023-10-06T12:47:01.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:47:01.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:47:01.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70bfe8cf
2023-10-06T12:47:01.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:47:01.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:47:01.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:47:01.769Z||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$$ba021fad.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-10-06T12:47:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:47:51.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:47:51.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:47:51.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 82590265-b08f-4358-8c56-af1d74b07baa url= /sdc/v1/artifactTypes
2023-10-06T12:47:51.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:47:51.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:47:51.769Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@552e1d20
2023-10-06T12:47:51.769Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:47:51.770Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:47:51.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:47:51.771Z||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$$ba021fad.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-10-06T12:48:41.762Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:48:41.765Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:48:41.765Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:48:41.773Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 60de6b32-ff7b-4ca4-bdec-565e08ec60aa url= /sdc/v1/artifactTypes
2023-10-06T12:48:41.773Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:48:41.783Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:48:41.783Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70eacc16
2023-10-06T12:48:41.784Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:48:41.784Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:48:41.785Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:48:41.786Z||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$$ba021fad.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-10-06T12:49:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:49:31.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:49:31.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:49:31.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1a296f3d-7ab2-4efe-913c-2cf24d7475c6 url= /sdc/v1/artifactTypes
2023-10-06T12:49:31.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:49:31.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:49:31.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@62442d18
2023-10-06T12:49:31.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:49:31.768Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:49:31.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:49:31.769Z||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$$ba021fad.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-10-06T12:50:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:50:21.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:50:21.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:50:21.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b2f9755f-aac4-4b9e-86fd-bce366106f6e url= /sdc/v1/artifactTypes
2023-10-06T12:50:21.762Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:50:21.769Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:50:21.770Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@65a886f6
2023-10-06T12:50:21.771Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:50:21.772Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:50:21.772Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:50:21.773Z||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$$ba021fad.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-10-06T12:51:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:51:11.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:51:11.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:51:11.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4a452072-647d-46f0-bfd0-f513b2b76bc6 url= /sdc/v1/artifactTypes
2023-10-06T12:51:11.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:51:11.764Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:51:11.764Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@50a52e9e
2023-10-06T12:51:11.765Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:51:11.766Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:51:11.767Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:51:11.768Z||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$$ba021fad.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-10-06T12:52:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:52:01.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:52:01.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:52:01.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1dde355b-b970-471b-9646-fd1a2dc5f7b1 url= /sdc/v1/artifactTypes
2023-10-06T12:52:01.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:52:01.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:52:01.766Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6dc3a0c5
2023-10-06T12:52:01.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:52:01.767Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:52:01.767Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:52:01.767Z||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$$ba021fad.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-10-06T12:52:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:52:51.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:52:51.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:52:51.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a2e5ffe0-a08c-4b2b-be06-cdf8e1fd7f06 url= /sdc/v1/artifactTypes
2023-10-06T12:52:51.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:52:51.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:52:51.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3f3dd577
2023-10-06T12:52:51.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:52:51.768Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:52:51.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:52:51.769Z||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$$ba021fad.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-10-06T12:53:41.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:53:41.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:53:41.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:53:41.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8fe85f8a-3398-4fd3-a975-634498c73361 url= /sdc/v1/artifactTypes
2023-10-06T12:53:41.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:53:41.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:53:41.766Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@76c549f
2023-10-06T12:53:41.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:53:41.767Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:53:41.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:53:41.768Z||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$$ba021fad.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-10-06T12:54:31.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:54:31.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:54:31.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:54:31.763Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 591155b9-a003-4b32-b322-fe0795302171 url= /sdc/v1/artifactTypes
2023-10-06T12:54:31.764Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:54:31.772Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:54:31.772Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@604c898
2023-10-06T12:54:31.773Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:54:31.774Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:54:31.774Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:54:31.775Z||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$$ba021fad.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-10-06T12:55:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:55:21.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:55:21.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:55:21.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= edaa7dc1-fc90-4071-bbbe-9421df8cae4a url= /sdc/v1/artifactTypes
2023-10-06T12:55:21.762Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:55:21.769Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:55:21.769Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@468688c
2023-10-06T12:55:21.770Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:55:21.770Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:55:21.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:55:21.771Z||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$$ba021fad.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-10-06T12:56:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:56:11.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:56:11.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:56:11.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 821275f2-36b9-498f-b52d-831c169f51a3 url= /sdc/v1/artifactTypes
2023-10-06T12:56:11.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:56:11.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:56:11.767Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@721a429c
2023-10-06T12:56:11.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:56:11.768Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:56:11.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:56:11.769Z||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$$ba021fad.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-10-06T12:57:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:57:01.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:57:01.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:57:01.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 3210f40d-8795-468a-99fd-613bd2854869 url= /sdc/v1/artifactTypes
2023-10-06T12:57:01.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:57:01.764Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:57:01.765Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3ece8ab2
2023-10-06T12:57:01.765Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:57:01.765Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:57:01.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:57:01.766Z||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$$ba021fad.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-10-06T12:57:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:57:51.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:57:51.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:57:51.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 74fec574-2995-4c11-998c-50951eb6d189 url= /sdc/v1/artifactTypes
2023-10-06T12:57:51.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:57:51.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:57:51.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@32b15199
2023-10-06T12:57:51.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:57:51.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:57:51.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:57:51.770Z||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$$ba021fad.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-10-06T12:58:41.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:58:41.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:58:41.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:58:41.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 11792876-e878-4280-b66a-3b5a88a1ba6d url= /sdc/v1/artifactTypes
2023-10-06T12:58:41.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:58:41.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:58:41.767Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2abef106
2023-10-06T12:58:41.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:58:41.768Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:58:41.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:58:41.769Z||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$$ba021fad.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-10-06T12:59:31.757Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T12:59:31.758Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T12:59:31.758Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T12:59:31.762Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 068104b0-c84e-49e3-8ffe-a0378725e63e url= /sdc/v1/artifactTypes
2023-10-06T12:59:31.763Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T12:59:31.771Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T12:59:31.771Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2298b038
2023-10-06T12:59:31.773Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T12:59:31.773Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T12:59:31.774Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T12:59:31.775Z||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$$ba021fad.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-10-06T13:00:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:00:21.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:00:21.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:00:21.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 3362a3ab-5a19-422e-838f-632813ae599a url= /sdc/v1/artifactTypes
2023-10-06T13:00:21.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:00:21.769Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:00:21.769Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6c3356a3
2023-10-06T13:00:21.770Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:00:21.770Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:00:21.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:00:21.771Z||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$$ba021fad.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-10-06T13:01:11.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:01:11.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:01:11.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:01:11.767Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= aeb9e6b9-34e2-4d9a-9496-616c78b3914c url= /sdc/v1/artifactTypes
2023-10-06T13:01:11.768Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:01:11.777Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:01:11.779Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@480ceafd
2023-10-06T13:01:11.780Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:01:11.780Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:01:11.781Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:01:11.782Z||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$$ba021fad.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-10-06T13:02:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:02:01.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:02:01.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:02:01.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5e28ff81-1d93-47c4-9932-4cab9d2d3123 url= /sdc/v1/artifactTypes
2023-10-06T13:02:01.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:02:01.765Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:02:01.765Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@52b27cc
2023-10-06T13:02:01.765Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:02:01.766Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:02:01.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:02:01.766Z||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$$ba021fad.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-10-06T13:02:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:02:51.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:02:51.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:02:51.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= faed0f10-f284-4a74-be5b-122d509383d6 url= /sdc/v1/artifactTypes
2023-10-06T13:02:51.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:02:51.770Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:02:51.770Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@287e8552
2023-10-06T13:02:51.770Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:02:51.770Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:02:51.771Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:02:51.803Z||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$$ba021fad.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-10-06T13:03:41.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:03:41.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:03:41.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:03:41.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1bbdee93-4f24-4ccf-a2dd-a404f6c3bb8c url= /sdc/v1/artifactTypes
2023-10-06T13:03:41.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:03:41.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:03:41.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@735cfeda
2023-10-06T13:03:41.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:03:41.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:03:41.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:03:41.770Z||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$$ba021fad.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-10-06T13:04:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:04:31.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:04:31.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:04:31.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 16fae74d-7367-42b2-923d-b2a184dea6f1 url= /sdc/v1/artifactTypes
2023-10-06T13:04:31.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:04:31.764Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:04:31.764Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2976076e
2023-10-06T13:04:31.764Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:04:31.764Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:04:31.765Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:04:31.765Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at 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$$ba021fad.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-10-06T13:05:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:05:21.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:05:21.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:05:21.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e64c0a89-b48f-4aef-9654-ae26cc94c4f2 url= /sdc/v1/artifactTypes
2023-10-06T13:05:21.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:05:21.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:05:21.767Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2905f816
2023-10-06T13:05:21.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:05:21.768Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:05:21.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:05:21.768Z||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$$ba021fad.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-10-06T13:06:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:06:11.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:06:11.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:06:11.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9ec275d3-a392-43b9-a32b-f6049bb651ea url= /sdc/v1/artifactTypes
2023-10-06T13:06:11.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:06:11.765Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:06:11.765Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@34ee4e6c
2023-10-06T13:06:11.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:06:11.766Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:06:11.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:06:11.767Z||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$$ba021fad.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-10-06T13:07:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:07:01.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:07:01.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:07:01.765Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 30271e50-9e74-4d12-b78c-919513ac4f66 url= /sdc/v1/artifactTypes
2023-10-06T13:07:01.766Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:07:01.774Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:07:01.774Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6d9a2760
2023-10-06T13:07:01.775Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:07:01.775Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:07:01.775Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:07:01.776Z||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$$ba021fad.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-10-06T13:07:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:07:51.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:07:51.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:07:51.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5a3d1478-1243-431d-8612-042405f7ce41 url= /sdc/v1/artifactTypes
2023-10-06T13:07:51.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:07:51.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:07:51.766Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2795a326
2023-10-06T13:07:51.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:07:51.767Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:07:51.767Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:07:51.768Z||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$$ba021fad.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-10-06T13:08:41.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:08:41.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:08:41.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:08:41.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9872a7a6-79f7-4972-8d39-0c4363ddc2b4 url= /sdc/v1/artifactTypes
2023-10-06T13:08:41.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:08:41.770Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:08:41.771Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@22aec274
2023-10-06T13:08:41.771Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:08:41.772Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:08:41.772Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:08:41.773Z||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$$ba021fad.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-10-06T13:09:31.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:09:31.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:09:31.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:09:31.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e1a75880-b43d-4192-a626-f46037fefa3f url= /sdc/v1/artifactTypes
2023-10-06T13:09:31.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:09:31.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:09:31.767Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5f8a90a9
2023-10-06T13:09:31.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:09:31.767Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:09:31.767Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:09:31.768Z||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$$ba021fad.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-10-06T13:10:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:10:21.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:10:21.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:10:21.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e63288b4-abc9-440a-9fc7-eff97ffe1fb7 url= /sdc/v1/artifactTypes
2023-10-06T13:10:21.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:10:21.769Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:10:21.770Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@20579670
2023-10-06T13:10:21.770Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:10:21.770Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:10:21.771Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:10:21.771Z||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$$ba021fad.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-10-06T13:11:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:11:11.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:11:11.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:11:11.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2121b918-a242-49d2-838e-50f790d3af3f url= /sdc/v1/artifactTypes
2023-10-06T13:11:11.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:11:11.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:11:11.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@15833db4
2023-10-06T13:11:11.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:11:11.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:11:11.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:11:11.769Z||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$$ba021fad.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-10-06T13:12:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:12:01.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:12:01.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:12:01.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 77377c28-512b-45b1-927d-4bd1c6815937 url= /sdc/v1/artifactTypes
2023-10-06T13:12:01.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:12:01.770Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:12:01.771Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1bb9ebbb
2023-10-06T13:12:01.771Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:12:01.772Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:12:01.772Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:12:01.773Z||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$$ba021fad.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-10-06T13:12:51.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:12:51.758Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:12:51.758Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:12:51.766Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 528db42f-b3fc-46f7-839d-721bab6ddf68 url= /sdc/v1/artifactTypes
2023-10-06T13:12:51.766Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:12:51.774Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:12:51.775Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@754acd1b
2023-10-06T13:12:51.775Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:12:51.776Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:12:51.776Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:12:51.777Z||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$$ba021fad.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-10-06T13:13:41.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:13:41.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:13:41.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:13:41.762Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1e04d9b6-b7db-4dc5-8d8b-2efdfe2a94ed url= /sdc/v1/artifactTypes
2023-10-06T13:13:41.762Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:13:41.771Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:13:41.772Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@482edf78
2023-10-06T13:13:41.773Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:13:41.774Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:13:41.774Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:13:41.775Z||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$$ba021fad.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-10-06T13:14:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:14:31.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:14:31.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:14:31.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a292ab51-5770-45ec-bb9d-b4635864428c url= /sdc/v1/artifactTypes
2023-10-06T13:14:31.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:14:31.770Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:14:31.770Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7d6d4044
2023-10-06T13:14:31.770Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:14:31.771Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:14:31.771Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:14:31.771Z||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$$ba021fad.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-10-06T13:15:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:15:21.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:15:21.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:15:21.763Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= db074a87-7655-49c3-8c21-3eb53732a026 url= /sdc/v1/artifactTypes
2023-10-06T13:15:21.764Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:15:21.772Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:15:21.773Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@62996359
2023-10-06T13:15:21.773Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:15:21.774Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:15:21.774Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:15:21.775Z||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$$ba021fad.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-10-06T13:16:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:16:11.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:16:11.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:16:11.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1b2dbea1-f5df-486d-9da0-a15545ec66d0 url= /sdc/v1/artifactTypes
2023-10-06T13:16:11.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:16:11.772Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:16:11.773Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6768f0aa
2023-10-06T13:16:11.773Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:16:11.773Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:16:11.774Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:16:11.774Z||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$$ba021fad.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-10-06T13:17:01.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:17:01.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:17:01.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:17:01.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d60934b9-fb9a-4d83-a6bd-0c65058d5380 url= /sdc/v1/artifactTypes
2023-10-06T13:17:01.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:17:01.764Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:17:01.764Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@538ce1c8
2023-10-06T13:17:01.764Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:17:01.765Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:17:01.765Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:17:01.766Z||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$$ba021fad.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-10-06T13:17:51.756Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:17:51.758Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:17:51.759Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:17:51.771Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9d92b668-793f-490a-88e9-ef3451fa89c1 url= /sdc/v1/artifactTypes
2023-10-06T13:17:51.771Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:17:51.780Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:17:51.781Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7a19351b
2023-10-06T13:17:51.782Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:17:51.783Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:17:51.783Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:17:51.784Z||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$$ba021fad.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-10-06T13:18:41.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:18:41.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:18:41.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:18:41.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d099ca9a-c527-49dc-aeb7-2a4f358db007 url= /sdc/v1/artifactTypes
2023-10-06T13:18:41.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:18:41.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:18:41.767Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6a1909cc
2023-10-06T13:18:41.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:18:41.768Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:18:41.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:18:41.769Z||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$$ba021fad.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-10-06T13:19:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:19:31.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:19:31.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:19:31.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 6a1009eb-7dd9-4d97-bd1a-302010538352 url= /sdc/v1/artifactTypes
2023-10-06T13:19:31.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:19:31.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:19:31.769Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@75275d78
2023-10-06T13:19:31.769Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:19:31.770Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:19:31.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:19:31.770Z||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$$ba021fad.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-10-06T13:20:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:20:21.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:20:21.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:20:21.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 70a99c99-26a7-44f0-9636-67b84a448553 url= /sdc/v1/artifactTypes
2023-10-06T13:20:21.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:20:21.764Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:20:21.765Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@62d3ade5
2023-10-06T13:20:21.765Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:20:21.765Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:20:21.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:20:21.766Z||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$$ba021fad.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-10-06T13:21:11.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:21:11.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:21:11.758Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:21:11.766Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 785a89a8-9e50-4f34-b083-6232e7760ba2 url= /sdc/v1/artifactTypes
2023-10-06T13:21:11.766Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:21:11.778Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:21:11.778Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@74c2f90c
2023-10-06T13:21:11.779Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:21:11.779Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:21:11.779Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:21:11.780Z||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$$ba021fad.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-10-06T13:22:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:22:01.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:22:01.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:22:01.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2ed031a8-f6b4-4dc2-a2a3-8f32e2fa0ab8 url= /sdc/v1/artifactTypes
2023-10-06T13:22:01.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:22:01.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:22:01.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@271bc474
2023-10-06T13:22:01.769Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:22:01.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:22:01.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:22:01.770Z||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$$ba021fad.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-10-06T13:22:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:22:51.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:22:51.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:22:51.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f64b3f8f-5d7d-48b1-b1db-b10d2a14d901 url= /sdc/v1/artifactTypes
2023-10-06T13:22:51.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:22:51.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:22:51.767Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@297f0005
2023-10-06T13:22:51.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:22:51.768Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:22:51.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:22:51.769Z||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$$ba021fad.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-10-06T13:23:41.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:23:41.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:23:41.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:23:41.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 91e37398-4ff6-4cd5-9dc9-6d379ddfef0a url= /sdc/v1/artifactTypes
2023-10-06T13:23:41.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:23:41.764Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:23:41.765Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@495480d9
2023-10-06T13:23:41.765Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:23:41.766Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:23:41.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:23:41.766Z||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$$ba021fad.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-10-06T13:24:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:24:31.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:24:31.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:24:31.762Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 56fbf91f-9dc0-4919-a04a-aa1c369b5ab2 url= /sdc/v1/artifactTypes
2023-10-06T13:24:31.762Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:24:31.769Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:24:31.769Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2feb7f51
2023-10-06T13:24:31.770Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:24:31.770Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:24:31.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:24:31.771Z||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$$ba021fad.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-10-06T13:25:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:25:21.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:25:21.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:25:21.763Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1a51eeeb-2325-47e4-871e-92e679fea108 url= /sdc/v1/artifactTypes
2023-10-06T13:25:21.764Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:25:21.772Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:25:21.772Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4b655c54
2023-10-06T13:25:21.773Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:25:21.773Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:25:21.773Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:25:21.774Z||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$$ba021fad.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-10-06T13:26:11.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:26:11.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:26:11.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:26:11.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 188ae79e-79c2-41f7-ba28-0827139b2f3e url= /sdc/v1/artifactTypes
2023-10-06T13:26:11.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:26:11.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:26:11.767Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@644cc278
2023-10-06T13:26:11.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:26:11.767Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:26:11.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:26:11.768Z||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$$ba021fad.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-10-06T13:27:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:27:01.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:27:01.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:27:01.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2798adf6-4157-4932-b62b-5a5750dc663b url= /sdc/v1/artifactTypes
2023-10-06T13:27:01.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:27:01.765Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:27:01.765Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@460fb6aa
2023-10-06T13:27:01.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:27:01.766Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:27:01.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:27:01.767Z||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$$ba021fad.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-10-06T13:27:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:27:51.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:27:51.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:27:51.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5c10e135-6525-4fe1-9277-8a8516a79783 url= /sdc/v1/artifactTypes
2023-10-06T13:27:51.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:27:51.770Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:27:51.772Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4c87ab6c
2023-10-06T13:27:51.773Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:27:51.775Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:27:51.775Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:27:51.777Z||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$$ba021fad.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-10-06T13:28:41.756Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:28:41.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:28:41.758Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:28:41.769Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 82bfbc70-7ede-4e96-997d-428f60771c97 url= /sdc/v1/artifactTypes
2023-10-06T13:28:41.769Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:28:41.785Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:28:41.786Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@24280c68
2023-10-06T13:28:41.787Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:28:41.787Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:28:41.788Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:28:41.789Z||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$$ba021fad.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-10-06T13:29:31.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:29:31.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:29:31.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:29:31.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 61e7fa74-5dc7-4694-a71c-0f9409404433 url= /sdc/v1/artifactTypes
2023-10-06T13:29:31.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:29:31.765Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:29:31.766Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4f7a8d29
2023-10-06T13:29:31.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:29:31.766Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:29:31.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:29:31.767Z||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$$ba021fad.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-10-06T13:30:21.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:30:21.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:30:21.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:30:21.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9fbbf838-f0b2-4e90-a03a-d7e9ad638e54 url= /sdc/v1/artifactTypes
2023-10-06T13:30:21.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:30:21.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:30:21.766Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7385f3cb
2023-10-06T13:30:21.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:30:21.767Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:30:21.767Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:30:21.768Z||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$$ba021fad.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-10-06T13:31:11.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:31:11.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:31:11.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:31:11.765Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b25316e8-8127-486b-83fa-1f4aa9f771aa url= /sdc/v1/artifactTypes
2023-10-06T13:31:11.765Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:31:11.773Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:31:11.773Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4ccf1c
2023-10-06T13:31:11.773Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:31:11.774Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:31:11.774Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:31:11.775Z||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$$ba021fad.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-10-06T13:32:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:32:01.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:32:01.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:32:01.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= fc804f2f-fe3c-4f45-bdc6-7d4c097703c9 url= /sdc/v1/artifactTypes
2023-10-06T13:32:01.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:32:01.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:32:01.767Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3188d5eb
2023-10-06T13:32:01.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:32:01.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:32:01.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:32:01.770Z||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$$ba021fad.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-10-06T13:32:51.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:32:51.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:32:51.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:32:51.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9c5aaccf-e122-4cc3-9906-8dc369db3aa3 url= /sdc/v1/artifactTypes
2023-10-06T13:32:51.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:32:51.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:32:51.766Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@604183b5
2023-10-06T13:32:51.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:32:51.767Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:32:51.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:32:51.768Z||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$$ba021fad.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-10-06T13:33:41.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:33:41.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:33:41.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:33:41.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 7cd12c06-ca0d-4354-a53c-009b751e7a61 url= /sdc/v1/artifactTypes
2023-10-06T13:33:41.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:33:41.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:33:41.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2db65dd4
2023-10-06T13:33:41.769Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:33:41.770Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:33:41.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:33:41.771Z||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$$ba021fad.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-10-06T13:34:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:34:31.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:34:31.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:34:31.762Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 0bf6cea9-200a-4ed4-a5b9-458fd54dc1cc url= /sdc/v1/artifactTypes
2023-10-06T13:34:31.762Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:34:31.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:34:31.769Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@24838b74
2023-10-06T13:34:31.769Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:34:31.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:34:31.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:34:31.770Z||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$$ba021fad.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-10-06T13:35:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:35:21.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:35:21.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:35:21.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c33fbdf5-7c77-4e9a-8d53-aea10d01e32a url= /sdc/v1/artifactTypes
2023-10-06T13:35:21.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:35:21.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:35:21.769Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2b25bfb0
2023-10-06T13:35:21.769Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:35:21.770Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:35:21.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:35:21.771Z||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$$ba021fad.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-10-06T13:36:11.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:36:11.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:36:11.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:36:11.757Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 05752ad9-77e2-41b5-a13d-17e960d565de url= /sdc/v1/artifactTypes
2023-10-06T13:36:11.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:36:11.764Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:36:11.764Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2efba0f8
2023-10-06T13:36:11.765Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:36:11.765Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:36:11.765Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:36:11.766Z||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$$ba021fad.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-10-06T13:37:01.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:37:01.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:37:01.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:37:01.765Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ff75dced-2a91-4021-b1cc-c9b66f0cab65 url= /sdc/v1/artifactTypes
2023-10-06T13:37:01.765Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:37:01.773Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:37:01.774Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70e2a083
2023-10-06T13:37:01.774Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:37:01.775Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:37:01.775Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:37:01.776Z||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$$ba021fad.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-10-06T13:37:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:37:51.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:37:51.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:37:51.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= cd8ed32d-b721-4a81-a131-54e36d16b5f0 url= /sdc/v1/artifactTypes
2023-10-06T13:37:51.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:37:51.765Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:37:51.766Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e0c83a2
2023-10-06T13:37:51.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:37:51.767Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:37:51.767Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:37:51.768Z||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$$ba021fad.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-10-06T13:38:41.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:38:41.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:38:41.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:38:41.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 774b6e01-8c5b-471e-a3b9-a08e32c915d1 url= /sdc/v1/artifactTypes
2023-10-06T13:38:41.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:38:41.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:38:41.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4cbcf9c7
2023-10-06T13:38:41.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:38:41.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:38:41.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:38:41.769Z||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$$ba021fad.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-10-06T13:39:31.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:39:31.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:39:31.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:39:31.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2a0fe41e-73a8-469c-a196-4a03467758e9 url= /sdc/v1/artifactTypes
2023-10-06T13:39:31.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:39:31.765Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:39:31.766Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@43568ebe
2023-10-06T13:39:31.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:39:31.766Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:39:31.767Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:39:31.767Z||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$$ba021fad.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-10-06T13:40:21.756Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:40:21.758Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:40:21.758Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:40:21.765Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9ebac69c-fab8-4110-9e0e-a8204da570fa url= /sdc/v1/artifactTypes
2023-10-06T13:40:21.765Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:40:21.775Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:40:21.776Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@bb8d1c2
2023-10-06T13:40:21.776Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:40:21.777Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:40:21.777Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:40:21.778Z||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$$ba021fad.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-10-06T13:41:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:41:11.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:41:11.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:41:11.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= bec031c3-1683-493d-9cee-bca680e8187a url= /sdc/v1/artifactTypes
2023-10-06T13:41:11.762Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:41:11.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:41:11.769Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@19589d0a
2023-10-06T13:41:11.769Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:41:11.770Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:41:11.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:41:11.771Z||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$$ba021fad.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-10-06T13:42:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:42:01.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:42:01.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:42:01.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4ea95c12-deab-4903-9a56-ec4a464d6046 url= /sdc/v1/artifactTypes
2023-10-06T13:42:01.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:42:01.764Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:42:01.764Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@41d9ce90
2023-10-06T13:42:01.765Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:42:01.765Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:42:01.765Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:42:01.766Z||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$$ba021fad.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-10-06T13:42:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:42:51.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:42:51.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:42:51.761Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= aa19dff9-c2ee-4e60-8f17-df22ab5dac89 url= /sdc/v1/artifactTypes
2023-10-06T13:42:51.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:42:51.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:42:51.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7d8cf354
2023-10-06T13:42:51.769Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:42:51.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:42:51.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:42:51.770Z||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$$ba021fad.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-10-06T13:43:41.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:43:41.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:43:41.758Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:43:41.767Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 7b17c3f6-6f38-425c-99f8-4910c629f556 url= /sdc/v1/artifactTypes
2023-10-06T13:43:41.767Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:43:41.777Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:43:41.777Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@15ea43b4
2023-10-06T13:43:41.778Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:43:41.778Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:43:41.778Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:43:41.779Z||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$$ba021fad.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-10-06T13:44:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:44:31.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:44:31.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:44:31.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 127c75ae-6dd2-4506-8f22-ed567d323d2a url= /sdc/v1/artifactTypes
2023-10-06T13:44:31.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:44:31.767Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:44:31.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@36b2f1c
2023-10-06T13:44:31.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:44:31.768Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:44:31.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:44:31.769Z||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$$ba021fad.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-10-06T13:45:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:45:21.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:45:21.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:45:21.757Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= aa06ec7b-2fbe-46ca-9281-92cdb729a6da url= /sdc/v1/artifactTypes
2023-10-06T13:45:21.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:45:21.765Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:45:21.766Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6e2c60c8
2023-10-06T13:45:21.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:45:21.766Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:45:21.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:45:21.767Z||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$$ba021fad.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-10-06T13:46:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:46:11.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:46:11.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:46:11.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e1b21ecf-319a-4c2e-bf47-66d6e8a6d4e9 url= /sdc/v1/artifactTypes
2023-10-06T13:46:11.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:46:11.765Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:46:11.766Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@423daebe
2023-10-06T13:46:11.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:46:11.766Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:46:11.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:46:11.766Z||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$$ba021fad.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-10-06T13:47:01.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:47:01.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:47:01.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:47:01.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 7291e6f2-2511-4567-a2e0-e9dc5a41b5f2 url= /sdc/v1/artifactTypes
2023-10-06T13:47:01.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:47:01.764Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:47:01.764Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2a9dda99
2023-10-06T13:47:01.765Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:47:01.765Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:47:01.765Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:47:01.765Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at 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$$ba021fad.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-10-06T13:47:51.756Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:47:51.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:47:51.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:47:51.762Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9f424dc7-8021-4cad-95cd-9d364f56c906 url= /sdc/v1/artifactTypes
2023-10-06T13:47:51.762Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:47:51.807Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:47:51.808Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@d9b60d9
2023-10-06T13:47:51.808Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:47:51.809Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:47:51.809Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:47:51.809Z||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$$ba021fad.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-10-06T13:48:41.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:48:41.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:48:41.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:48:41.764Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d4a9563e-f394-48a3-8a65-102b25a27b10 url= /sdc/v1/artifactTypes
2023-10-06T13:48:41.764Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:48:41.772Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:48:41.772Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@511a2a89
2023-10-06T13:48:41.773Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:48:41.773Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:48:41.774Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:48:41.774Z||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$$ba021fad.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-10-06T13:49:31.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:49:31.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:49:31.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:49:31.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 7733624c-e3b1-44bd-96d6-25bee8412d18 url= /sdc/v1/artifactTypes
2023-10-06T13:49:31.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:49:31.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:49:31.766Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@557f5de6
2023-10-06T13:49:31.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:49:31.767Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:49:31.767Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:49:31.768Z||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$$ba021fad.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-10-06T13:50:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:50:21.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:50:21.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:50:21.762Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 0d61abb6-9b5a-405a-bf73-5082b0b02615 url= /sdc/v1/artifactTypes
2023-10-06T13:50:21.763Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:50:21.774Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:50:21.774Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@62a6f14e
2023-10-06T13:50:21.775Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:50:21.775Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:50:21.775Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:50:21.776Z||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$$ba021fad.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-10-06T13:51:11.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:51:11.758Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:51:11.758Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:51:11.767Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= adc925bc-2780-4e05-95d9-c75b66df519f url= /sdc/v1/artifactTypes
2023-10-06T13:51:11.768Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:51:11.780Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:51:11.781Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@43a296df
2023-10-06T13:51:11.781Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:51:11.782Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:51:11.782Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:51:11.783Z||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$$ba021fad.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-10-06T13:52:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:52:01.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:52:01.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:52:01.762Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f8df4e1f-c607-44e2-9ddf-13f4e769d650 url= /sdc/v1/artifactTypes
2023-10-06T13:52:01.763Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:52:01.772Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:52:01.772Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@58d43c63
2023-10-06T13:52:01.772Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:52:01.773Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:52:01.773Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:52:01.773Z||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$$ba021fad.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-10-06T13:52:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:52:51.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:52:51.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:52:51.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 59fefcb6-0245-459d-95f7-d49e3837e5d7 url= /sdc/v1/artifactTypes
2023-10-06T13:52:51.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:52:51.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:52:51.767Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4a7465fc
2023-10-06T13:52:51.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:52:51.768Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:52:51.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:52:51.768Z||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$$ba021fad.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-10-06T13:53:41.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:53:41.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:53:41.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:53:41.762Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f8ce5126-8a62-432f-9bae-52e204228787 url= /sdc/v1/artifactTypes
2023-10-06T13:53:41.762Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:53:41.770Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:53:41.770Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@61488b3
2023-10-06T13:53:41.771Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:53:41.771Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:53:41.772Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:53:41.773Z||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$$ba021fad.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-10-06T13:54:31.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:54:31.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:54:31.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:54:31.765Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 6c1a3216-a71b-4a8c-8707-2349621c5237 url= /sdc/v1/artifactTypes
2023-10-06T13:54:31.765Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:54:31.774Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:54:31.774Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@39a9f14c
2023-10-06T13:54:31.775Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:54:31.775Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:54:31.776Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:54:31.776Z||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$$ba021fad.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-10-06T13:55:21.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:55:21.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:55:21.758Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:55:21.765Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ae6f78a2-6876-4261-a509-fb8842bf1166 url= /sdc/v1/artifactTypes
2023-10-06T13:55:21.766Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:55:21.780Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:55:21.781Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@53c9c81a
2023-10-06T13:55:21.781Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:55:21.783Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:55:21.784Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:55:21.786Z||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$$ba021fad.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-10-06T13:56:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:56:11.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:56:11.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:56:11.762Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 69a86d11-a5b9-4e4f-9cb3-ce7ba1f0d7ca url= /sdc/v1/artifactTypes
2023-10-06T13:56:11.763Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:56:11.770Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:56:11.771Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@24cd1225
2023-10-06T13:56:11.771Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:56:11.771Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:56:11.772Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:56:11.772Z||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$$ba021fad.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-10-06T13:57:01.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:57:01.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:57:01.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:57:01.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a1052235-8d57-4c6d-bd79-7d2426e7d49c url= /sdc/v1/artifactTypes
2023-10-06T13:57:01.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:57:01.765Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:57:01.766Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2755ea0c
2023-10-06T13:57:01.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:57:01.766Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:57:01.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:57:01.767Z||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$$ba021fad.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-10-06T13:57:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:57:51.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:57:51.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:57:51.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 20d67b48-1a16-485a-88d4-70a76f032ac2 url= /sdc/v1/artifactTypes
2023-10-06T13:57:51.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:57:51.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:57:51.767Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@55d48ff8
2023-10-06T13:57:51.767Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:57:51.767Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:57:51.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:57:51.768Z||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$$ba021fad.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-10-06T13:58:41.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:58:41.755Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:58:41.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:58:41.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ca352bea-f367-465b-8d74-53b5fd797111 url= /sdc/v1/artifactTypes
2023-10-06T13:58:41.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:58:41.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:58:41.768Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2040f08b
2023-10-06T13:58:41.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:58:41.769Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:58:41.769Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:58:41.770Z||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$$ba021fad.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-10-06T13:59:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T13:59:31.756Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T13:59:31.756Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T13:59:31.766Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5fb6a466-a895-4452-b61e-d2eb52f8615f url= /sdc/v1/artifactTypes
2023-10-06T13:59:31.766Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T13:59:31.775Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T13:59:31.775Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3cfad65c
2023-10-06T13:59:31.776Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T13:59:31.776Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T13:59:31.777Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T13:59:31.779Z||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$$ba021fad.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-10-06T14:00:21.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T14:00:21.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T14:00:21.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T14:00:21.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2a8fd6ad-6cff-446d-85d4-d7aa7999432f url= /sdc/v1/artifactTypes
2023-10-06T14:00:21.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T14:00:21.768Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T14:00:21.769Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5f398e59
2023-10-06T14:00:21.769Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T14:00:21.770Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T14:00:21.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T14:00:21.771Z||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$$ba021fad.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-10-06T14:01:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T14:01:11.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T14:01:11.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T14:01:11.760Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= aa02cf01-b1f9-458e-8b60-3950878b364a url= /sdc/v1/artifactTypes
2023-10-06T14:01:11.761Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T14:01:11.781Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T14:01:11.781Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6596acf7
2023-10-06T14:01:11.782Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T14:01:11.782Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T14:01:11.783Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T14:01:11.784Z||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$$ba021fad.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-10-06T14:02:01.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T14:02:01.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T14:02:01.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T14:02:01.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= e27810a1-0ffa-4122-8788-7755985090fa url= /sdc/v1/artifactTypes
2023-10-06T14:02:01.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T14:02:01.764Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T14:02:01.764Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2255d2cc
2023-10-06T14:02:01.764Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T14:02:01.765Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T14:02:01.765Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T14:02:01.765Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at 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$$ba021fad.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-10-06T14:02:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T14:02:51.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T14:02:51.754Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T14:02:51.775Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 35aa137d-437c-4b65-bc98-8da6a72943d4 url= /sdc/v1/artifactTypes
2023-10-06T14:02:51.776Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T14:02:51.802Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T14:02:51.802Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@604b3e67
2023-10-06T14:02:51.803Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T14:02:51.804Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T14:02:51.804Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T14:02:51.805Z||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$$ba021fad.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-10-06T14:03:41.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T14:03:41.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T14:03:41.757Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T14:03:41.764Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9be7bac6-7fdd-431e-aec4-8a1ea64e80fb url= /sdc/v1/artifactTypes
2023-10-06T14:03:41.764Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T14:03:41.773Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T14:03:41.774Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@51a5da91
2023-10-06T14:03:41.775Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T14:03:41.775Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T14:03:41.776Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T14:03:41.777Z||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$$ba021fad.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-10-06T14:04:31.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T14:04:31.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T14:04:31.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T14:04:31.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c608ae77-9b5d-4e42-9e81-2571da4782f4 url= /sdc/v1/artifactTypes
2023-10-06T14:04:31.760Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T14:04:31.766Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T14:04:31.767Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@58e70d79
2023-10-06T14:04:31.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T14:04:31.768Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T14:04:31.768Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T14:04:31.769Z||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$$ba021fad.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-10-06T14:05:21.753Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T14:05:21.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T14:05:21.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T14:05:21.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d1fa5a12-d841-4c57-b954-27c8625e2a60 url= /sdc/v1/artifactTypes
2023-10-06T14:05:21.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T14:05:21.764Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T14:05:21.764Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7b7182f8
2023-10-06T14:05:21.764Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T14:05:21.765Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T14:05:21.765Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T14:05:21.766Z||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$$ba021fad.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-10-06T14:06:11.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T14:06:11.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T14:06:11.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T14:06:11.758Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b6cdd4e1-86a3-4bf5-9232-22f8884dc4f5 url= /sdc/v1/artifactTypes
2023-10-06T14:06:11.758Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T14:06:11.765Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-10-06T14:06:11.766Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@18c4a328
2023-10-06T14:06:11.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-10-06T14:06:11.766Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-10-06T14:06:11.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-10-06T14:06:11.767Z||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$$ba021fad.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-10-06T14:07:01.755Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T14:07:01.757Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T14:07:01.758Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T14:07:01.764Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 7b64d0b0-9558-462d-8934-2e5f05b3b227 url= /sdc/v1/artifactTypes
2023-10-06T14:07:01.765Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T14:07:01.834Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2023-10-06T14:07:01.834Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5751f421
2023-10-06T14:07:01.835Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2023-10-06T14:07:01.836Z||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-10-06T14:07:01.837Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-10-06T14:07:01.837Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 73b7dcb0-1a3c-44d8-b660-d8f077fb36a7 url= /sdc/v1/distributionKafkaData
2023-10-06T14:07:01.837Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-10-06T14:07:01.863Z||scheduling-1|||||DEBUG|500||GET Response Status 404
2023-10-06T14:07:01.864Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6ab1c000
2023-10-06T14:07:01.864Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=SDC_NOT_FOUND, responseMessage=SDC not found]
2023-10-06T14:07:01.864Z||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-10-06T14:07:01.865Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:SDC not found
2023-10-06T14:07:01.865Z||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$$ba021fad.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-10-06T14:07:51.754Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-10-06T14:07:51.754Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-10-06T14:07:51.755Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-10-06T14:07:51.759Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= b78264ab-a897-4d40-9db0-3a614a55b4fc url= /sdc/v1/artifactTypes
2023-10-06T14:07:51.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-10-06T14:07:51.843Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-10-06T14:07:51.912Z||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-10-06T14:07:51.913Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-10-06T14:07:51.913Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1ebdb9b7-9fe4-49e2-885a-1a1127013ec9 url= /sdc/v1/distributionKafkaData
2023-10-06T14:07:51.913Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-10-06T14:07:51.985Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-10-06T14:07:51.997Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@440b043b
2023-10-06T14:07:52.134Z||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-7834a005-9e0d-44ad-bf43-cbf14a369931
	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-10-06T14:07:52.237Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931] Instantiated an idempotent producer.
2023-10-06T14:07:52.333Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-10-06T14:07:52.426Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-10-06T14:07:52.426Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-10-06T14:07:52.426Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1696601272413
2023-10-06T14:07:52.438Z||scheduling-1|||||INFO|500||start DistributionClient
2023-10-06T14:07:52.470Z||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-3b48250b-113b-4e7d-8fd0-1380a9d0158e
	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-10-06T14:07:52.709Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-10-06T14:07:52.709Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-10-06T14:07:52.710Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1696601272709
2023-10-06T14:07:52.716Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:07:52.721Z||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-1295e762-1d83-4285-a307-1364ec656340
	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-10-06T14:07:52.722Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:07:52.765Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-10-06T14:07:52.765Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-10-06T14:07:52.766Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1696601272765
2023-10-06T14:07:52.767Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:07:52.771Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:07:52.783Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-10-06T14:07:53.733Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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 er7dDjAHQXyX1dVjFxJKFw
2023-10-06T14:07:53.736Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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 er7dDjAHQXyX1dVjFxJKFw
2023-10-06T14:07:53.737Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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 er7dDjAHQXyX1dVjFxJKFw
2023-10-06T14:07:53.737Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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 er7dDjAHQXyX1dVjFxJKFw
2023-10-06T14:07:53.737Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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 er7dDjAHQXyX1dVjFxJKFw
2023-10-06T14:07:53.737Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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 er7dDjAHQXyX1dVjFxJKFw
2023-10-06T14:07:53.746Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] Cluster ID: smRNTopdQTKFXcKpxys-6g
2023-10-06T14:07:53.749Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-10-06T14:07:53.766Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, 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 NbfqBQ6XSF21PJs1_TUDSw
2023-10-06T14:07:53.767Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, 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 NbfqBQ6XSF21PJs1_TUDSw
2023-10-06T14:07:53.767Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, 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 NbfqBQ6XSF21PJs1_TUDSw
2023-10-06T14:07:53.768Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, 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 NbfqBQ6XSF21PJs1_TUDSw
2023-10-06T14:07:53.773Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, 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 NbfqBQ6XSF21PJs1_TUDSw
2023-10-06T14:07:53.773Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, 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 NbfqBQ6XSF21PJs1_TUDSw
2023-10-06T14:07:53.774Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, groupId=SO] Cluster ID: smRNTopdQTKFXcKpxys-6g
2023-10-06T14:07:53.780Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] (Re-)joining group
2023-10-06T14:07:53.806Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-10-06T14:07:53.814Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, groupId=SO] (Re-)joining group
2023-10-06T14:07:53.845Z||kafka-producer-network-thread | SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931] Cluster ID: smRNTopdQTKFXcKpxys-6g
2023-10-06T14:07:53.846Z||kafka-producer-network-thread | SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931] ProducerId set to 2001 with epoch 0
2023-10-06T14:07:54.008Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340-d24b4968-9fd8-4e77-9ec4-db17fdd0dc50
2023-10-06T14:07:54.009Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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-10-06T14:07:54.009Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] (Re-)joining group
2023-10-06T14:07:54.051Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e-f1cb04ed-4a55-43e7-a9bc-a38f68751827
2023-10-06T14:07:54.053Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, 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-10-06T14:07:54.053Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, groupId=SO] (Re-)joining group
2023-10-06T14:08:00.092Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e-f1cb04ed-4a55-43e7-a9bc-a38f68751827', protocol='range'}
2023-10-06T14:08:00.105Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340-d24b4968-9fd8-4e77-9ec4-db17fdd0dc50', protocol='range'}
2023-10-06T14:08:00.159Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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 NbfqBQ6XSF21PJs1_TUDSw
2023-10-06T14:08:00.159Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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 NbfqBQ6XSF21PJs1_TUDSw
2023-10-06T14:08:00.160Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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 NbfqBQ6XSF21PJs1_TUDSw
2023-10-06T14:08:00.160Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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 NbfqBQ6XSF21PJs1_TUDSw
2023-10-06T14:08:00.160Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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 NbfqBQ6XSF21PJs1_TUDSw
2023-10-06T14:08:00.160Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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 NbfqBQ6XSF21PJs1_TUDSw
2023-10-06T14:08:00.165Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340-d24b4968-9fd8-4e77-9ec4-db17fdd0dc50=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-3b48250b-113b-4e7d-8fd0-1380a9d0158e-f1cb04ed-4a55-43e7-a9bc-a38f68751827=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-10-06T14:08:00.279Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e-f1cb04ed-4a55-43e7-a9bc-a38f68751827', protocol='range'}
2023-10-06T14:08:00.279Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340-d24b4968-9fd8-4e77-9ec4-db17fdd0dc50', protocol='range'}
2023-10-06T14:08:00.280Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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-10-06T14:08:00.280Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, 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-10-06T14:08:00.286Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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-10-06T14:08:00.287Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, 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-10-06T14:08:00.361Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-10-06T14:08:00.361Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-10-06T14:08:00.361Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-10-06T14:08:00.361Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-10-06T14:08:00.362Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-10-06T14:08:00.362Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-10-06T14:08:00.362Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-10-06T14:08:00.362Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-10-06T14:08:00.363Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-10-06T14:08:00.363Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-10-06T14:08:00.363Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-10-06T14:08:00.363Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-10-06T14:08:00.395Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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-10-06T14:08:00.397Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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-10-06T14:08:00.436Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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-10-06T14:08:00.437Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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-10-06T14:08:00.440Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-10-06T14:08:00.440Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-10-06T14:08:00.441Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-10-06T14:08:00.442Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-10-06T14:08:00.593Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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-10-06T14:08:00.593Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, 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-10-06T14:08:00.630Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-10-06T14:08:00.631Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-10-06T14:08:52.727Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:08:52.772Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:09:52.734Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:09:52.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:10:52.736Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:10:52.774Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:11:52.738Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:11:52.774Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:12:52.739Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:12:52.776Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:13:52.740Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:13:52.776Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:14:52.742Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:14:52.778Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:15:52.746Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:15:52.778Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:16:52.748Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:16:52.780Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:16:53.878Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-1295e762-1d83-4285-a307-1364ec656340, groupId=SO] Node -1 disconnected.
2023-10-06T14:16:53.950Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3b48250b-113b-4e7d-8fd0-1380a9d0158e, groupId=SO] Node -1 disconnected.
2023-10-06T14:16:54.151Z||kafka-producer-network-thread | SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931] Node -1 disconnected.
2023-10-06T14:17:52.749Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:17:52.781Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:18:52.751Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:18:52.782Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:19:52.752Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:19:52.783Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:20:52.754Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:20:52.784Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:28.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-10-06T14:21:28.350Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"ac8d07ce-74f8-42f4-9ee9-55617013d445","serviceName":"vFW 2023-10-06 14-20-04","serviceVersion":"1.0","serviceUUID":"70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11","serviceDescription":"catalog service description","serviceInvariantUUID":"9be2881c-14f2-4065-9cdb-d7a3e806c8df","resources":[{"resourceInstanceName":"vFW 94e3c963-7768 0","resourceName":"vFW 94e3c963-7768","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b9041f9e-6465-4f11-b1d0-d6f515c80228","resourceInvariantUUID":"fc82919a-e7a0-4f61-84c3-5f795c19b032","resourceCustomizationUUID":"0cca416d-30f1-4eb0-b262-91c4ab985079","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vf-license-model.xml","artifactChecksum":"NWRlZGE0NmQ2MWI2YzI1MWNiZGYzNDg1ODNjOTQ0MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a525083-4275-42e1-aaa6-e7b0fa16df85","artifactVersion":"1"},{"artifactName":"vfw94e3c96377680_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json","artifactChecksum":"NTQyMTAzOGJhZGFlNDgzMmUzYWZlN2FhZDg4OGY2ZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"97ee4ca2-b0c7-49b0-84df-af337d9c0cc1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5c8d6a30-3045-4ffa-993c-fa1163d995c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vendor-license-model.xml","artifactChecksum":"MGI5Njk5MDEyMjIxYzQ1MzAyZTI5NTg3NWViZjVmY2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b323a629-5d4e-4ff8-a288-f5305580e881","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef2ded9b-63e6-4784-ad1e-3c13c14c00b9","artifactVersion":"2","generatedFromUUID":"5c8d6a30-3045-4ffa-993c-fa1163d995c4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20231006142004-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-template.yml","artifactChecksum":"NmMxZmI0NGE3OTMwOWU5YTk2Y2ExM2MwOTFmZWQ3NTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e317ed0-f3c6-4dfd-bd7b-f437c7c43bc3","artifactVersion":"1"},{"artifactName":"service-Vfw20231006142004-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar","artifactChecksum":"MWUxOTZiNTBmMWIwZDI0YWZmODhmYWYzZmVmOTEwNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27c391e0-e974-46fe-832c-f79a52893384","artifactVersion":"1"}],"workloadContext":"Production"}
2023-10-06T14:21:28.375Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:21:28.396Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:21:28.396Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:21:28.396Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602052753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:28.409Z||kafka-producer-network-thread | SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to er7dDjAHQXyX1dVjFxJKFw
2023-10-06T14:21:28.409Z||kafka-producer-network-thread | SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to er7dDjAHQXyX1dVjFxJKFw
2023-10-06T14:21:28.409Z||kafka-producer-network-thread | SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to er7dDjAHQXyX1dVjFxJKFw
2023-10-06T14:21:28.409Z||kafka-producer-network-thread | SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to er7dDjAHQXyX1dVjFxJKFw
2023-10-06T14:21:28.410Z||kafka-producer-network-thread | SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to er7dDjAHQXyX1dVjFxJKFw
2023-10-06T14:21:28.410Z||kafka-producer-network-thread | SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7834a005-9e0d-44ad-bf43-cbf14a369931] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to er7dDjAHQXyX1dVjFxJKFw
2023-10-06T14:21:28.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T14:21:28.885Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602072379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:21:28.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:21:29.453Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:21:29.453Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:21:29.453Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:21:29.453Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602052753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:30.454Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:21:30.455Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:21:30.455Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:21:30.455Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602052753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:31.456Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:21:31.457Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:21:31.457Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:21:31.457Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602052753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:32.459Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:21:32.460Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:21:32.460Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:21:32.460Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602052753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:33.461Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:21:33.462Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:21:33.462Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:21:33.462Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602052753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:34.462Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:21:34.463Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:21:34.464Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:21:34.464Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602052753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:35.466Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "serviceName": "vFW 2023-10-06 14-20-04",
  "serviceVersion": "1.0",
  "serviceUUID": "70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9be2881c-14f2-4065-9cdb-d7a3e806c8df",
  "resources": [
    {
      "resourceInstanceName": "vFW 94e3c963-7768 0",
      "resourceCustomizationUUID": "0cca416d-30f1-4eb0-b262-91c4ab985079",
      "resourceName": "vFW 94e3c963-7768",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b9041f9e-6465-4f11-b1d0-d6f515c80228",
      "resourceInvariantUUID": "fc82919a-e7a0-4f61-84c3-5f795c19b032",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw94e3c96377680_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json",
          "artifactChecksum": "NTQyMTAzOGJhZGFlNDgzMmUzYWZlN2FhZDg4OGY2ZGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "97ee4ca2-b0c7-49b0-84df-af337d9c0cc1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5c8d6a30-3045-4ffa-993c-fa1163d995c4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ef2ded9b-63e6-4784-ad1e-3c13c14c00b9",
            "generatedFromUUID": "5c8d6a30-3045-4ffa-993c-fa1163d995c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ef2ded9b-63e6-4784-ad1e-3c13c14c00b9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20231006142004-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
      "artifactChecksum": "MWUxOTZiNTBmMWIwZDI0YWZmODhmYWYzZmVmOTEwNzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "27c391e0-e974-46fe-832c-f79a52893384"
    }
  ],
  "workloadContext": "Production"
}
2023-10-06T14:21:35.469Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-10-06T14:21:35.470Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11 ASDC
2023-10-06T14:21:35.642Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ac8d07ce-74f8-42f4-9ee9-55617013d445
ServiceName:vFW 2023-10-06 14-20-04
ServiceVersion:1.0
ServiceUUID:70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11
ServiceInvariantUUID:9be2881c-14f2-4065-9cdb-d7a3e806c8df
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20231006142004-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar
ArtifactUUID:27c391e0-e974-46fe-832c-f79a52893384
ArtifactChecksum:MWUxOTZiNTBmMWIwZDI0YWZmODhmYWYzZmVmOTEwNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 94e3c963-7768 0
ResourceCustomizationUUID:0cca416d-30f1-4eb0-b262-91c4ab985079
ResourceInvariantUUID:fc82919a-e7a0-4f61-84c3-5f795c19b032
ResourceName:vFW 94e3c963-7768
ResourceType:VF
ResourceUUID:b9041f9e-6465-4f11-b1d0-d6f515c80228
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw94e3c96377680_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json
ArtifactUUID:97ee4ca2-b0c7-49b0-84df-af337d9c0cc1
ArtifactChecksum:NTQyMTAzOGJhZGFlNDgzMmUzYWZlN2FhZDg4OGY2ZGU=
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/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml
ArtifactUUID:5c8d6a30-3045-4ffa-993c-fa1163d995c4
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/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env
ArtifactUUID:ef2ded9b-63e6-4784-ad1e-3c13c14c00b9
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/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env
ArtifactUUID:ef2ded9b-63e6-4784-ad1e-3c13c14c00b9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-10-06T14:21:35.642Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11 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-10-06T14:21:36.324Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T14:21:36.326Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-10-06T14:21:36.327Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-10-06T14:21:36.328Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 27c391e0-e974-46fe-832c-f79a52893384 from URL: /sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:36.328Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:21:36.329Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:36.424Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:21:36.434Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar 27c391e0-e974-46fe-832c-f79a52893384 101450
2023-10-06T14:21:36.435Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar ASDC sendASDCNotification
2023-10-06T14:21:36.435Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:36.436Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:21:36.437Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:21:36.437Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:21:36.437Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602096434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:37.438Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T14:21:37.439Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-10-06T14:21:37.440Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 27c391e0-e974-46fe-832c-f79a52893384, URL: /sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar to file: /app/ASDC/1/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:37.440Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20231006142004-csar.csar
2023-10-06T14:21:37.555Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:37.555Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:38.459Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3123465642434921885/Definitions/service-Vfw20231006142004-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-10-06T14:21:41.543Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-10-06T14:21:41.552Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-10-06T14:21:41.553Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:41.553Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-10-06T14:21:41.553Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:41.554Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:41.554Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:41.554Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 94e3c963-7768 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-Vfw20231006142004-csar.csar
2023-10-06T14:21:41.554Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:41.554Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:41.554Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:41.555Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:41.555Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:41.555Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:41.555Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:41.556Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-10-06T14:21:41.570Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:41.572Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:21:41.579Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is matching search criteria
2023-10-06T14:21:41.580Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-10-06T14:21:41.582Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 94e3c963-7768 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T14:21:41.585Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:41.585Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:21:41.585Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is matching search criteria
2023-10-06T14:21:41.586Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-10-06T14:21:41.586Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 94e3c963-7768 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T14:21:41.586Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:41.586Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:21:41.592Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:41.593Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is not matching search criteria
2023-10-06T14:21:41.593Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:21:41.593Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:21:41.594Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-06T14:21:41.594Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-06T14:21:41.594Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:21:41.594Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:21:41.595Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-06T14:21:41.595Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-06T14:21:41.595Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-06T14:21:41.596Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:21:41.596Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-06T14:21:41.596Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-06T14:21:41.596Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-06T14:21:41.597Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-06T14:21:41.597Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:21:41.597Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-10-06T14:21:41.597Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:41.598Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-10-06T14:21:41.601Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:41.601Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is matching search criteria
2023-10-06T14:21:41.602Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 94e3c963-7768 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:21:41.602Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:41.602Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is matching search criteria
2023-10-06T14:21:41.603Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 94e3c963-7768 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:21:41.603Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:41.603Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is matching search criteria
2023-10-06T14:21:41.604Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 94e3c963-7768 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:21:41.604Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:41.604Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is not matching search criteria
2023-10-06T14:21:41.604Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:21:41.605Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:21:41.605Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-10-06T14:21:41.605Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-06T14:21:41.605Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-06T14:21:41.605Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:21:41.606Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-06T14:21:41.606Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-06T14:21:41.606Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-06T14:21:41.607Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-06T14:21:41.607Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:21:41.607Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=14f8c086-8307-4c94-831b-6c672c89f862
2023-10-06T14:21:41.608Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:41.608Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is not matching search criteria
2023-10-06T14:21:41.608Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:21:41.608Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:21:41.608Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-06T14:21:41.609Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-06T14:21:41.609Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:21:41.609Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:21:41.609Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-06T14:21:41.610Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-10-06T14:21:41.610Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-06T14:21:41.610Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-06T14:21:41.610Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-06T14:21:41.611Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:21:41.611Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c22bad7a-4680-43ea-ba97-88cf170c01fa
2023-10-06T14:21:41.611Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:41.612Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is not matching search criteria
2023-10-06T14:21:41.612Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:21:41.612Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:21:41.612Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-06T14:21:41.612Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-06T14:21:41.613Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:21:41.613Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:21:41.613Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-06T14:21:41.613Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-06T14:21:41.613Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-06T14:21:41.614Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:21:41.614Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-06T14:21:41.614Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-10-06T14:21:41.614Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=101bc7d7-2017-416c-bea5-503400ae711c
2023-10-06T14:21:41.614Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:41.615Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:21:41.615Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:41.615Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:21:41.615Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:41.616Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:21:41.616Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:41.616Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:21:41.616Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-10-06 14-20-04
Description:catalog service description
Model UUID:70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11
Model Version:NULL
Model InvariantUuid:9be2881c-14f2-4065-9cdb-d7a3e806c8df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 94e3c963-7768
Model UUID:8568fbaf-2ddf-4f02-bea4-c98986836a6f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fc82919a-e7a0-4f61-84c3-5f795c19b032
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0cca416d-30f1-4eb0-b262-91c4ab985079
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:006720c8-3420-4e88-a2db-6b1417b375b6
ModelName:Vfw94e3c9637768..base_vfw..module-0
ModelUuid:278d1a2b-05b2-4279-9709-0cb831a30503
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:14f8c086-8307-4c94-831b-6c672c89f862
ModelInvariantUuid:22d0081a-525e-4040-a856-7f26188bb888
ModelName:vFW 94e3c963-7768-nodes.vfwCvfc
ModelUuid:dc0c33c6-ac73-4eba-b94c-b2284b8c8672
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:fce031af-1854-40b5-b0a7-35d1535a3f09
ModelInvariantUuid:fbf51037-7de8-4b8c-9efc-d64f6de2a997
ModelName:Vfw94e3c9637768.compute.nodes.heat.vfw
ModelUuid:6c18e9b8-18f6-4f9e-a59b-9aee9a69329e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c22bad7a-4680-43ea-ba97-88cf170c01fa
ModelInvariantUuid:2be30864-b631-435b-805d-698367d49c07
ModelName:vFW 94e3c963-7768-nodes.vsnCvfc
ModelUuid:6f5a38a1-ec9c-4058-8dee-cc81e8af9fd4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ec1c053c-02c8-4289-b352-dd58d31e33d9
ModelInvariantUuid:8001b6fd-2c40-46e7-be1b-c08d47b26a5b
ModelName:Vfw94e3c9637768.compute.nodes.heat.vsn
ModelUuid:b79fe854-4659-4443-96bc-1b2fa4e97928
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:101bc7d7-2017-416c-bea5-503400ae711c
ModelInvariantUuid:83ff13a6-916c-4d23-924c-6f905c3771a0
ModelName:vFW 94e3c963-7768-nodes.vpgCvfc
ModelUuid:2093b148-a18c-442d-bcdd-2cdd643ddc6b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:818c191e-a841-4dfa-941a-21744980a551
ModelInvariantUuid:1a23d3e9-3b1d-44f3-a1e0-2372f2265092
ModelName:Vfw94e3c9637768.compute.nodes.heat.vpg
ModelUuid:015e4d56-9f02-4106-ab4b-2ab9d3374665
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-10-06T14:21:41.659Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b9041f9e-6465-4f11-b1d0-d6f515c80228
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-10-06T14:21:41.823Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||vFW 94e3c963-7768 0
2023-10-06T14:21:41.833Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b9041f9e-6465-4f11-b1d0-d6f515c80228
2023-10-06T14:21:41.835Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 97ee4ca2-b0c7-49b0-84df-af337d9c0cc1 from URL: /sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json
2023-10-06T14:21:41.835Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:21:41.836Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json
2023-10-06T14:21:41.937Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:21:41.939Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json 97ee4ca2-b0c7-49b0-84df-af337d9c0cc1 785
2023-10-06T14:21:41.940Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json ASDC sendASDCNotification
2023-10-06T14:21:41.941Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json
2023-10-06T14:21:41.942Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:21:41.943Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:21:41.944Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:21:41.944Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602101940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:42.948Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw94e3c9637768..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "006720c8-3420-4e88-a2db-6b1417b375b6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "278d1a2b-05b2-4279-9709-0cb831a30503",
    "vfModuleModelCustomizationUUID": "838323b2-9f64-429b-80df-18981df51e52",
    "isBase": true,
    "artifacts": [
      "5c8d6a30-3045-4ffa-993c-fa1163d995c4",
      "ef2ded9b-63e6-4784-ad1e-3c13c14c00b9"
    ],
    "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-10-06T14:21:42.972Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw94e3c9637768..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:278d1a2b-05b2-4279-9709-0cb831a30503
VfModuleModelInvariantUUID:006720c8-3420-4e88-a2db-6b1417b375b6
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c8d6a30-3045-4ffa-993c-fa1163d995c4
,
ef2ded9b-63e6-4784-ad1e-3c13c14c00b9

}
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-10-06T14:21:42.976Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw94e3c9637768..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "006720c8-3420-4e88-a2db-6b1417b375b6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "278d1a2b-05b2-4279-9709-0cb831a30503",
    "vfModuleModelCustomizationUUID": "838323b2-9f64-429b-80df-18981df51e52",
    "isBase": true,
    "artifacts": [
      "5c8d6a30-3045-4ffa-993c-fa1163d995c4",
      "ef2ded9b-63e6-4784-ad1e-3c13c14c00b9"
    ],
    "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-10-06T14:21:42.977Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw94e3c9637768..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:278d1a2b-05b2-4279-9709-0cb831a30503
VfModuleModelInvariantUUID:006720c8-3420-4e88-a2db-6b1417b375b6
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c8d6a30-3045-4ffa-993c-fa1163d995c4
,
ef2ded9b-63e6-4784-ad1e-3c13c14c00b9

}
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-10-06T14:21:42.977Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5c8d6a30-3045-4ffa-993c-fa1163d995c4 from URL: /sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml
2023-10-06T14:21:42.977Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:21:42.977Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml
2023-10-06T14:21:43.060Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:21:43.061Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml 5c8d6a30-3045-4ffa-993c-fa1163d995c4 20368
2023-10-06T14:21:43.061Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-10-06T14:21:43.061Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml
2023-10-06T14:21:43.061Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:21:43.062Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:21:43.062Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:21:43.062Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602103061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:44.063Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ef2ded9b-63e6-4784-ad1e-3c13c14c00b9 from URL: /sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env
2023-10-06T14:21:44.063Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:21:44.064Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env
2023-10-06T14:21:44.158Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:21:44.159Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env ef2ded9b-63e6-4784-ad1e-3c13c14c00b9 2098
2023-10-06T14:21:44.160Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env ASDC sendASDCNotification
2023-10-06T14:21:44.160Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env
2023-10-06T14:21:44.160Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:21:44.160Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:21:44.160Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:21:44.161Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602104160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:45.162Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11
2023-10-06T14:21:45.162Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 94e3c963-7768 0 b9041f9e-6465-4f11-b1d0-d6f515c80228 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-10-06T14:21:45.206Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c0f95aa, org.onap.sdc.toscaparser.api.parameters.Input@41974a1b, org.onap.sdc.toscaparser.api.parameters.Input@7204efe9, org.onap.sdc.toscaparser.api.parameters.Input@3c7e8d67, org.onap.sdc.toscaparser.api.parameters.Input@6c0cfd87]
2023-10-06T14:21:45.211Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.212Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:21:45.212Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-10-06T14:21:45.212Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 0cca416d-30f1-4eb0-b262-91c4ab985079
2023-10-06T14:21:45.212Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0cca416d-30f1-4eb0-b262-91c4ab985079 matches Tosca VF Customization UUID: 0cca416d-30f1-4eb0-b262-91c4ab985079
2023-10-06T14:21:45.212Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 0cca416d-30f1-4eb0-b262-91c4ab985079  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-10-06T14:21:45.221Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.221Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:21:45.223Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 0cca416d-30f1-4eb0-b262-91c4ab985079: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-10-06T14:21:45.223Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ef4321e
2023-10-06T14:21:45.224Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.224Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-10-06T14:21:45.224Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 838323b2-9f64-429b-80df-18981df51e52
2023-10-06T14:21:45.226Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 838323b2-9f64-429b-80df-18981df51e52
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-10-06T14:21:45.234Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.234Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is matching search criteria
2023-10-06T14:21:45.235Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 94e3c963-7768 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:21:45.236Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.236Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is matching search criteria
2023-10-06T14:21:45.236Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 94e3c963-7768 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:21:45.236Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.236Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is not matching search criteria
2023-10-06T14:21:45.237Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:21:45.237Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:21:45.237Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-10-06T14:21:45.237Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-06T14:21:45.238Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-06T14:21:45.238Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:21:45.238Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-06T14:21:45.238Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-06T14:21:45.239Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-06T14:21:45.239Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-06T14:21:45.239Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:21:45.239Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=14f8c086-8307-4c94-831b-6c672c89f862
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-10-06T14:21:45.251Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.251Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is matching search criteria
2023-10-06T14:21:45.252Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 94e3c963-7768 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:21:45.252Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.252Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is not matching search criteria
2023-10-06T14:21:45.253Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:21:45.253Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:21:45.254Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-06T14:21:45.254Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-06T14:21:45.254Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:21:45.254Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:21:45.255Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-06T14:21:45.255Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-10-06T14:21:45.255Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-06T14:21:45.255Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-06T14:21:45.256Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-06T14:21:45.256Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:21:45.256Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c22bad7a-4680-43ea-ba97-88cf170c01fa
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-10-06T14:21:45.261Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.261Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is matching search criteria
2023-10-06T14:21:45.261Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 94e3c963-7768 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:21:45.266Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.266Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is not matching search criteria
2023-10-06T14:21:45.266Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:21:45.266Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:21:45.267Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-06T14:21:45.267Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-06T14:21:45.267Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:21:45.267Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:21:45.268Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-06T14:21:45.268Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-06T14:21:45.268Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-06T14:21:45.268Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:21:45.268Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-06T14:21:45.269Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-10-06T14:21:45.269Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=101bc7d7-2017-416c-bea5-503400ae711c
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-10-06T14:21:45.274Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.275Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is matching search criteria
2023-10-06T14:21:45.275Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 94e3c963-7768 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:21:45.276Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.276Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Node template vFW 94e3c963-7768 0 is matching search criteria
2023-10-06T14:21:45.277Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 94e3c963-7768 0] matching following query criteria: sdcType=VF, customizationUUID=0cca416d-30f1-4eb0-b262-91c4ab985079
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-10-06T14:21:45.283Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.284Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:21:45.285Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11: vFW 94e3c963-7768
2023-10-06T14:21:45.285Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.285Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:21:45.286Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.286Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:21:45.286Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.287Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:21:45.287Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.287Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:21:45.288Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:21:45.288Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-20-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:21:45.289Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-10-06 14-20-04 
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-10-06T14:21:46.072Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 94e3c963-7768 b9041f9e-6465-4f11-b1d0-d6f515c80228 1 ASDC deployResourceStructure
2023-10-06T14:21:46.072Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json ASDC sendASDCNotification
2023-10-06T14:21:46.073Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json
2023-10-06T14:21:46.073Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:21:46.073Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:21:46.074Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:21:46.074Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602106072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:47.075Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-10-06T14:21:47.076Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml
2023-10-06T14:21:47.076Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:21:47.077Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:21:47.077Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:21:47.077Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602107075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:48.079Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env ASDC sendASDCNotification
2023-10-06T14:21:48.079Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env
2023-10-06T14:21:48.079Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:21:48.081Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:21:48.081Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:21:48.082Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602108078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:49.083Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar ASDC sendASDCNotification
2023-10-06T14:21:49.083Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar
2023-10-06T14:21:49.083Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:21:49.084Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:21:49.084Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:21:49.084Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602109083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:50.085Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac8d07ce-74f8-42f4-9ee9-55617013d445
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-10-06T14:21:50.126Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac8d07ce-74f8-42f4-9ee9-55617013d445
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-10-06T14:21:50.132Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:21:50.133Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:21:50.133Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:21:52.770Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:21:52.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:21:52.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602052753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:21:52.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:21:52.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:21:52.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602073233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:21:52.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:20.133Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac8d07ce-74f8-42f4-9ee9-55617013d445
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-10-06T14:22:20.148Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac8d07ce-74f8-42f4-9ee9-55617013d445
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-10-06T14:22:20.151Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:22:20.151Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:22:20.151Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:22:50.152Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac8d07ce-74f8-42f4-9ee9-55617013d445
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-10-06T14:22:50.168Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac8d07ce-74f8-42f4-9ee9-55617013d445
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-10-06T14:22:50.172Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:22:50.173Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:22:50.173Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:22:52.770Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:22:52.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602064311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.778Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602075558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.779Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602072379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json",
  "status": "NOTIFIED"
}
2023-10-06T14:22:52.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602052753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json",
  "status": "NOTIFIED"
}
2023-10-06T14:22:52.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602073233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.783Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602075558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.784Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602064311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.785Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602072379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-10-06T14:22:52.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.786Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602052753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-10-06T14:22:52.786Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.786Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602073233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.787Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602075558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.788Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602064311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-10-06T14:22:52.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.788Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602072379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.790Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602052753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.791Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602073233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.792Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602075558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.793Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.793Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602064311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.794Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602072379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-10-06T14:22:52.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.795Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602052753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-10-06T14:22:52.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.796Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602073233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.797Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602075558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.797Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602064311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.798Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.798Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602072379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.798Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.799Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602052753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.799Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.800Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602073233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.800Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.800Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602075558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.801Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.801Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602064311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:22:52.801Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.801Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602072379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:22:52.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.802Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602052753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:22:52.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.803Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602073233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:22:52.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.804Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602075558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:22:52.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.805Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602064311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:22:52.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.806Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602095971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:22:52.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.807Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602096090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:22:52.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.808Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602095982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:22:52.808Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.809Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602096159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:22:52.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.810Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602096434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:22:52.810Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.810Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602097126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:22:52.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.811Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602097204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:22:52.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.812Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602098336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:22:52.813Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.813Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602098218,
  "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-10-06T14:22:52.828Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac8d07ce-74f8-42f4-9ee9-55617013d445
2023-10-06T14:22:52.829Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac8d07ce-74f8-42f4-9ee9-55617013d445 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-10-06T14:22:52.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.902Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602099526,
  "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-10-06T14:22:52.916Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac8d07ce-74f8-42f4-9ee9-55617013d445
2023-10-06T14:22:52.916Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac8d07ce-74f8-42f4-9ee9-55617013d445 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-10-06T14:22:52.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.945Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602100530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json",
  "status": "DEPLOY_OK"
}
2023-10-06T14:22:52.945Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.945Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602101940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:22:52.945Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.946Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602103061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:22:52.946Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.946Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602104279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "DEPLOY_ERROR"
}
2023-10-06T14:22:52.946Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.948Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602104160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:22:52.948Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.951Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602105284,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T14:22:52.966Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ac8d07ce-74f8-42f4-9ee9-55617013d445
2023-10-06T14:22:52.967Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac8d07ce-74f8-42f4-9ee9-55617013d445 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-10-06T14:22:52.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.991Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602106072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/vfw94e3c96377680_modules.json",
  "status": "DEPLOY_OK"
}
2023-10-06T14:22:52.991Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.992Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602107075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-10-06T14:22:52.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.993Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602108078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/resourceInstances/vfw94e3c96377680/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-10-06T14:22:52.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:22:52.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:22:52.993Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602109083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:22:52.994Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:20.173Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac8d07ce-74f8-42f4-9ee9-55617013d445
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-10-06T14:23:20.194Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac8d07ce-74f8-42f4-9ee9-55617013d445
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-10-06T14:23:20.202Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:23:20.202Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-10-06T14:23:20.202Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:23:20.202Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:23:50.209Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac8d07ce-74f8-42f4-9ee9-55617013d445
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-10-06T14:23:50.248Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac8d07ce-74f8-42f4-9ee9-55617013d445
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-10-06T14:23:50.253Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:23:50.254Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-10-06T14:23:50.254Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:23:50.254Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:23:52.770Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:23:52.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.784Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602123339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006142004/1.0/artifacts/service-Vfw20231006142004-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:23:52.786Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.786Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602124346,
  "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-10-06T14:23:52.798Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac8d07ce-74f8-42f4-9ee9-55617013d445
2023-10-06T14:23:52.798Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac8d07ce-74f8-42f4-9ee9-55617013d445 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-10-06T14:23:52.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.885Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602131535,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.885Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602133233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.886Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602125351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.886Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602129238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.886Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602131535,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json",
  "status": "NOTIFIED"
}
2023-10-06T14:23:52.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.887Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602133233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.889Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602129238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.889Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602125351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.889Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602131535,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-10-06T14:23:52.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.890Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602133233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.890Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602129238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-10-06T14:23:52.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.890Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602125351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.891Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602131535,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.891Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602133233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.891Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602129238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.892Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602125351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.893Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602131535,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-10-06T14:23:52.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.893Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602133233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.910Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602129238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.911Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602125351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.912Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602131535,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.913Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602133233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.913Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602129238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.914Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602125351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:23:52.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.917Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602131535,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:23:52.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.918Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602133233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:23:52.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.918Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602129238,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:23:52.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.919Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602125351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:23:52.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.919Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602141720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:23:52.920Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.920Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602141523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:23:52.920Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.920Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602141750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:23:52.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.921Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602141576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:23:52.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.922Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602142622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:23:52.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602142848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:23:52.923Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:52.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:52.923Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602143625,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-10-06T14:23:53.009Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 108d1c2f-3925-468a-a545-e038f9ccbf2b
2023-10-06T14:23:53.009Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 108d1c2f-3925-468a-a545-e038f9ccbf2b 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-10-06T14:23:53.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:53.025Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602143925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:23:53.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:53.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:53.026Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602144955,
  "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-10-06T14:23:53.033Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 108d1c2f-3925-468a-a545-e038f9ccbf2b
2023-10-06T14:23:53.033Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 108d1c2f-3925-468a-a545-e038f9ccbf2b 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-10-06T14:23:53.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:53.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602145958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json",
  "status": "DEPLOY_OK"
}
2023-10-06T14:23:53.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:53.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:53.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602146777,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "DEPLOY_ERROR"
}
2023-10-06T14:23:53.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:53.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:53.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602147781,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T14:23:53.058Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 108d1c2f-3925-468a-a545-e038f9ccbf2b
2023-10-06T14:23:53.058Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 108d1c2f-3925-468a-a545-e038f9ccbf2b 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-10-06T14:23:53.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:53.085Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602147784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:23:53.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:23:53.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:23:53.086Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602148796,
  "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-10-06T14:23:53.105Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 108d1c2f-3925-468a-a545-e038f9ccbf2b
2023-10-06T14:23:53.105Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 108d1c2f-3925-468a-a545-e038f9ccbf2b 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-10-06T14:24:20.254Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac8d07ce-74f8-42f4-9ee9-55617013d445
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-10-06T14:24:20.278Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac8d07ce-74f8-42f4-9ee9-55617013d445
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-10-06T14:24:20.282Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:24:20.282Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-10-06T14:24:20.282Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-10-06T14:24:20.283Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-10-06T14:24:20.283Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-10-06T14:24:20.283Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T14:24:20.293Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-10-06T14:24:50.293Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac8d07ce-74f8-42f4-9ee9-55617013d445 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-10-06T14:24:50.312Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac8d07ce-74f8-42f4-9ee9-55617013d445 and serviceModelVersionId: 70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11
2023-10-06T14:24:50.313Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9be2881c-14f2-4065-9cdb-d7a3e806c8df
2023-10-06T14:24:52.770Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:15.385Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11?depth=0
2023-10-06T14:25:15.519Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-10-06T14:25:16.291Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-10-06T14:25:16.299Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11?depth=0|INFO|500||Invoke
2023-10-06T14:25:16.334Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-10-06T14:25:16.483Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11?depth=0|INFO|404|Not Found|InvokeReturn
2023-10-06T14:25:16.485Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11?depth=0 has http status code:404 and response headers:{date=[Fri, 06 Oct 2023 14:25:16 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[111], x-aai-txid=[1-aai-resources-231006-14:25:16:585-64307], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-10-06T14:25:16.487Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11","ERR.5.4.6114"]}}}

2023-10-06T14:25:16.531Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ac8d07ce-74f8-42f4-9ee9-55617013d445 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11) (ec=ERR.5.4.6114)
2023-10-06T14:25:16.531Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ac8d07ce-74f8-42f4-9ee9-55617013d445 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-10-06T14:25:16.532Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ac8d07ce-74f8-42f4-9ee9-55617013d445 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11) (ec=ERR.5.4.6114)
2023-10-06T14:25:16.532Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ac8d07ce-74f8-42f4-9ee9-55617013d445 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11) (ec=ERR.5.4.6114)
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-10-06T14:25:16.543Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-10-06T14:25:16.544Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac8d07ce-74f8-42f4-9ee9-55617013d445 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ac8d07ce-74f8-42f4-9ee9-55617013d445 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11) (ec=ERR.5.4.6114)
2023-10-06T14:25:16.546Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-10-06T14:25:16.547Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:16.547Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:16.547Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602316545,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dac8d07ce-74f8-42f4-9ee9-55617013d445 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:16.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:16.560Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ac8d07ce-74f8-42f4-9ee9-55617013d445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602316545,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dac8d07ce-74f8-42f4-9ee9-55617013d445 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9be2881c-14f2-4065-9cdb-d7a3e806c8df/model-vers/model-ver/70c56845-e1c8-4cc4-8f6e-8bfdcf7ade11) (ec\u003dERR.5.4.6114)"
}
2023-10-06T14:25:16.562Z||pool-2-thread-4|||||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-10-06T14:25:17.600Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:25:17.608Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-10-06T14:25:17.608Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"108d1c2f-3925-468a-a545-e038f9ccbf2b","serviceName":"basic_onboard_rKKhij","serviceVersion":"1.0","serviceUUID":"20057b6f-0405-4b91-8edf-a8c77a82bbf3","serviceDescription":"service","serviceInvariantUUID":"f0ba60e7-54bc-4896-8538-b1f135333577","resources":[{"resourceInstanceName":"basic_onboard_rKKhij 0","resourceName":"basic_onboard_rKKhij","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ba416a09-fc26-4328-9f9e-43f199b34ef5","resourceInvariantUUID":"ec842cb1-30ab-4f58-b160-20d3931a9d16","resourceCustomizationUUID":"58e2acf8-b678-44a2-885a-2fbec24997c9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/vf-license-model.xml","artifactChecksum":"OWUzZWNjOWJhMTFkYjJmNTJjYTlmZTQxNWU5NjIxMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"129a0c7d-9b39-46a2-bf61-bd10ae6b9985","artifactVersion":"1"},{"artifactName":"basic_onboard_rkkhij0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json","artifactChecksum":"MmQ3NTA1YmZkZmQ5YWMwOGQ0NjBmZDNjMjc2NjdiZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"94141404-0c6a-4e5f-a808-09c843ab9a12","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3ace6b54-0fca-4722-adc0-9a18d8c20c39","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86fef086-4783-4ac5-a066-ed026af15be4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd146fff-468c-4e0b-a9af-0c94df5d091d","artifactVersion":"2","generatedFromUUID":"3ace6b54-0fca-4722-adc0-9a18d8c20c39"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRkkhij-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-template.yml","artifactChecksum":"NmE1NmRjOTRiMWI5OWUzZDA1MzEyYTY2MTNkODVkNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"606e7520-21b5-4357-94ea-2c1fc1b4cd51","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRkkhij-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar","artifactChecksum":"MDBmNDE5YTczNzQ2MjczNWNlOTI5Njc1ZmU2NDdhMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1648f441-95bb-46d0-b83f-afea3c3271e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-10-06T14:25:17.612Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:25:17.614Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:17.614Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:17.614Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602317600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:18.615Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:25:18.615Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:18.616Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:18.616Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602317600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:19.617Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:25:19.617Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:19.617Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:19.618Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602317600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:20.619Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:25:20.620Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:20.620Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:20.620Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602317600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:21.621Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:25:21.621Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:21.622Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:21.622Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602317600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:22.623Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:25:22.624Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:22.624Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:22.624Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602317600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:23.625Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:25:23.626Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:23.626Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:23.627Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602317600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:24.629Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "serviceName": "basic_onboard_rKKhij",
  "serviceVersion": "1.0",
  "serviceUUID": "20057b6f-0405-4b91-8edf-a8c77a82bbf3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f0ba60e7-54bc-4896-8538-b1f135333577",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_rKKhij 0",
      "resourceCustomizationUUID": "58e2acf8-b678-44a2-885a-2fbec24997c9",
      "resourceName": "basic_onboard_rKKhij",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ba416a09-fc26-4328-9f9e-43f199b34ef5",
      "resourceInvariantUUID": "ec842cb1-30ab-4f58-b160-20d3931a9d16",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_rkkhij0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json",
          "artifactChecksum": "MmQ3NTA1YmZkZmQ5YWMwOGQ0NjBmZDNjMjc2NjdiZjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "94141404-0c6a-4e5f-a808-09c843ab9a12",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3ace6b54-0fca-4722-adc0-9a18d8c20c39",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bd146fff-468c-4e0b-a9af-0c94df5d091d",
            "generatedFromUUID": "3ace6b54-0fca-4722-adc0-9a18d8c20c39"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bd146fff-468c-4e0b-a9af-0c94df5d091d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardRkkhij-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
      "artifactChecksum": "MDBmNDE5YTczNzQ2MjczNWNlOTI5Njc1ZmU2NDdhMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1648f441-95bb-46d0-b83f-afea3c3271e0"
    }
  ],
  "workloadContext": "Production"
}
2023-10-06T14:25:24.629Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-10-06T14:25:24.630Z|ac8d07ce-74f8-42f4-9ee9-55617013d445|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 20057b6f-0405-4b91-8edf-a8c77a82bbf3 ASDC
2023-10-06T14:25:24.630Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:108d1c2f-3925-468a-a545-e038f9ccbf2b
ServiceName:basic_onboard_rKKhij
ServiceVersion:1.0
ServiceUUID:20057b6f-0405-4b91-8edf-a8c77a82bbf3
ServiceInvariantUUID:f0ba60e7-54bc-4896-8538-b1f135333577
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRkkhij-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar
ArtifactUUID:1648f441-95bb-46d0-b83f-afea3c3271e0
ArtifactChecksum:MDBmNDE5YTczNzQ2MjczNWNlOTI5Njc1ZmU2NDdhMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_rKKhij 0
ResourceCustomizationUUID:58e2acf8-b678-44a2-885a-2fbec24997c9
ResourceInvariantUUID:ec842cb1-30ab-4f58-b160-20d3931a9d16
ResourceName:basic_onboard_rKKhij
ResourceType:VF
ResourceUUID:ba416a09-fc26-4328-9f9e-43f199b34ef5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rkkhij0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json
ArtifactUUID:94141404-0c6a-4e5f-a808-09c843ab9a12
ArtifactChecksum:MmQ3NTA1YmZkZmQ5YWMwOGQ0NjBmZDNjMjc2NjdiZjk=
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/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3ace6b54-0fca-4722-adc0-9a18d8c20c39
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/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env
ArtifactUUID:bd146fff-468c-4e0b-a9af-0c94df5d091d
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/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env
ArtifactUUID:bd146fff-468c-4e0b-a9af-0c94df5d091d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-10-06T14:25:24.630Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20057b6f-0405-4b91-8edf-a8c77a82bbf3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-10-06T14:25:24.784Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T14:25:24.785Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-10-06T14:25:24.785Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-10-06T14:25:24.786Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1648f441-95bb-46d0-b83f-afea3c3271e0 from URL: /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:24.786Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:25:24.786Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:25.306Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:25:25.307Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar 1648f441-95bb-46d0-b83f-afea3c3271e0 75654
2023-10-06T14:25:25.308Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar ASDC sendASDCNotification
2023-10-06T14:25:25.308Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:25.308Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:25:25.308Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:25.309Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:25.309Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602325308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:26.310Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T14:25:26.310Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-10-06T14:25:26.311Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1648f441-95bb-46d0-b83f-afea3c3271e0, URL: /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar to file: /app/ASDC/1/service-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:26.311Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:26.312Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:26.312Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:26.573Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17951692912750357789/Definitions/service-BasicOnboardRkkhij-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-10-06T14:25:27.965Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-10-06T14:25:27.966Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-10-06T14:25:27.967Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:27.967Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-10-06T14:25:27.967Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rKKhij 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-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:27.967Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:27.967Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:27.967Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:27.968Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:27.968Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:27.968Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:27.968Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-10-06T14:25:27.968Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:27.968Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:25:27.969Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rKKhij 0 is matching search criteria
2023-10-06T14:25:27.969Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-10-06T14:25:27.969Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rKKhij 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T14:25:27.970Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:27.970Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:25:27.970Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rKKhij 0 is matching search criteria
2023-10-06T14:25:27.970Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-10-06T14:25:27.971Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rKKhij 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T14:25:27.971Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:27.971Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:25:27.971Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:27.971Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rKKhij 0 is not matching search criteria
2023-10-06T14:25:27.972Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-10-06T14:25:27.972Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-10-06T14:25:27.972Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-10-06T14:25:27.972Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-10-06T14:25:27.972Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-10-06T14:25:27.973Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:27.973Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-10-06T14:25:27.973Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:27.973Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rKKhij 0 is matching search criteria
2023-10-06T14:25:27.973Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rKKhij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:25:27.974Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:27.974Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rKKhij 0 is matching search criteria
2023-10-06T14:25:27.974Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rKKhij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:25:27.975Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:27.975Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rKKhij 0 is matching search criteria
2023-10-06T14:25:27.975Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rKKhij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:25:27.976Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:27.976Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rKKhij 0 is not matching search criteria
2023-10-06T14:25:27.976Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-10-06T14:25:27.977Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-10-06T14:25:27.977Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fe8151d9-f3ac-45c5-a558-7b3a82ce5711
2023-10-06T14:25:27.977Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:27.978Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:25:27.979Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:27.979Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:25:27.979Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:27.979Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:25:27.979Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:27.979Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:25:27.980Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_rKKhij
Description:service
Model UUID:20057b6f-0405-4b91-8edf-a8c77a82bbf3
Model Version:NULL
Model InvariantUuid:f0ba60e7-54bc-4896-8538-b1f135333577
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_rKKhij
Model UUID:aa75aa6f-dfcc-4c2c-8585-958c9b1f1465
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ec842cb1-30ab-4f58-b160-20d3931a9d16
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:58e2acf8-b678-44a2-885a-2fbec24997c9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9b536a3b-60e5-4d5d-b552-bfba3da88a78
ModelName:BasicOnboardRkkhij..base_ubuntu18..module-0
ModelUuid:2a924301-8d42-4b50-9769-7f000d0e211c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fe8151d9-f3ac-45c5-a558-7b3a82ce5711
ModelInvariantUuid:ef5a9926-46ef-4077-b036-4c43f379e7d6
ModelName:basic_onboard_rKKhij-nodes.ubuntu18Cvfc
ModelUuid:775d8772-a08d-4f40-8773-2eb9bfc9d5c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:40c7b2ad-7ac7-4e51-8f0c-0492a3ea84e9
ModelInvariantUuid:9ec7279e-bc94-4936-86b1-eec0b0359d00
ModelName:BasicOnboardRkkhij.compute.nodes.heat.ubuntu18
ModelUuid:52f5bb86-3590-4cd1-9322-8b6bc581027f
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-10-06T14:25:27.987Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ba416a09-fc26-4328-9f9e-43f199b34ef5
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-10-06T14:25:27.994Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||basic_onboard_rKKhij 0
2023-10-06T14:25:27.995Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ba416a09-fc26-4328-9f9e-43f199b34ef5
2023-10-06T14:25:27.995Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 94141404-0c6a-4e5f-a808-09c843ab9a12 from URL: /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json
2023-10-06T14:25:27.995Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:25:27.995Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json
2023-10-06T14:25:28.175Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:25:28.177Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json 94141404-0c6a-4e5f-a808-09c843ab9a12 798
2023-10-06T14:25:28.177Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json ASDC sendASDCNotification
2023-10-06T14:25:28.178Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json
2023-10-06T14:25:28.178Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:25:28.178Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:28.178Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:28.181Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602328177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:29.183Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRkkhij..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9b536a3b-60e5-4d5d-b552-bfba3da88a78",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2a924301-8d42-4b50-9769-7f000d0e211c",
    "vfModuleModelCustomizationUUID": "2a554fde-b6e0-45c8-baba-5ca7c58ee972",
    "isBase": true,
    "artifacts": [
      "3ace6b54-0fca-4722-adc0-9a18d8c20c39",
      "bd146fff-468c-4e0b-a9af-0c94df5d091d"
    ],
    "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-10-06T14:25:29.191Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRkkhij..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2a924301-8d42-4b50-9769-7f000d0e211c
VfModuleModelInvariantUUID:9b536a3b-60e5-4d5d-b552-bfba3da88a78
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ace6b54-0fca-4722-adc0-9a18d8c20c39
,
bd146fff-468c-4e0b-a9af-0c94df5d091d

}
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-10-06T14:25:29.195Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRkkhij..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9b536a3b-60e5-4d5d-b552-bfba3da88a78",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2a924301-8d42-4b50-9769-7f000d0e211c",
    "vfModuleModelCustomizationUUID": "2a554fde-b6e0-45c8-baba-5ca7c58ee972",
    "isBase": true,
    "artifacts": [
      "3ace6b54-0fca-4722-adc0-9a18d8c20c39",
      "bd146fff-468c-4e0b-a9af-0c94df5d091d"
    ],
    "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-10-06T14:25:29.196Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRkkhij..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2a924301-8d42-4b50-9769-7f000d0e211c
VfModuleModelInvariantUUID:9b536a3b-60e5-4d5d-b552-bfba3da88a78
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ace6b54-0fca-4722-adc0-9a18d8c20c39
,
bd146fff-468c-4e0b-a9af-0c94df5d091d

}
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-10-06T14:25:29.196Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3ace6b54-0fca-4722-adc0-9a18d8c20c39 from URL: /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml
2023-10-06T14:25:29.196Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:25:29.197Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml
2023-10-06T14:25:29.304Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:25:29.305Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml 3ace6b54-0fca-4722-adc0-9a18d8c20c39 5033
2023-10-06T14:25:29.305Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-10-06T14:25:29.306Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml
2023-10-06T14:25:29.306Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:25:29.306Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:29.307Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:29.307Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602329305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:30.308Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd146fff-468c-4e0b-a9af-0c94df5d091d from URL: /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env
2023-10-06T14:25:30.309Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:25:30.309Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env
2023-10-06T14:25:30.403Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:25:30.404Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env bd146fff-468c-4e0b-a9af-0c94df5d091d 909
2023-10-06T14:25:30.405Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-10-06T14:25:30.405Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env
2023-10-06T14:25:30.405Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:25:30.405Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:30.405Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:30.406Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602330404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:31.409Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 20057b6f-0405-4b91-8edf-a8c77a82bbf3
2023-10-06T14:25:31.409Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rKKhij 0 ba416a09-fc26-4328-9f9e-43f199b34ef5 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-10-06T14:25:31.432Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74cb6166, org.onap.sdc.toscaparser.api.parameters.Input@129ecb57, org.onap.sdc.toscaparser.api.parameters.Input@12dd9f98, org.onap.sdc.toscaparser.api.parameters.Input@34e9d017, org.onap.sdc.toscaparser.api.parameters.Input@1b0657bd]
2023-10-06T14:25:31.434Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:31.435Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:25:31.435Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-10-06T14:25:31.435Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 58e2acf8-b678-44a2-885a-2fbec24997c9
2023-10-06T14:25:31.436Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 58e2acf8-b678-44a2-885a-2fbec24997c9 matches Tosca VF Customization UUID: 58e2acf8-b678-44a2-885a-2fbec24997c9
2023-10-06T14:25:31.436Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 58e2acf8-b678-44a2-885a-2fbec24997c9  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-10-06T14:25:31.440Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:31.441Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:25:31.442Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 58e2acf8-b678-44a2-885a-2fbec24997c9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-10-06T14:25:31.443Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b6a838a
2023-10-06T14:25:31.443Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:31.443Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-10-06T14:25:31.444Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2a554fde-b6e0-45c8-baba-5ca7c58ee972
2023-10-06T14:25:31.444Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2a554fde-b6e0-45c8-baba-5ca7c58ee972
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-10-06T14:25:31.448Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:31.449Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rKKhij 0 is matching search criteria
2023-10-06T14:25:31.449Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rKKhij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:25:31.449Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:31.450Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rKKhij 0 is matching search criteria
2023-10-06T14:25:31.450Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rKKhij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:25:31.450Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:31.451Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rKKhij 0 is not matching search criteria
2023-10-06T14:25:31.451Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-10-06T14:25:31.451Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-10-06T14:25:31.451Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fe8151d9-f3ac-45c5-a558-7b3a82ce5711
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-10-06T14:25:31.456Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:31.457Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rKKhij 0 is matching search criteria
2023-10-06T14:25:31.457Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rKKhij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:25:31.458Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:31.458Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rKKhij 0 is matching search criteria
2023-10-06T14:25:31.458Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rKKhij 0] matching following query criteria: sdcType=VF, customizationUUID=58e2acf8-b678-44a2-885a-2fbec24997c9
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-10-06T14:25:31.462Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:31.463Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:25:31.463Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 20057b6f-0405-4b91-8edf-a8c77a82bbf3: basic_onboard_rKKhij
2023-10-06T14:25:31.464Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:31.464Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:25:31.464Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:31.464Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:25:31.465Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:31.465Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:25:31.466Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:31.466Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:25:31.467Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:25:31.467Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rKKhij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:25:31.467Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_rKKhij 
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-10-06T14:25:32.142Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rKKhij ba416a09-fc26-4328-9f9e-43f199b34ef5 1 ASDC deployResourceStructure
2023-10-06T14:25:32.142Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json ASDC sendASDCNotification
2023-10-06T14:25:32.142Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json
2023-10-06T14:25:32.142Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:25:32.143Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:32.143Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:32.143Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602332142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:33.144Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-10-06T14:25:33.145Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml
2023-10-06T14:25:33.145Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:25:33.145Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:33.146Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:33.157Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602333144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:34.165Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-10-06T14:25:34.166Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env
2023-10-06T14:25:34.166Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:25:34.166Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:34.167Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:34.167Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602334165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:35.169Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar ASDC sendASDCNotification
2023-10-06T14:25:35.170Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar
2023-10-06T14:25:35.171Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:25:35.171Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:25:35.172Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:25:35.172Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602335169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:36.174Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 108d1c2f-3925-468a-a545-e038f9ccbf2b
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-10-06T14:25:36.194Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 108d1c2f-3925-468a-a545-e038f9ccbf2b
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-10-06T14:25:36.199Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:25:36.200Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-10-06T14:25:36.200Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-10-06T14:25:36.200Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-10-06T14:25:36.200Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-10-06T14:25:36.201Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T14:25:36.215Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-10-06T14:25:52.770Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:25:52.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:52.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602317600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:25:52.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:25:52.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:52.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602317600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json",
  "status": "NOTIFIED"
}
2023-10-06T14:25:52.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:25:52.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:52.778Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602317600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-10-06T14:25:52.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:25:52.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:52.778Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602317600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:25:52.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:25:52.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:52.779Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602317600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-10-06T14:25:52.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:25:52.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:52.779Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602317600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:25:52.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:25:52.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:52.780Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602317600,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:25:52.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:25:52.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:52.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602325308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:25:52.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:25:52.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:52.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602328177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:25:52.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:25:52.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:52.783Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602329305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:25:52.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:25:52.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:52.784Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602330404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:25:52.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:25:52.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:52.784Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602332142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/basic_onboard_rkkhij0_modules.json",
  "status": "DEPLOY_OK"
}
2023-10-06T14:25:52.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:25:52.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:52.785Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602333144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-10-06T14:25:52.786Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:25:52.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:52.786Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602334165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/resourceInstances/basic_onboard_rkkhij0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-10-06T14:25:52.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:25:52.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-10-06T14:25:52.787Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602335169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRkkhij/1.0/artifacts/service-BasicOnboardRkkhij-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:25:52.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:26:06.216Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 108d1c2f-3925-468a-a545-e038f9ccbf2b 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-10-06T14:26:06.224Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 108d1c2f-3925-468a-a545-e038f9ccbf2b and serviceModelVersionId: 20057b6f-0405-4b91-8edf-a8c77a82bbf3
2023-10-06T14:26:06.224Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0ba60e7-54bc-4896-8538-b1f135333577
2023-10-06T14:26:06.225Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3?depth=0
2023-10-06T14:26:06.229Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-10-06T14:26:06.301Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-10-06T14:26:06.303Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3?depth=0|INFO|500||Invoke
2023-10-06T14:26:06.308Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-10-06T14:26:06.394Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3?depth=0|INFO|404|Not Found|InvokeReturn
2023-10-06T14:26:06.395Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3?depth=0 has http status code:404 and response headers:{date=[Fri, 06 Oct 2023 14:26:06 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[66], x-aai-txid=[0-aai-resources-231006-14:26:06:548-5693], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-10-06T14:26:06.396Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3","ERR.5.4.6114"]}}}

2023-10-06T14:26:06.401Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=108d1c2f-3925-468a-a545-e038f9ccbf2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3) (ec=ERR.5.4.6114)
2023-10-06T14:26:06.401Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=108d1c2f-3925-468a-a545-e038f9ccbf2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-10-06T14:26:06.401Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=108d1c2f-3925-468a-a545-e038f9ccbf2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3) (ec=ERR.5.4.6114)
2023-10-06T14:26:06.402Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=108d1c2f-3925-468a-a545-e038f9ccbf2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3) (ec=ERR.5.4.6114)
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-10-06T14:26:06.408Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-10-06T14:26:06.408Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 108d1c2f-3925-468a-a545-e038f9ccbf2b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=108d1c2f-3925-468a-a545-e038f9ccbf2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3) (ec=ERR.5.4.6114)
2023-10-06T14:26:06.408Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-10-06T14:26:06.408Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:26:06.408Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:26:06.408Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602366408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d108d1c2f-3925-468a-a545-e038f9ccbf2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3) (ec\u003dERR.5.4.6114)"
} 
 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-10-06T14:26:07.426Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:26:52.770Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:26:52.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T14:26:52.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "108d1c2f-3925-468a-a545-e038f9ccbf2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602366408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d108d1c2f-3925-468a-a545-e038f9ccbf2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f0ba60e7-54bc-4896-8538-b1f135333577/model-vers/model-ver/20057b6f-0405-4b91-8edf-a8c77a82bbf3) (ec\u003dERR.5.4.6114)"
}
2023-10-06T14:26:52.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:27:07.426Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:27:52.770Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:28:07.428Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:28:52.772Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:29:07.428Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:29:52.774Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:30:07.430Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:30:52.775Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:31:07.430Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:31:48.617Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-10-06T14:31:48.618Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b5439dee-3de0-4fd7-a08a-370ca5c6a21c","serviceName":"vFW 2023-10-06 14-30-30","serviceVersion":"1.0","serviceUUID":"670256d6-e8f9-4250-8264-6878cbff67af","serviceDescription":"catalog service description","serviceInvariantUUID":"a69fa619-0664-4a1c-b6ea-fc0694f342b8","resources":[{"resourceInstanceName":"vFW 386bdb15-893c 0","resourceName":"vFW 386bdb15-893c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ba0d37b-5430-4f83-a2c1-382788e0fd0a","resourceInvariantUUID":"884732f6-841e-4001-ab79-4edd62b11c6e","resourceCustomizationUUID":"147dba7b-c66c-4bdc-ba1c-51f04fd00706","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vf-license-model.xml","artifactChecksum":"ZWI1N2I5OWMzOGQ2Y2Y2NjFkYmM2ZWU5NTgyMmExODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc1970be-98f9-4cf1-89ea-6e1da2c2b617","artifactVersion":"1"},{"artifactName":"vfw386bdb15893c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json","artifactChecksum":"OGI1ODVhZjlhYzBlYjgwYjI2NTRmYzdjYjAxNDgzZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6555b869-17f4-479b-8969-a8a0ae6746b4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2df45b1c-594e-4d69-b20d-bce79fd06ea6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vendor-license-model.xml","artifactChecksum":"NDEzYjAzOTg0Zjg0ZjVlZGMzOGZiOWE2Y2IxMzdjNTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"268f3ae4-9373-432b-a811-4b97b8174a04","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"036474e5-8ced-4692-a368-871019855ed3","artifactVersion":"2","generatedFromUUID":"2df45b1c-594e-4d69-b20d-bce79fd06ea6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20231006143030-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-template.yml","artifactChecksum":"Y2VhMmM0Y2NjZGQ1NTM5YTE1MWI2NWRmMzQ4MmJkOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"92c3530e-b9df-47dc-990c-816164a17985","artifactVersion":"1"},{"artifactName":"service-Vfw20231006143030-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar","artifactChecksum":"MDA0MDkwYTY3ZTQ3ZDdmMmFiNzdlMTM0MjI0MTVkMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e49f09be-5c8d-4cd0-81ff-420a1af5b271","artifactVersion":"1"}],"workloadContext":"Production"}
2023-10-06T14:31:48.626Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:31:48.626Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:31:48.627Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:31:48.627Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602667430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:31:48.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T14:31:48.643Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602703233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:31:48.646Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:31:49.628Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:31:49.629Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:31:49.629Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:31:49.629Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602667430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:31:50.630Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:31:50.631Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:31:50.631Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:31:50.631Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602667430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:31:51.632Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:31:51.633Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:31:51.633Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:31:51.633Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602667430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:31:52.634Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:31:52.634Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:31:52.634Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:31:52.634Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602667430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:31:52.770Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:31:52.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T14:31:52.772Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602667430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:31:52.773Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:31:52.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T14:31:52.774Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602686981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:31:52.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:31:53.635Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:31:53.636Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:31:53.636Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:31:53.636Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602667430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:31:54.637Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:31:54.637Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:31:54.638Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:31:54.638Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602667430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:31:55.639Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "serviceName": "vFW 2023-10-06 14-30-30",
  "serviceVersion": "1.0",
  "serviceUUID": "670256d6-e8f9-4250-8264-6878cbff67af",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a69fa619-0664-4a1c-b6ea-fc0694f342b8",
  "resources": [
    {
      "resourceInstanceName": "vFW 386bdb15-893c 0",
      "resourceCustomizationUUID": "147dba7b-c66c-4bdc-ba1c-51f04fd00706",
      "resourceName": "vFW 386bdb15-893c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1ba0d37b-5430-4f83-a2c1-382788e0fd0a",
      "resourceInvariantUUID": "884732f6-841e-4001-ab79-4edd62b11c6e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw386bdb15893c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json",
          "artifactChecksum": "OGI1ODVhZjlhYzBlYjgwYjI2NTRmYzdjYjAxNDgzZGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6555b869-17f4-479b-8969-a8a0ae6746b4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2df45b1c-594e-4d69-b20d-bce79fd06ea6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "036474e5-8ced-4692-a368-871019855ed3",
            "generatedFromUUID": "2df45b1c-594e-4d69-b20d-bce79fd06ea6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "036474e5-8ced-4692-a368-871019855ed3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20231006143030-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
      "artifactChecksum": "MDA0MDkwYTY3ZTQ3ZDdmMmFiNzdlMTM0MjI0MTVkMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e49f09be-5c8d-4cd0-81ff-420a1af5b271"
    }
  ],
  "workloadContext": "Production"
}
2023-10-06T14:31:55.640Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-10-06T14:31:55.640Z|108d1c2f-3925-468a-a545-e038f9ccbf2b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 670256d6-e8f9-4250-8264-6878cbff67af ASDC
2023-10-06T14:31:55.641Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b5439dee-3de0-4fd7-a08a-370ca5c6a21c
ServiceName:vFW 2023-10-06 14-30-30
ServiceVersion:1.0
ServiceUUID:670256d6-e8f9-4250-8264-6878cbff67af
ServiceInvariantUUID:a69fa619-0664-4a1c-b6ea-fc0694f342b8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20231006143030-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar
ArtifactUUID:e49f09be-5c8d-4cd0-81ff-420a1af5b271
ArtifactChecksum:MDA0MDkwYTY3ZTQ3ZDdmMmFiNzdlMTM0MjI0MTVkMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 386bdb15-893c 0
ResourceCustomizationUUID:147dba7b-c66c-4bdc-ba1c-51f04fd00706
ResourceInvariantUUID:884732f6-841e-4001-ab79-4edd62b11c6e
ResourceName:vFW 386bdb15-893c
ResourceType:VF
ResourceUUID:1ba0d37b-5430-4f83-a2c1-382788e0fd0a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw386bdb15893c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json
ArtifactUUID:6555b869-17f4-479b-8969-a8a0ae6746b4
ArtifactChecksum:OGI1ODVhZjlhYzBlYjgwYjI2NTRmYzdjYjAxNDgzZGU=
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/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml
ArtifactUUID:2df45b1c-594e-4d69-b20d-bce79fd06ea6
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/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env
ArtifactUUID:036474e5-8ced-4692-a368-871019855ed3
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/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env
ArtifactUUID:036474e5-8ced-4692-a368-871019855ed3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-10-06T14:31:55.641Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 670256d6-e8f9-4250-8264-6878cbff67af 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-10-06T14:31:55.829Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T14:31:55.831Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-10-06T14:31:55.831Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-10-06T14:31:55.833Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e49f09be-5c8d-4cd0-81ff-420a1af5b271 from URL: /sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:55.833Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:31:55.834Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:55.944Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:31:55.945Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar e49f09be-5c8d-4cd0-81ff-420a1af5b271 101462
2023-10-06T14:31:55.945Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar ASDC sendASDCNotification
2023-10-06T14:31:55.946Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:55.946Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:31:55.946Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:31:55.946Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:31:55.946Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602715945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:31:56.948Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T14:31:56.949Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-10-06T14:31:56.949Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e49f09be-5c8d-4cd0-81ff-420a1af5b271, URL: /sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar to file: /app/ASDC/1/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:56.950Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20231006143030-csar.csar
2023-10-06T14:31:56.951Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:56.951Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:57.172Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1353480649882192506/Definitions/service-Vfw20231006143030-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-10-06T14:31:59.588Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-10-06T14:31:59.589Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-10-06T14:31:59.589Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:59.589Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-10-06T14:31:59.589Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:59.589Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:59.589Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:59.590Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 386bdb15-893c 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-Vfw20231006143030-csar.csar
2023-10-06T14:31:59.590Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:59.590Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:59.590Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:59.590Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:59.590Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:59.590Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:59.591Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20231006143030-csar.csar
2023-10-06T14:31:59.591Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-10-06T14:31:59.591Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:31:59.591Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:31:59.592Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is matching search criteria
2023-10-06T14:31:59.592Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-10-06T14:31:59.592Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 386bdb15-893c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T14:31:59.593Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:31:59.593Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:31:59.593Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is matching search criteria
2023-10-06T14:31:59.593Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-10-06T14:31:59.594Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 386bdb15-893c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T14:31:59.594Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:31:59.594Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:31:59.594Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:31:59.594Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is not matching search criteria
2023-10-06T14:31:59.595Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:31:59.595Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-06T14:31:59.595Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-06T14:31:59.595Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:31:59.595Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-06T14:31:59.596Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:31:59.596Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:31:59.596Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-06T14:31:59.596Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-06T14:31:59.596Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:31:59.597Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-06T14:31:59.597Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-06T14:31:59.597Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-06T14:31:59.597Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-06T14:31:59.597Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:31:59.597Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-10-06T14:31:59.598Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:31:59.598Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-10-06T14:31:59.598Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:31:59.598Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is matching search criteria
2023-10-06T14:31:59.598Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 386bdb15-893c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:31:59.599Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:31:59.599Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is matching search criteria
2023-10-06T14:31:59.599Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 386bdb15-893c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:31:59.599Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:31:59.600Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is matching search criteria
2023-10-06T14:31:59.600Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 386bdb15-893c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:31:59.600Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:31:59.600Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is not matching search criteria
2023-10-06T14:31:59.601Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:31:59.601Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-10-06T14:31:59.601Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:31:59.601Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-06T14:31:59.602Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-06T14:31:59.602Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:31:59.602Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-06T14:31:59.603Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-06T14:31:59.603Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-06T14:31:59.603Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-06T14:31:59.603Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:31:59.603Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bb70430f-4197-4a90-90e2-a665c6a7b20e
2023-10-06T14:31:59.604Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:31:59.604Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is not matching search criteria
2023-10-06T14:31:59.604Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:31:59.604Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-06T14:31:59.604Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-06T14:31:59.605Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:31:59.605Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-06T14:31:59.605Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:31:59.605Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:31:59.605Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-10-06T14:31:59.606Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-06T14:31:59.606Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-06T14:31:59.606Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-06T14:31:59.606Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:31:59.606Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=52d2251c-111b-4709-a49c-17128bd7e103
2023-10-06T14:31:59.607Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:31:59.607Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is not matching search criteria
2023-10-06T14:31:59.607Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:31:59.607Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-06T14:31:59.608Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-06T14:31:59.608Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:31:59.608Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-06T14:31:59.608Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:31:59.608Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:31:59.609Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-06T14:31:59.609Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-06T14:31:59.609Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:31:59.609Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-06T14:31:59.609Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-10-06T14:31:59.610Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2cd90574-c988-4f51-b1a8-c39f27d54bb1
2023-10-06T14:31:59.610Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:31:59.610Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:31:59.610Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:31:59.610Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:31:59.611Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:31:59.611Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:31:59.611Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:31:59.611Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:31:59.612Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-10-06 14-30-30
Description:catalog service description
Model UUID:670256d6-e8f9-4250-8264-6878cbff67af
Model Version:NULL
Model InvariantUuid:a69fa619-0664-4a1c-b6ea-fc0694f342b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 386bdb15-893c
Model UUID:e80712a5-1a64-4ee5-b104-a6a555460bd0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:884732f6-841e-4001-ab79-4edd62b11c6e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:147dba7b-c66c-4bdc-ba1c-51f04fd00706
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3beb8721-776c-4532-9f3b-16ffa8971ab9
ModelName:Vfw386bdb15893c..base_vfw..module-0
ModelUuid:79051229-33a5-489f-92b8-99de2e703748
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bb70430f-4197-4a90-90e2-a665c6a7b20e
ModelInvariantUuid:1996048d-c531-4afd-90d1-8568477030d2
ModelName:vFW 386bdb15-893c-nodes.vfwCvfc
ModelUuid:ca373337-3bdd-447f-adb7-1e1333a33cf7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:eca34075-f9e1-48b2-8293-48fa29d90efe
ModelInvariantUuid:5bf546ed-f220-48e4-b4a0-ccb3c3149a83
ModelName:Vfw386bdb15893c.compute.nodes.heat.vfw
ModelUuid:7fccf828-817b-4c88-9a76-77cc2393ed77
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:52d2251c-111b-4709-a49c-17128bd7e103
ModelInvariantUuid:37f94eb7-2336-4b69-9bd5-4d67d13b9e6e
ModelName:vFW 386bdb15-893c-nodes.vsnCvfc
ModelUuid:8c7d0777-9ebd-4c16-adcf-d168db9384f8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:5d87f283-009e-4d55-8331-c08e53a3fa45
ModelInvariantUuid:0642e9d6-7121-4f72-bd52-ca97534c821b
ModelName:Vfw386bdb15893c.compute.nodes.heat.vsn
ModelUuid:ea0eaa65-39fa-49f4-ae9f-c011bf95949d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2cd90574-c988-4f51-b1a8-c39f27d54bb1
ModelInvariantUuid:46806010-ae9a-440c-9efa-5d7a8b05174e
ModelName:vFW 386bdb15-893c-nodes.vpgCvfc
ModelUuid:31ad34ae-ecd1-4e65-899c-bd4b6291981c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:071cf66f-b78d-4088-a103-f2ca0322919e
ModelInvariantUuid:9f330e20-827e-41f5-8f12-7a1e74a64436
ModelName:Vfw386bdb15893c.compute.nodes.heat.vpg
ModelUuid:99b694db-01d8-4e90-88a2-03e41b90a47a
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-10-06T14:31:59.622Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ba0d37b-5430-4f83-a2c1-382788e0fd0a
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-10-06T14:31:59.631Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||vFW 386bdb15-893c 0
2023-10-06T14:31:59.631Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ba0d37b-5430-4f83-a2c1-382788e0fd0a
2023-10-06T14:31:59.631Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6555b869-17f4-479b-8969-a8a0ae6746b4 from URL: /sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json
2023-10-06T14:31:59.631Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:31:59.631Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json
2023-10-06T14:31:59.780Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:31:59.781Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json 6555b869-17f4-479b-8969-a8a0ae6746b4 785
2023-10-06T14:31:59.781Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json ASDC sendASDCNotification
2023-10-06T14:31:59.781Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json
2023-10-06T14:31:59.781Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:31:59.782Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:31:59.782Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:31:59.782Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602719781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:32:00.784Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw386bdb15893c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3beb8721-776c-4532-9f3b-16ffa8971ab9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79051229-33a5-489f-92b8-99de2e703748",
    "vfModuleModelCustomizationUUID": "bc50b297-9857-42e8-aa62-ec90a67827aa",
    "isBase": true,
    "artifacts": [
      "2df45b1c-594e-4d69-b20d-bce79fd06ea6",
      "036474e5-8ced-4692-a368-871019855ed3"
    ],
    "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-10-06T14:32:00.792Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw386bdb15893c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79051229-33a5-489f-92b8-99de2e703748
VfModuleModelInvariantUUID:3beb8721-776c-4532-9f3b-16ffa8971ab9
VfModuleModelDescription:NULL
Artifacts UUID List:{
2df45b1c-594e-4d69-b20d-bce79fd06ea6
,
036474e5-8ced-4692-a368-871019855ed3

}
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-10-06T14:32:00.795Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw386bdb15893c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3beb8721-776c-4532-9f3b-16ffa8971ab9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79051229-33a5-489f-92b8-99de2e703748",
    "vfModuleModelCustomizationUUID": "bc50b297-9857-42e8-aa62-ec90a67827aa",
    "isBase": true,
    "artifacts": [
      "2df45b1c-594e-4d69-b20d-bce79fd06ea6",
      "036474e5-8ced-4692-a368-871019855ed3"
    ],
    "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-10-06T14:32:00.796Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw386bdb15893c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79051229-33a5-489f-92b8-99de2e703748
VfModuleModelInvariantUUID:3beb8721-776c-4532-9f3b-16ffa8971ab9
VfModuleModelDescription:NULL
Artifacts UUID List:{
2df45b1c-594e-4d69-b20d-bce79fd06ea6
,
036474e5-8ced-4692-a368-871019855ed3

}
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-10-06T14:32:00.796Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2df45b1c-594e-4d69-b20d-bce79fd06ea6 from URL: /sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml
2023-10-06T14:32:00.796Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:32:00.797Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml
2023-10-06T14:32:00.927Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:32:00.928Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml 2df45b1c-594e-4d69-b20d-bce79fd06ea6 20368
2023-10-06T14:32:00.928Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-10-06T14:32:00.928Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml
2023-10-06T14:32:00.928Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:32:00.929Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:32:00.929Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:32:00.929Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602720928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:32:01.931Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 036474e5-8ced-4692-a368-871019855ed3 from URL: /sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env
2023-10-06T14:32:01.932Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:32:01.932Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env
2023-10-06T14:32:02.052Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:32:02.053Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env 036474e5-8ced-4692-a368-871019855ed3 2098
2023-10-06T14:32:02.053Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-10-06T14:32:02.053Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env
2023-10-06T14:32:02.054Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:32:02.054Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:32:02.054Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:32:02.054Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602722053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:32:03.057Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 670256d6-e8f9-4250-8264-6878cbff67af
2023-10-06T14:32:03.058Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 386bdb15-893c 0 1ba0d37b-5430-4f83-a2c1-382788e0fd0a 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-10-06T14:32:03.084Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53b2190, org.onap.sdc.toscaparser.api.parameters.Input@41702e9e, org.onap.sdc.toscaparser.api.parameters.Input@5c739af8, org.onap.sdc.toscaparser.api.parameters.Input@2a32be49, org.onap.sdc.toscaparser.api.parameters.Input@76d93d3e]
2023-10-06T14:32:03.087Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.087Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:32:03.087Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-10-06T14:32:03.087Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 147dba7b-c66c-4bdc-ba1c-51f04fd00706
2023-10-06T14:32:03.087Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 147dba7b-c66c-4bdc-ba1c-51f04fd00706 matches Tosca VF Customization UUID: 147dba7b-c66c-4bdc-ba1c-51f04fd00706
2023-10-06T14:32:03.087Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 147dba7b-c66c-4bdc-ba1c-51f04fd00706  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-10-06T14:32:03.095Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.095Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:32:03.096Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 147dba7b-c66c-4bdc-ba1c-51f04fd00706: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-10-06T14:32:03.097Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@498639b4
2023-10-06T14:32:03.097Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.097Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-10-06T14:32:03.097Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bc50b297-9857-42e8-aa62-ec90a67827aa
2023-10-06T14:32:03.097Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bc50b297-9857-42e8-aa62-ec90a67827aa
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-10-06T14:32:03.101Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.102Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is matching search criteria
2023-10-06T14:32:03.102Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 386bdb15-893c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:32:03.102Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.103Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is matching search criteria
2023-10-06T14:32:03.103Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 386bdb15-893c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:32:03.103Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.103Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is not matching search criteria
2023-10-06T14:32:03.103Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:32:03.103Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-10-06T14:32:03.104Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:32:03.104Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-06T14:32:03.104Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-06T14:32:03.104Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:32:03.104Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-06T14:32:03.104Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-06T14:32:03.105Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-06T14:32:03.105Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-06T14:32:03.105Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:32:03.105Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bb70430f-4197-4a90-90e2-a665c6a7b20e
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-10-06T14:32:03.109Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.110Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is matching search criteria
2023-10-06T14:32:03.110Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 386bdb15-893c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:32:03.110Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.110Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is not matching search criteria
2023-10-06T14:32:03.111Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:32:03.111Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-06T14:32:03.111Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-06T14:32:03.111Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:32:03.111Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-06T14:32:03.111Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:32:03.111Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:32:03.112Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-10-06T14:32:03.112Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-06T14:32:03.112Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-06T14:32:03.112Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-06T14:32:03.112Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:32:03.112Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=52d2251c-111b-4709-a49c-17128bd7e103
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-10-06T14:32:03.115Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.116Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is matching search criteria
2023-10-06T14:32:03.116Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 386bdb15-893c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:32:03.116Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.117Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is not matching search criteria
2023-10-06T14:32:03.117Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:32:03.117Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-06T14:32:03.117Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-06T14:32:03.117Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:32:03.118Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-06T14:32:03.118Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:32:03.118Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:32:03.118Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-06T14:32:03.119Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-06T14:32:03.119Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:32:03.119Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-06T14:32:03.119Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-10-06T14:32:03.119Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2cd90574-c988-4f51-b1a8-c39f27d54bb1
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-10-06T14:32:03.122Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.122Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is matching search criteria
2023-10-06T14:32:03.123Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 386bdb15-893c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:32:03.123Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.123Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Node template vFW 386bdb15-893c 0 is matching search criteria
2023-10-06T14:32:03.123Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 386bdb15-893c 0] matching following query criteria: sdcType=VF, customizationUUID=147dba7b-c66c-4bdc-ba1c-51f04fd00706
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-10-06T14:32:03.130Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.131Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:32:03.131Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 670256d6-e8f9-4250-8264-6878cbff67af: vFW 386bdb15-893c
2023-10-06T14:32:03.131Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.131Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:32:03.131Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.132Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:32:03.132Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.132Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:32:03.132Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.132Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:32:03.132Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:32:03.132Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-30-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:32:03.133Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-10-06 14-30-30 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-10-06T14:32:03.728Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 386bdb15-893c 1ba0d37b-5430-4f83-a2c1-382788e0fd0a 1 ASDC deployResourceStructure
2023-10-06T14:32:03.728Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json ASDC sendASDCNotification
2023-10-06T14:32:03.729Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json
2023-10-06T14:32:03.729Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:32:03.729Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:32:03.729Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:32:03.730Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602723728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:32:04.731Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-10-06T14:32:04.732Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml
2023-10-06T14:32:04.732Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:32:04.732Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:32:04.732Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:32:04.732Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602724731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:32:05.733Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-10-06T14:32:05.734Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env
2023-10-06T14:32:05.734Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:32:05.735Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:32:05.735Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:32:05.735Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602725733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:32:06.736Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar ASDC sendASDCNotification
2023-10-06T14:32:06.737Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar
2023-10-06T14:32:06.737Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:32:06.737Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:32:06.737Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:32:06.738Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602726736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:32:07.740Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5439dee-3de0-4fd7-a08a-370ca5c6a21c
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-10-06T14:32:07.755Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5439dee-3de0-4fd7-a08a-370ca5c6a21c
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-10-06T14:32:07.760Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:32:07.760Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:32:07.760Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:32:37.760Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5439dee-3de0-4fd7-a08a-370ca5c6a21c
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-10-06T14:32:37.806Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5439dee-3de0-4fd7-a08a-370ca5c6a21c
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-10-06T14:32:37.814Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:32:37.815Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:32:37.815Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:32:52.771Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:32:52.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602705557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:32:52.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.778Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602684786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:32:52.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.779Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602703233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:32:52.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.779Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602667430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json",
  "status": "NOTIFIED"
}
2023-10-06T14:32:52.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.780Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602686981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json",
  "status": "NOTIFIED"
}
2023-10-06T14:32:52.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.780Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602684786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:32:52.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.780Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602705557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:32:52.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602703233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:32:52.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602667430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-10-06T14:32:52.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602686981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-10-06T14:32:52.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602684786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-10-06T14:32:52.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602705557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:32:52.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602703233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:32:52.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.784Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602667430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:32:52.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.784Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602686981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:32:52.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602684786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:32:52.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602705557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:32:52.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602703233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:32:52.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.786Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602667430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-10-06T14:32:52.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:32:52.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:32:52.786Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602686981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-10-06T14:32:52.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:07.815Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5439dee-3de0-4fd7-a08a-370ca5c6a21c
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-10-06T14:33:07.842Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5439dee-3de0-4fd7-a08a-370ca5c6a21c
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-10-06T14:33:07.846Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:33:07.846Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:33:07.847Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:33:37.847Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5439dee-3de0-4fd7-a08a-370ca5c6a21c
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-10-06T14:33:37.861Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5439dee-3de0-4fd7-a08a-370ca5c6a21c
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-10-06T14:33:37.876Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:33:37.876Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:33:37.876Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:33:52.772Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:33:52.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602684786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:33:52.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.779Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602705557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:33:52.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.779Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602703233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:33:52.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.780Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602667430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:33:52.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602686981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:33:52.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602684786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:33:52.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602705557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:33:52.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602703233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:33:52.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602667430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:33:52.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.784Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602686981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:33:52.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602684786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:33:52.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602705557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:33:52.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.786Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602715959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:33:52.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.787Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602715985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:33:52.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.787Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602715905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:33:52.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.788Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602715955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:33:52.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.789Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602715945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:33:52.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.789Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602717081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:33:52.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.790Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602716919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:33:52.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.790Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696602717952,
  "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-10-06T14:33:52.800Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5439dee-3de0-4fd7-a08a-370ca5c6a21c
2023-10-06T14:33:52.800Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5439dee-3de0-4fd7-a08a-370ca5c6a21c 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-10-06T14:33:52.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.864Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602718238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:33:52.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.866Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602719283,
  "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-10-06T14:33:52.878Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5439dee-3de0-4fd7-a08a-370ca5c6a21c
2023-10-06T14:33:52.878Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5439dee-3de0-4fd7-a08a-370ca5c6a21c 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-10-06T14:33:52.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.891Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602719781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:33:52.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.892Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696602720285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json",
  "status": "DEPLOY_OK"
}
2023-10-06T14:33:52.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.893Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602720928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:33:52.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.893Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602721549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "DEPLOY_ERROR"
}
2023-10-06T14:33:52.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.894Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602722053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:33:52.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.895Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696602722554,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T14:33:52.903Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b5439dee-3de0-4fd7-a08a-370ca5c6a21c
2023-10-06T14:33:52.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5439dee-3de0-4fd7-a08a-370ca5c6a21c 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-10-06T14:33:52.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.925Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602723728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/vfw386bdb15893c0_modules.json",
  "status": "DEPLOY_OK"
}
2023-10-06T14:33:52.926Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.926Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602724731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-10-06T14:33:52.927Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.928Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602725733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/resourceInstances/vfw386bdb15893c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-10-06T14:33:52.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602726736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:33:52.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.929Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602728628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143030/1.0/artifacts/service-Vfw20231006143030-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:33:52.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:33:52.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:33:52.930Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696602729630,
  "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-10-06T14:33:52.945Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5439dee-3de0-4fd7-a08a-370ca5c6a21c
2023-10-06T14:33:52.946Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5439dee-3de0-4fd7-a08a-370ca5c6a21c 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-10-06T14:34:07.877Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5439dee-3de0-4fd7-a08a-370ca5c6a21c
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-10-06T14:34:07.890Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5439dee-3de0-4fd7-a08a-370ca5c6a21c
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-10-06T14:34:07.895Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:34:07.895Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-10-06T14:34:07.895Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-10-06T14:34:07.895Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-10-06T14:34:07.896Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-10-06T14:34:07.896Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T14:34:07.903Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-10-06T14:34:37.904Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5439dee-3de0-4fd7-a08a-370ca5c6a21c 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-10-06T14:34:37.911Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5439dee-3de0-4fd7-a08a-370ca5c6a21c and serviceModelVersionId: 670256d6-e8f9-4250-8264-6878cbff67af
2023-10-06T14:34:37.912Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a69fa619-0664-4a1c-b6ea-fc0694f342b8
2023-10-06T14:34:37.913Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af?depth=0
2023-10-06T14:34:37.922Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-10-06T14:34:38.017Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af?depth=0|INFO|500||Invoke
2023-10-06T14:34:38.018Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b5439dee-3de0-4fd7-a08a-370ca5c6a21c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b41c428-8921-41b9-b73b-3c7fb5b9069a], X-ECOMP-RequestID=[b5439dee-3de0-4fd7-a08a-370ca5c6a21c], X-TransactionId=[], X-ONAP-RequestID=[b5439dee-3de0-4fd7-a08a-370ca5c6a21c], Content-Type=[application/merge-patch+json]}
2023-10-06T14:34:38.027Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-10-06T14:34:38.079Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af?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/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af?depth=0 has http status code:404 and response headers:{date=[Fri, 06 Oct 2023 14:34:38 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[44], x-aai-txid=[1-aai-resources-231006-14:34:38:255-88012], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-10-06T14:34:38.082Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af","ERR.5.4.6114"]}}}

2023-10-06T14:34:38.083Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af?depth=0|INFO|404|Not Found|InvokeReturn
2023-10-06T14:34:38.092Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=b5439dee-3de0-4fd7-a08a-370ca5c6a21c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af) (ec=ERR.5.4.6114)
2023-10-06T14:34:38.094Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b5439dee-3de0-4fd7-a08a-370ca5c6a21c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-10-06T14:34:38.094Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b5439dee-3de0-4fd7-a08a-370ca5c6a21c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af) (ec=ERR.5.4.6114)
2023-10-06T14:34:38.094Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=b5439dee-3de0-4fd7-a08a-370ca5c6a21c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af) (ec=ERR.5.4.6114)
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-10-06T14:34:38.106Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-10-06T14:34:38.106Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5439dee-3de0-4fd7-a08a-370ca5c6a21c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b5439dee-3de0-4fd7-a08a-370ca5c6a21c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af) (ec=ERR.5.4.6114)
2023-10-06T14:34:38.107Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-10-06T14:34:38.107Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:34:38.107Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:34:38.108Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602878106,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db5439dee-3de0-4fd7-a08a-370ca5c6a21c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af) (ec\u003dERR.5.4.6114)"
} 
 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-10-06T14:34:39.125Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:34:52.770Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:34:52.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:34:52.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b5439dee-3de0-4fd7-a08a-370ca5c6a21c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696602878106,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db5439dee-3de0-4fd7-a08a-370ca5c6a21c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a69fa619-0664-4a1c-b6ea-fc0694f342b8/model-vers/model-ver/670256d6-e8f9-4250-8264-6878cbff67af) (ec\u003dERR.5.4.6114)"
}
2023-10-06T14:34:52.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:35:39.126Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:35:52.770Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:36:39.127Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:36:52.771Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:37:39.128Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:37:52.772Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:38:39.130Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:38:52.774Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:39:39.132Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:39:52.775Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:40:39.133Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:40:52.776Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:01.046Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-10-06T14:41:01.046Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"9b13bb95-7600-4aff-a081-41a209075c40","serviceName":"vFW 2023-10-06 14-39-55","serviceVersion":"1.0","serviceUUID":"f470de8f-35fc-4855-aad0-2175ae17cef5","serviceDescription":"catalog service description","serviceInvariantUUID":"ea7bc159-197a-455a-be56-68a4222e317d","resources":[{"resourceInstanceName":"vFW 35f1043d-7c97 0","resourceName":"vFW 35f1043d-7c97","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"744d41ac-54e9-4de0-a5b4-a8a6f6f50a14","resourceInvariantUUID":"81e51519-3729-449b-9e9c-e16fde0ecd2d","resourceCustomizationUUID":"3a19077f-59d6-4e7d-a541-de23b5de99f4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vf-license-model.xml","artifactChecksum":"NzM1OTVjZjdiMTFmY2RhMDE2NGU0ZWRkZDYxZjQxMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"52a16b10-c0a3-452a-99ee-59b18ca14dc0","artifactVersion":"1"},{"artifactName":"vfw35f1043d7c970_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json","artifactChecksum":"MmQ1N2RlYTFkZDA3M2MzOGFjMTE0ZGQ3MjI0MDFlNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9bd02fa7-423f-462c-bcfe-6f2d6ba2e107","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"779df114-a864-41d6-815f-225c5b91c31b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vendor-license-model.xml","artifactChecksum":"MDlkN2RhZGQ1OGIyYTFiYzI2NTg0YTM5M2IzZjU0NDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8ed6b2da-1d17-4c21-a0c4-29eb1d1762c5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9db0af1d-090b-4427-a8f9-8c55899b462c","artifactVersion":"2","generatedFromUUID":"779df114-a864-41d6-815f-225c5b91c31b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20231006143955-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-template.yml","artifactChecksum":"NGUxOTBmNGU1NTM4ZTUwODVkOTZjZWQ1N2RlZjRmNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd439de1-26cf-48ff-a141-97f5219be8e2","artifactVersion":"1"},{"artifactName":"service-Vfw20231006143955-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar","artifactChecksum":"N2U2MjJlZmI4NzA1MTkyYTRlMjNkNjhkZTQyZDc4YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d267d47-1c10-4627-9c9e-2397059eb816","artifactVersion":"1"}],"workloadContext":"Production"}
2023-10-06T14:41:01.051Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:41:01.051Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:41:01.051Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:41:01.052Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603239133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:01.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:41:01.078Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603243233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:41:01.079Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:41:01.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:41:01.080Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603231316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:41:01.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:41:02.053Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:41:02.054Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:41:02.054Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:41:02.054Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603239133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:03.055Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:41:03.055Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:41:03.055Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:41:03.056Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603239133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:04.056Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:41:04.057Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:41:04.057Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:41:04.057Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603239133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:05.058Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:41:05.058Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:41:05.058Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:41:05.058Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603239133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:06.059Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:41:06.060Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:41:06.060Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:41:06.060Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603239133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:07.061Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:41:07.061Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:41:07.062Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:41:07.062Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603239133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:08.063Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "serviceName": "vFW 2023-10-06 14-39-55",
  "serviceVersion": "1.0",
  "serviceUUID": "f470de8f-35fc-4855-aad0-2175ae17cef5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ea7bc159-197a-455a-be56-68a4222e317d",
  "resources": [
    {
      "resourceInstanceName": "vFW 35f1043d-7c97 0",
      "resourceCustomizationUUID": "3a19077f-59d6-4e7d-a541-de23b5de99f4",
      "resourceName": "vFW 35f1043d-7c97",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "744d41ac-54e9-4de0-a5b4-a8a6f6f50a14",
      "resourceInvariantUUID": "81e51519-3729-449b-9e9c-e16fde0ecd2d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw35f1043d7c970_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json",
          "artifactChecksum": "MmQ1N2RlYTFkZDA3M2MzOGFjMTE0ZGQ3MjI0MDFlNjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9bd02fa7-423f-462c-bcfe-6f2d6ba2e107",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "779df114-a864-41d6-815f-225c5b91c31b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9db0af1d-090b-4427-a8f9-8c55899b462c",
            "generatedFromUUID": "779df114-a864-41d6-815f-225c5b91c31b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9db0af1d-090b-4427-a8f9-8c55899b462c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20231006143955-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
      "artifactChecksum": "N2U2MjJlZmI4NzA1MTkyYTRlMjNkNjhkZTQyZDc4YjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9d267d47-1c10-4627-9c9e-2397059eb816"
    }
  ],
  "workloadContext": "Production"
}
2023-10-06T14:41:08.063Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-10-06T14:41:08.064Z|b5439dee-3de0-4fd7-a08a-370ca5c6a21c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f470de8f-35fc-4855-aad0-2175ae17cef5 ASDC
2023-10-06T14:41:08.065Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9b13bb95-7600-4aff-a081-41a209075c40
ServiceName:vFW 2023-10-06 14-39-55
ServiceVersion:1.0
ServiceUUID:f470de8f-35fc-4855-aad0-2175ae17cef5
ServiceInvariantUUID:ea7bc159-197a-455a-be56-68a4222e317d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20231006143955-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar
ArtifactUUID:9d267d47-1c10-4627-9c9e-2397059eb816
ArtifactChecksum:N2U2MjJlZmI4NzA1MTkyYTRlMjNkNjhkZTQyZDc4YjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 35f1043d-7c97 0
ResourceCustomizationUUID:3a19077f-59d6-4e7d-a541-de23b5de99f4
ResourceInvariantUUID:81e51519-3729-449b-9e9c-e16fde0ecd2d
ResourceName:vFW 35f1043d-7c97
ResourceType:VF
ResourceUUID:744d41ac-54e9-4de0-a5b4-a8a6f6f50a14
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw35f1043d7c970_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json
ArtifactUUID:9bd02fa7-423f-462c-bcfe-6f2d6ba2e107
ArtifactChecksum:MmQ1N2RlYTFkZDA3M2MzOGFjMTE0ZGQ3MjI0MDFlNjI=
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/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml
ArtifactUUID:779df114-a864-41d6-815f-225c5b91c31b
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/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env
ArtifactUUID:9db0af1d-090b-4427-a8f9-8c55899b462c
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/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env
ArtifactUUID:9db0af1d-090b-4427-a8f9-8c55899b462c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-10-06T14:41:08.065Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f470de8f-35fc-4855-aad0-2175ae17cef5 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-10-06T14:41:08.248Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T14:41:08.250Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-10-06T14:41:08.250Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-10-06T14:41:08.250Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9d267d47-1c10-4627-9c9e-2397059eb816 from URL: /sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:08.250Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:41:08.251Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:08.504Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:41:08.505Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar 9d267d47-1c10-4627-9c9e-2397059eb816 101430
2023-10-06T14:41:08.505Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar ASDC sendASDCNotification
2023-10-06T14:41:08.505Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:08.505Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:41:08.505Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:41:08.506Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:41:08.506Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603268505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:09.506Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T14:41:09.507Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-10-06T14:41:09.508Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9d267d47-1c10-4627-9c9e-2397059eb816, URL: /sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar to file: /app/ASDC/1/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:09.508Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20231006143955-csar.csar
2023-10-06T14:41:09.509Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:09.509Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:09.725Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP403544765464129393/Definitions/service-Vfw20231006143955-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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-10-06T14:41:12.457Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-10-06T14:41:12.458Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-10-06T14:41:12.458Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:12.458Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-10-06T14:41:12.459Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:12.459Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:12.466Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:12.466Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 35f1043d-7c97 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-Vfw20231006143955-csar.csar
2023-10-06T14:41:12.467Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:12.467Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:12.467Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:12.467Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:12.467Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:12.467Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:12.467Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:12.468Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-10-06T14:41:12.468Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:12.468Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:41:12.468Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is matching search criteria
2023-10-06T14:41:12.469Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-10-06T14:41:12.469Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35f1043d-7c97 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T14:41:12.470Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:12.470Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:41:12.470Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is matching search criteria
2023-10-06T14:41:12.470Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-10-06T14:41:12.470Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35f1043d-7c97 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T14:41:12.470Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:12.470Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:41:12.471Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:12.471Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is not matching search criteria
2023-10-06T14:41:12.471Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:41:12.471Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:41:12.471Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-06T14:41:12.471Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-06T14:41:12.471Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:41:12.472Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:41:12.472Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-06T14:41:12.472Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-06T14:41:12.472Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-06T14:41:12.472Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:41:12.472Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-06T14:41:12.472Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-06T14:41:12.472Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-06T14:41:12.473Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-06T14:41:12.473Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:41:12.473Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-10-06T14:41:12.473Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:12.473Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-10-06T14:41:12.473Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:12.473Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is matching search criteria
2023-10-06T14:41:12.473Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35f1043d-7c97 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:41:12.474Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:12.474Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is matching search criteria
2023-10-06T14:41:12.474Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35f1043d-7c97 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:41:12.474Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:12.474Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is matching search criteria
2023-10-06T14:41:12.475Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35f1043d-7c97 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:41:12.475Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:12.475Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is not matching search criteria
2023-10-06T14:41:12.475Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:41:12.475Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:41:12.475Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-10-06T14:41:12.475Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-06T14:41:12.476Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-06T14:41:12.476Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:41:12.476Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-06T14:41:12.476Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-06T14:41:12.476Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-06T14:41:12.476Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-06T14:41:12.477Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:41:12.477Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a67c8067-7c22-4e08-b35c-d9f78c6915f3
2023-10-06T14:41:12.477Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:12.477Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is not matching search criteria
2023-10-06T14:41:12.477Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:41:12.478Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:41:12.478Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-06T14:41:12.478Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-06T14:41:12.478Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:41:12.478Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:41:12.478Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-06T14:41:12.479Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-10-06T14:41:12.479Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-06T14:41:12.479Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-06T14:41:12.479Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-06T14:41:12.479Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:41:12.479Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ff7bffab-8759-4311-9568-bc89ae7b36e0
2023-10-06T14:41:12.480Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:12.480Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is not matching search criteria
2023-10-06T14:41:12.480Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:41:12.480Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:41:12.480Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-06T14:41:12.481Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-06T14:41:12.481Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:41:12.481Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:41:12.481Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-06T14:41:12.481Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-06T14:41:12.481Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-06T14:41:12.481Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:41:12.482Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-06T14:41:12.482Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-10-06T14:41:12.482Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=36ef5917-97a3-4297-956d-90bb937738c8
2023-10-06T14:41:12.482Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:12.482Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:41:12.483Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:12.483Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:41:12.483Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:12.483Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:41:12.483Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:12.484Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:41:12.484Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-10-06 14-39-55
Description:catalog service description
Model UUID:f470de8f-35fc-4855-aad0-2175ae17cef5
Model Version:NULL
Model InvariantUuid:ea7bc159-197a-455a-be56-68a4222e317d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 35f1043d-7c97
Model UUID:9f632dfd-1489-4aa3-93b3-32756f531ca1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:81e51519-3729-449b-9e9c-e16fde0ecd2d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3a19077f-59d6-4e7d-a541-de23b5de99f4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9671a30e-df83-4db9-b1df-922f41b19d36
ModelName:Vfw35f1043d7c97..base_vfw..module-0
ModelUuid:f41068fa-9bde-4d5e-b714-cc156ac11d74
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a67c8067-7c22-4e08-b35c-d9f78c6915f3
ModelInvariantUuid:090eb8f9-af48-429d-b336-fa2b0e11fdbb
ModelName:vFW 35f1043d-7c97-nodes.vfwCvfc
ModelUuid:be105242-2023-49a3-aa13-88e9cbbe4248
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:da79d5d3-3beb-4144-96af-41426083fbe9
ModelInvariantUuid:a06f0031-2f05-43e4-9c28-f5c1d2918d36
ModelName:Vfw35f1043d7c97.compute.nodes.heat.vfw
ModelUuid:e7dd23e5-67b0-42d3-8643-a81274682909
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ff7bffab-8759-4311-9568-bc89ae7b36e0
ModelInvariantUuid:b3f42d8e-a690-4cc6-bc0b-5de27098523a
ModelName:vFW 35f1043d-7c97-nodes.vsnCvfc
ModelUuid:8d663844-710f-4b2a-8e49-8faad8d57429
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:77cb152e-afd4-4796-b4ea-7653f22de080
ModelInvariantUuid:dfb95c44-dcd0-4d6e-b339-54d38e2fda2b
ModelName:Vfw35f1043d7c97.compute.nodes.heat.vsn
ModelUuid:07d47fef-a947-4849-8427-bf00f59f00b1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:36ef5917-97a3-4297-956d-90bb937738c8
ModelInvariantUuid:f83ff686-a568-4db6-b043-6d36e741bceb
ModelName:vFW 35f1043d-7c97-nodes.vpgCvfc
ModelUuid:4d00845c-06a7-4db9-826b-8e097c6be786
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:8491fc51-3785-4b00-a5d2-7f33a5fd3181
ModelInvariantUuid:fa3aca46-5a6c-4fb4-a291-c29fc6ee60ea
ModelName:Vfw35f1043d7c97.compute.nodes.heat.vpg
ModelUuid:a4479533-bfa8-43fd-bb41-443950e3a6e5
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-10-06T14:41:12.495Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 744d41ac-54e9-4de0-a5b4-a8a6f6f50a14
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-10-06T14:41:12.501Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||vFW 35f1043d-7c97 0
2023-10-06T14:41:12.501Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 744d41ac-54e9-4de0-a5b4-a8a6f6f50a14
2023-10-06T14:41:12.501Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9bd02fa7-423f-462c-bcfe-6f2d6ba2e107 from URL: /sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json
2023-10-06T14:41:12.501Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:41:12.502Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json
2023-10-06T14:41:12.790Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:41:12.790Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json 9bd02fa7-423f-462c-bcfe-6f2d6ba2e107 785
2023-10-06T14:41:12.790Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json ASDC sendASDCNotification
2023-10-06T14:41:12.791Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json
2023-10-06T14:41:12.791Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:41:12.791Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:41:12.791Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:41:12.791Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603272790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:13.792Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw35f1043d7c97..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9671a30e-df83-4db9-b1df-922f41b19d36",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f41068fa-9bde-4d5e-b714-cc156ac11d74",
    "vfModuleModelCustomizationUUID": "6b9c6a5f-eeb9-44a5-91f4-296deef9699a",
    "isBase": true,
    "artifacts": [
      "779df114-a864-41d6-815f-225c5b91c31b",
      "9db0af1d-090b-4427-a8f9-8c55899b462c"
    ],
    "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-10-06T14:41:13.797Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw35f1043d7c97..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f41068fa-9bde-4d5e-b714-cc156ac11d74
VfModuleModelInvariantUUID:9671a30e-df83-4db9-b1df-922f41b19d36
VfModuleModelDescription:NULL
Artifacts UUID List:{
779df114-a864-41d6-815f-225c5b91c31b
,
9db0af1d-090b-4427-a8f9-8c55899b462c

}
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-10-06T14:41:13.800Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw35f1043d7c97..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9671a30e-df83-4db9-b1df-922f41b19d36",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f41068fa-9bde-4d5e-b714-cc156ac11d74",
    "vfModuleModelCustomizationUUID": "6b9c6a5f-eeb9-44a5-91f4-296deef9699a",
    "isBase": true,
    "artifacts": [
      "779df114-a864-41d6-815f-225c5b91c31b",
      "9db0af1d-090b-4427-a8f9-8c55899b462c"
    ],
    "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-10-06T14:41:13.800Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw35f1043d7c97..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f41068fa-9bde-4d5e-b714-cc156ac11d74
VfModuleModelInvariantUUID:9671a30e-df83-4db9-b1df-922f41b19d36
VfModuleModelDescription:NULL
Artifacts UUID List:{
779df114-a864-41d6-815f-225c5b91c31b
,
9db0af1d-090b-4427-a8f9-8c55899b462c

}
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-10-06T14:41:13.800Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 779df114-a864-41d6-815f-225c5b91c31b from URL: /sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml
2023-10-06T14:41:13.800Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:41:13.800Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml
2023-10-06T14:41:13.966Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:41:13.967Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml 779df114-a864-41d6-815f-225c5b91c31b 20368
2023-10-06T14:41:13.967Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-10-06T14:41:13.967Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml
2023-10-06T14:41:13.967Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:41:13.968Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:41:13.968Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:41:13.968Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603273967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:14.969Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9db0af1d-090b-4427-a8f9-8c55899b462c from URL: /sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env
2023-10-06T14:41:14.969Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-10-06T14:41:14.969Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env
2023-10-06T14:41:15.221Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-10-06T14:41:15.222Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env 9db0af1d-090b-4427-a8f9-8c55899b462c 2098
2023-10-06T14:41:15.222Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env ASDC sendASDCNotification
2023-10-06T14:41:15.222Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env
2023-10-06T14:41:15.222Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:41:15.222Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:41:15.222Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:41:15.223Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603275222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:16.223Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f470de8f-35fc-4855-aad0-2175ae17cef5
2023-10-06T14:41:16.224Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 35f1043d-7c97 0 744d41ac-54e9-4de0-a5b4-a8a6f6f50a14 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-10-06T14:41:16.243Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60f093d4, org.onap.sdc.toscaparser.api.parameters.Input@daf0311, org.onap.sdc.toscaparser.api.parameters.Input@5e221d6a, org.onap.sdc.toscaparser.api.parameters.Input@717a2cab, org.onap.sdc.toscaparser.api.parameters.Input@15f07f63]
2023-10-06T14:41:16.245Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.245Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:41:16.245Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-10-06T14:41:16.245Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 3a19077f-59d6-4e7d-a541-de23b5de99f4
2023-10-06T14:41:16.246Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a19077f-59d6-4e7d-a541-de23b5de99f4 matches Tosca VF Customization UUID: 3a19077f-59d6-4e7d-a541-de23b5de99f4
2023-10-06T14:41:16.246Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 3a19077f-59d6-4e7d-a541-de23b5de99f4  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-10-06T14:41:16.248Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.249Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:41:16.249Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 3a19077f-59d6-4e7d-a541-de23b5de99f4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-10-06T14:41:16.249Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1817caba
2023-10-06T14:41:16.250Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.250Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-10-06T14:41:16.250Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b9c6a5f-eeb9-44a5-91f4-296deef9699a
2023-10-06T14:41:16.250Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b9c6a5f-eeb9-44a5-91f4-296deef9699a
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-10-06T14:41:16.254Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.254Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is matching search criteria
2023-10-06T14:41:16.254Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35f1043d-7c97 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:41:16.255Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.255Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is matching search criteria
2023-10-06T14:41:16.255Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35f1043d-7c97 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:41:16.256Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.256Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is not matching search criteria
2023-10-06T14:41:16.256Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:41:16.256Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:41:16.256Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-10-06T14:41:16.257Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-06T14:41:16.257Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-06T14:41:16.257Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:41:16.257Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-06T14:41:16.258Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-06T14:41:16.258Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-06T14:41:16.258Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-06T14:41:16.258Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:41:16.258Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a67c8067-7c22-4e08-b35c-d9f78c6915f3
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-10-06T14:41:16.262Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.262Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is matching search criteria
2023-10-06T14:41:16.262Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35f1043d-7c97 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:41:16.263Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.263Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is not matching search criteria
2023-10-06T14:41:16.263Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:41:16.263Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:41:16.264Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-06T14:41:16.264Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-06T14:41:16.264Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:41:16.265Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:41:16.265Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-06T14:41:16.265Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-10-06T14:41:16.265Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-10-06T14:41:16.265Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-10-06T14:41:16.266Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-10-06T14:41:16.266Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:41:16.266Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ff7bffab-8759-4311-9568-bc89ae7b36e0
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-10-06T14:41:16.269Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.269Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is matching search criteria
2023-10-06T14:41:16.270Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35f1043d-7c97 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:41:16.270Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.270Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is not matching search criteria
2023-10-06T14:41:16.270Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-10-06T14:41:16.270Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-10-06T14:41:16.270Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-10-06T14:41:16.271Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-10-06T14:41:16.271Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:41:16.271Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-10-06T14:41:16.271Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-10-06T14:41:16.271Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-10-06T14:41:16.271Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-10-06T14:41:16.272Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-10-06T14:41:16.272Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-10-06T14:41:16.272Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-10-06T14:41:16.272Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=36ef5917-97a3-4297-956d-90bb937738c8
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-10-06T14:41:16.275Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.275Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is matching search criteria
2023-10-06T14:41:16.275Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35f1043d-7c97 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:41:16.276Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.276Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Node template vFW 35f1043d-7c97 0 is matching search criteria
2023-10-06T14:41:16.276Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 35f1043d-7c97 0] matching following query criteria: sdcType=VF, customizationUUID=3a19077f-59d6-4e7d-a541-de23b5de99f4
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-10-06T14:41:16.282Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.283Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:41:16.283Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f470de8f-35fc-4855-aad0-2175ae17cef5: vFW 35f1043d-7c97
2023-10-06T14:41:16.283Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.283Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:41:16.283Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.284Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:41:16.284Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.284Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:41:16.284Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.284Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:41:16.285Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:41:16.285Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-10-06 14-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:41:16.285Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-10-06 14-39-55 
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-10-06T14:41:17.462Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 35f1043d-7c97 744d41ac-54e9-4de0-a5b4-a8a6f6f50a14 1 ASDC deployResourceStructure
2023-10-06T14:41:17.462Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json ASDC sendASDCNotification
2023-10-06T14:41:17.462Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json
2023-10-06T14:41:17.463Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:41:17.463Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:41:17.463Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:41:17.463Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603277462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:18.464Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-10-06T14:41:18.465Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml
2023-10-06T14:41:18.465Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:41:18.465Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:41:18.465Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:41:18.466Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603278464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:19.467Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env ASDC sendASDCNotification
2023-10-06T14:41:19.467Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env
2023-10-06T14:41:19.468Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:41:19.468Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:41:19.469Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:41:19.469Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603279467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:20.470Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar ASDC sendASDCNotification
2023-10-06T14:41:20.470Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar
2023-10-06T14:41:20.471Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:41:20.471Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:41:20.471Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:41:20.471Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603280470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:21.473Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b13bb95-7600-4aff-a081-41a209075c40
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-10-06T14:41:21.485Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b13bb95-7600-4aff-a081-41a209075c40
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-10-06T14:41:21.487Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:41:21.488Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:41:21.488Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:41:51.488Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b13bb95-7600-4aff-a081-41a209075c40
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-10-06T14:41:51.512Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b13bb95-7600-4aff-a081-41a209075c40
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-10-06T14:41:51.517Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:41:51.518Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:41:51.518Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:41:52.770Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:41:52.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-10-06T14:41:52.772Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603239133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:41:52.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:21.518Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b13bb95-7600-4aff-a081-41a209075c40
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-10-06T14:42:21.530Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b13bb95-7600-4aff-a081-41a209075c40
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-10-06T14:42:21.533Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:42:21.533Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:42:21.533Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:42:51.533Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b13bb95-7600-4aff-a081-41a209075c40
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-10-06T14:42:51.546Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b13bb95-7600-4aff-a081-41a209075c40
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-10-06T14:42:51.548Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:42:51.548Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:42:51.548Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:42:52.770Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:42:52.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.776Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603259062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.779Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.779Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603243233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.779Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.780Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603239133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json",
  "status": "NOTIFIED"
}
2023-10-06T14:42:52.780Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.780Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603231316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json",
  "status": "NOTIFIED"
}
2023-10-06T14:42:52.781Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.781Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603259062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.781Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.782Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603243233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.782Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.782Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603239133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-10-06T14:42:52.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.784Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603231316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-10-06T14:42:52.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.785Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603259062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-10-06T14:42:52.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.786Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603243233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.787Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603239133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.788Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.788Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603259062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.789Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.789Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603231316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.790Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.790Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603243233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.792Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603239133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-10-06T14:42:52.792Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.793Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603231316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-10-06T14:42:52.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.794Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603259062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.796Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603243233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.797Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603239133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.798Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603231316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.799Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.800Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603259062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.800Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603243233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:42:52.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.801Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603239133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:42:52.801Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.801Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603259062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:42:52.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.802Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603231316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:42:52.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.802Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603268470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:42:52.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.803Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603268373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:42:52.803Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.803Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603268663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:42:52.804Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.804Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603268505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:42:52.804Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.804Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603269376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:42:52.804Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.805Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603269567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:42:52.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.805Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603270378,
  "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-10-06T14:42:52.814Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b13bb95-7600-4aff-a081-41a209075c40
2023-10-06T14:42:52.814Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b13bb95-7600-4aff-a081-41a209075c40 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-10-06T14:42:52.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.862Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603270714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:42:52.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.863Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603271753,
  "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-10-06T14:42:52.869Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b13bb95-7600-4aff-a081-41a209075c40
2023-10-06T14:42:52.870Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b13bb95-7600-4aff-a081-41a209075c40 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-10-06T14:42:52.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.886Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603272759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json",
  "status": "DEPLOY_OK"
}
2023-10-06T14:42:52.887Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.888Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603272790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:42:52.889Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.890Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603273967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:42:52.890Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.890Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603275222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:42:52.891Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.891Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603275506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "DEPLOY_ERROR"
}
2023-10-06T14:42:52.891Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.892Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603275557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.893Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.894Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603276508,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T14:42:52.911Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9b13bb95-7600-4aff-a081-41a209075c40
2023-10-06T14:42:52.911Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b13bb95-7600-4aff-a081-41a209075c40 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-10-06T14:42:52.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.976Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603275557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.977Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.978Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603277462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vfw35f1043d7c970_modules.json",
  "status": "DEPLOY_OK"
}
2023-10-06T14:42:52.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.979Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603275557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.979Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.980Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603278464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-10-06T14:42:52.980Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.981Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603275557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.982Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603279467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-10-06T14:42:52.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.982Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603275557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/resourceInstances/vfw35f1043d7c970/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.983Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.983Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603280470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:42:52.984Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.985Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603275557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:42:52.985Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.985Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603275557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:42:52.986Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.986Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603282878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:42:52.987Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.987Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603289210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20231006143955/1.0/artifacts/service-Vfw20231006143955-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:42:52.987Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:42:52.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:42:52.988Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603290219,
  "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-10-06T14:42:52.996Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b13bb95-7600-4aff-a081-41a209075c40
2023-10-06T14:42:52.997Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b13bb95-7600-4aff-a081-41a209075c40 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-10-06T14:43:21.548Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b13bb95-7600-4aff-a081-41a209075c40
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-10-06T14:43:21.563Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b13bb95-7600-4aff-a081-41a209075c40
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-10-06T14:43:21.568Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:43:21.568Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-10-06T14:43:21.568Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-10-06T14:43:21.568Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-10-06T14:43:21.568Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-10-06T14:43:21.569Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T14:43:21.578Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-10-06T14:43:51.579Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b13bb95-7600-4aff-a081-41a209075c40 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-10-06T14:43:51.586Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b13bb95-7600-4aff-a081-41a209075c40 and serviceModelVersionId: f470de8f-35fc-4855-aad0-2175ae17cef5
2023-10-06T14:43:51.587Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea7bc159-197a-455a-be56-68a4222e317d
2023-10-06T14:43:51.588Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5?depth=0
2023-10-06T14:43:51.599Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-10-06T14:43:51.685Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5?depth=0|INFO|500||Invoke
2023-10-06T14:43:51.686Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9b13bb95-7600-4aff-a081-41a209075c40], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2cbdf5de-7eb2-465c-a2fb-74e9971f220a], X-ECOMP-RequestID=[9b13bb95-7600-4aff-a081-41a209075c40], X-TransactionId=[], X-ONAP-RequestID=[9b13bb95-7600-4aff-a081-41a209075c40], Content-Type=[application/merge-patch+json]}
2023-10-06T14:43:51.693Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-10-06T14:43:51.737Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5?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/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5?depth=0 has http status code:404 and response headers:{date=[Fri, 06 Oct 2023 14:43:51 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[39], x-aai-txid=[1-aai-resources-231006-14:43:51:912-54225], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-10-06T14:43:51.743Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5","ERR.5.4.6114"]}}}

2023-10-06T14:43:51.744Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5?depth=0|INFO|404|Not Found|InvokeReturn
2023-10-06T14:43:51.756Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9b13bb95-7600-4aff-a081-41a209075c40 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5) (ec=ERR.5.4.6114)
2023-10-06T14:43:51.757Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9b13bb95-7600-4aff-a081-41a209075c40 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-10-06T14:43:51.757Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9b13bb95-7600-4aff-a081-41a209075c40 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5) (ec=ERR.5.4.6114)
2023-10-06T14:43:51.757Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9b13bb95-7600-4aff-a081-41a209075c40 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5) (ec=ERR.5.4.6114)
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-10-06T14:43:51.765Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-10-06T14:43:51.765Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b13bb95-7600-4aff-a081-41a209075c40 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9b13bb95-7600-4aff-a081-41a209075c40 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5) (ec=ERR.5.4.6114)
2023-10-06T14:43:51.766Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-10-06T14:43:51.766Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:43:51.766Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:43:51.766Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603431765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9b13bb95-7600-4aff-a081-41a209075c40 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:43:52.770Z||pool-2-thread-7|||||INFO|500||Polling for messages from 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-10-06T14:43:52.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:43:52.777Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9b13bb95-7600-4aff-a081-41a209075c40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603431765,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9b13bb95-7600-4aff-a081-41a209075c40 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ea7bc159-197a-455a-be56-68a4222e317d/model-vers/model-ver/f470de8f-35fc-4855-aad0-2175ae17cef5) (ec\u003dERR.5.4.6114)"
}
2023-10-06T14:43:52.778Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:43:52.795Z|9b13bb95-7600-4aff-a081-41a209075c40|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:44:52.770Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:44:52.796Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:45:52.771Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:45:52.798Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:46:52.773Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:46:52.799Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:47:52.776Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:47:52.800Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:48:52.776Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:48:52.801Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:49:52.779Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:49:52.802Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:49:59.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T14:49:59.177Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"27b2c1b1-8b0e-4bb3-a252-5931dbe99037","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"42b77a7c-4086-457a-b04c-33738b96fca1","serviceDescription":"service","serviceInvariantUUID":"cc3c5d62-5613-4158-8deb-cca330b3234a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ec2bb117-6b6c-4711-b10c-7bda9b5cd8e3","resourceInvariantUUID":"496e6988-e766-477b-87a7-5e253f93ecdb","resourceCustomizationUUID":"b8cdd19e-1aff-4150-8b13-333da68fe5b8","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":"ZGExZmI0NzY3NDdjNjU0MzE4ZTg4ZjE0ZjNmNmNlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"efd41ca4-bf6a-4b1d-9129-1ee0326e817c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTliMjEwMjhiMjJiOWRjYWE1ZWI4ODc2YzFmZWVhZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0631968-19b0-4c14-bbec-08a6399f2ad9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-10-06T14:49:59.182Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:49:59.183Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:49:59.183Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:49:59.183Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603792801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:49:59.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:49:59.207Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603783233,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:49:59.208Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:50:00.185Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:50:00.185Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:50:00.185Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:50:00.186Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603792801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:50:01.187Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "42b77a7c-4086-457a-b04c-33738b96fca1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cc3c5d62-5613-4158-8deb-cca330b3234a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "b8cdd19e-1aff-4150-8b13-333da68fe5b8",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ec2bb117-6b6c-4711-b10c-7bda9b5cd8e3",
      "resourceInvariantUUID": "496e6988-e766-477b-87a7-5e253f93ecdb",
      "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": "MTliMjEwMjhiMjJiOWRjYWE1ZWI4ODc2YzFmZWVhZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e0631968-19b0-4c14-bbec-08a6399f2ad9"
    }
  ],
  "workloadContext": "Production"
}
2023-10-06T14:50:01.188Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-10-06T14:50:01.188Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 42b77a7c-4086-457a-b04c-33738b96fca1 ASDC
2023-10-06T14:50:01.189Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:27b2c1b1-8b0e-4bb3-a252-5931dbe99037
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:42b77a7c-4086-457a-b04c-33738b96fca1
ServiceInvariantUUID:cc3c5d62-5613-4158-8deb-cca330b3234a
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:e0631968-19b0-4c14-bbec-08a6399f2ad9
ArtifactChecksum:MTliMjEwMjhiMjJiOWRjYWE1ZWI4ODc2YzFmZWVhZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b8cdd19e-1aff-4150-8b13-333da68fe5b8
ResourceInvariantUUID:496e6988-e766-477b-87a7-5e253f93ecdb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ec2bb117-6b6c-4711-b10c-7bda9b5cd8e3
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-10-06T14:50:01.189Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42b77a7c-4086-457a-b04c-33738b96fca1 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-10-06T14:50:01.309Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T14:50:01.311Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-10-06T14:50:01.311Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-10-06T14:50:01.311Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e0631968-19b0-4c14-bbec-08a6399f2ad9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-10-06T14:50:01.312Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-10-06T14:50:01.312Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-10-06T14:50:01.444Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-10-06T14:50:01.445Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e0631968-19b0-4c14-bbec-08a6399f2ad9 57782
2023-10-06T14:50:01.446Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-10-06T14:50:01.446Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-10-06T14:50:01.446Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:50:01.447Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:50:01.447Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:50:01.447Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603801446,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:50:02.448Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T14:50:02.449Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-10-06T14:50:02.449Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e0631968-19b0-4c14-bbec-08a6399f2ad9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-10-06T14:50:02.450Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-10-06T14:50:02.450Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-10-06T14:50:02.450Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-10-06T14:50:02.587Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11526986804658659008/Definitions/service-BasicNetwork-template.yml
2023-10-06T14:50:03.040Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-10-06T14:50:03.041Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-10-06T14:50:03.041Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-10-06T14:50:03.041Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-10-06T14:50:03.042Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||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-10-06T14:50:03.042Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||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-10-06T14:50:03.042Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||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-10-06T14:50:03.042Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||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-10-06T14:50:03.042Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-10-06T14:50:03.043Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||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-10-06T14:50:03.043Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||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-10-06T14:50:03.043Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||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-10-06T14:50:03.043Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-10-06T14:50:03.043Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:50:03.044Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:50:03.044Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-10-06T14:50:03.044Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-10-06T14:50:03.045Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T14:50:03.045Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:50:03.045Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:50:03.045Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-10-06T14:50:03.046Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-10-06T14:50:03.046Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T14:50:03.046Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:50:03.046Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:50:03.046Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:50:03.047Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:50:03.047Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:50:03.047Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:50:03.048Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:50:03.048Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:50:03.048Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:50:03.048Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:50:03.049Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:42b77a7c-4086-457a-b04c-33738b96fca1
Model Version:NULL
Model InvariantUuid:cc3c5d62-5613-4158-8deb-cca330b3234a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:496e6988-e766-477b-87a7-5e253f93ecdb
Model UUID:6bc98b7a-034e-4abf-bea9-495944c0cfe0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:b8cdd19e-1aff-4150-8b13-333da68fe5b8
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-10-06T14:50:03.065Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: ec2bb117-6b6c-4711-b10c-7bda9b5cd8e3
2023-10-06T14:50:03.066Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||No resources found for Service: 42b77a7c-4086-457a-b04c-33738b96fca1
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-10-06T14:50:03.076Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||
2023-10-06T14:50:03.077Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-10-06T14:50:03.083Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 42b77a7c-4086-457a-b04c-33738b96fca1
2023-10-06T14:50:03.083Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 42b77a7c-4086-457a-b04c-33738b96fca1
2023-10-06T14:50:03.084Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-10-06T14:50:03.084Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-10-06T14:50:03.095Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73e63a14, org.onap.sdc.toscaparser.api.parameters.Input@151a5c88, org.onap.sdc.toscaparser.api.parameters.Input@790ca743, org.onap.sdc.toscaparser.api.parameters.Input@6370648d, org.onap.sdc.toscaparser.api.parameters.Input@2184c46d]
2023-10-06T14:50:03.097Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:50:03.097Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:50:03.097Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:50:03.098Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:50:03.098Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 42b77a7c-4086-457a-b04c-33738b96fca1: Generic NeutronNet
2023-10-06T14:50:03.099Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:50:03.099Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:50:03.099Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:50:03.099Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-10-06T14:50:03.145Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:50:03.145Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:50:03.146Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:50:03.146Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:50:03.146Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:50:03.146Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:50:03.147Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-10-06T14:50:03.405Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-10-06T14:50:03.406Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-10-06T14:50:03.406Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-10-06T14:50:03.406Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:50:03.406Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:50:03.407Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:50:03.407Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603803406,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:50:04.408Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27b2c1b1-8b0e-4bb3-a252-5931dbe99037
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-10-06T14:50:04.419Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27b2c1b1-8b0e-4bb3-a252-5931dbe99037
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-10-06T14:50:04.425Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:50:04.425Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:50:04.425Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:50:34.427Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27b2c1b1-8b0e-4bb3-a252-5931dbe99037
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-10-06T14:50:34.443Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27b2c1b1-8b0e-4bb3-a252-5931dbe99037
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-10-06T14:50:34.446Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:50:34.446Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:50:34.447Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:50:52.770Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:50:52.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:50:52.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603792801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:50:52.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:50:52.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:50:52.775Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603783797,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:50:52.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:04.447Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27b2c1b1-8b0e-4bb3-a252-5931dbe99037
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-10-06T14:51:04.468Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27b2c1b1-8b0e-4bb3-a252-5931dbe99037
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-10-06T14:51:04.474Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:51:04.474Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:51:04.474Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:51:34.475Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27b2c1b1-8b0e-4bb3-a252-5931dbe99037
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-10-06T14:51:34.488Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27b2c1b1-8b0e-4bb3-a252-5931dbe99037
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-10-06T14:51:34.490Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:51:34.490Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T14:51:34.491Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T14:51:52.770Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:51:52.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.773Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603781476,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.774Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603785557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.774Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603783233,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:51:52.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.775Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603792801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:51:52.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.775Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603783797,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:51:52.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.775Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603781476,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:51:52.775Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.776Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603785557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:51:52.776Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.776Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603801446,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:51:52.776Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.776Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603801676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:51:52.776Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.776Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603801525,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:51:52.777Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.777Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603801540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:51:52.777Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.777Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603802563,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:51:52.777Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.777Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603803406,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:51:52.777Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.778Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603803571,
  "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-10-06T14:51:52.787Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27b2c1b1-8b0e-4bb3-a252-5931dbe99037
2023-10-06T14:51:52.787Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27b2c1b1-8b0e-4bb3-a252-5931dbe99037 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-10-06T14:51:52.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.808Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603804069,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2023-10-06T14:51:52.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.809Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603805071,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T14:51:52.822Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 27b2c1b1-8b0e-4bb3-a252-5931dbe99037
2023-10-06T14:51:52.823Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27b2c1b1-8b0e-4bb3-a252-5931dbe99037 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-10-06T14:51:52.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603805537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:51:52.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603806544,
  "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-10-06T14:51:52.846Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 27b2c1b1-8b0e-4bb3-a252-5931dbe99037
2023-10-06T14:51:52.846Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27b2c1b1-8b0e-4bb3-a252-5931dbe99037 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-10-06T14:51:52.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.895Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603831405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.895Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.896Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603834601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.897Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603831405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-10-06T14:51:52.898Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.898Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603834601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.899Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.899Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603843233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.899Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.899Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603831405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-10-06T14:51:52.900Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.900Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603834601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-10-06T14:51:52.900Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.900Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603843233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.900Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.900Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603831405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.901Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603834601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.901Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603843233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.902Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603831405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-10-06T14:51:52.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.902Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603834601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.903Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603845557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.903Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603843233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.903Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603831405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.904Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.904Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603834601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.904Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.904Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603845557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.905Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603843233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.905Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603831405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:51:52.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.906Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603834601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:51:52.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.906Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603845557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.907Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603843233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.907Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603845557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.907Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603848920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:51:52.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.908Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603848786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:51:52.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.908Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603843233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:51:52.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.909Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603845557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.909Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603849791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:51:52.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.909Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603850006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:51:52.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.910Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603850397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:51:52.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.910Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603845557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:51:52.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.911Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603850804,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-10-06T14:51:52.931Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e83370e-72e0-466a-8572-c35f0509114c
2023-10-06T14:51:52.931Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e83370e-72e0-466a-8572-c35f0509114c 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-10-06T14:51:52.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.944Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603851127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:51:52.945Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.946Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603845557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:51:52.947Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:51:52.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-10-06T14:51:52.947Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603852164,
  "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-10-06T14:51:52.955Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e83370e-72e0-466a-8572-c35f0509114c
2023-10-06T14:51:52.955Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e83370e-72e0-466a-8572-c35f0509114c 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-10-06T14:52:04.491Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27b2c1b1-8b0e-4bb3-a252-5931dbe99037
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-10-06T14:52:04.510Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27b2c1b1-8b0e-4bb3-a252-5931dbe99037
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-10-06T14:52:04.514Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:52:04.514Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-10-06T14:52:04.514Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-10-06T14:52:04.514Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-10-06T14:52:04.514Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-10-06T14:52:04.514Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T14:52:04.524Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-10-06T14:52:34.524Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 27b2c1b1-8b0e-4bb3-a252-5931dbe99037 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-10-06T14:52:34.533Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 27b2c1b1-8b0e-4bb3-a252-5931dbe99037 and serviceModelVersionId: 42b77a7c-4086-457a-b04c-33738b96fca1
2023-10-06T14:52:34.533Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc3c5d62-5613-4158-8deb-cca330b3234a
2023-10-06T14:52:34.537Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1?depth=0
2023-10-06T14:52:34.547Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-10-06T14:52:34.702Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1?depth=0|INFO|500||Invoke
2023-10-06T14:52:34.703Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[27b2c1b1-8b0e-4bb3-a252-5931dbe99037], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2f0e5efc-4f78-4671-8e88-514f036f8018], X-ECOMP-RequestID=[27b2c1b1-8b0e-4bb3-a252-5931dbe99037], X-TransactionId=[], X-ONAP-RequestID=[27b2c1b1-8b0e-4bb3-a252-5931dbe99037], Content-Type=[application/merge-patch+json]}
2023-10-06T14:52:34.722Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-10-06T14:52:34.780Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1?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/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1?depth=0 has http status code:404 and response headers:{date=[Fri, 06 Oct 2023 14:52:34 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[52], x-aai-txid=[1-aai-resources-231006-14:52:34:940-14767], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-10-06T14:52:34.782Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1","ERR.5.4.6114"]}}}

2023-10-06T14:52:34.782Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1?depth=0|INFO|404|Not Found|InvokeReturn
2023-10-06T14:52:34.790Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=27b2c1b1-8b0e-4bb3-a252-5931dbe99037 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1) (ec=ERR.5.4.6114)
2023-10-06T14:52:34.791Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=27b2c1b1-8b0e-4bb3-a252-5931dbe99037 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-10-06T14:52:34.791Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=27b2c1b1-8b0e-4bb3-a252-5931dbe99037 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1) (ec=ERR.5.4.6114)
2023-10-06T14:52:34.792Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=27b2c1b1-8b0e-4bb3-a252-5931dbe99037 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1) (ec=ERR.5.4.6114)
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-10-06T14:52:34.800Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-10-06T14:52:34.801Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 27b2c1b1-8b0e-4bb3-a252-5931dbe99037 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=27b2c1b1-8b0e-4bb3-a252-5931dbe99037 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1) (ec=ERR.5.4.6114)
2023-10-06T14:52:34.801Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-10-06T14:52:34.802Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:34.802Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:34.802Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603954801,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d27b2c1b1-8b0e-4bb3-a252-5931dbe99037 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1) (ec\u003dERR.5.4.6114)"
} 
 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-10-06T14:52:35.825Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:52:35.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-10-06T14:52:35.832Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1e83370e-72e0-466a-8572-c35f0509114c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"fa230a2d-48bb-4545-9b49-2b56451cbaa4","serviceDescription":"service","serviceInvariantUUID":"d00c4eb0-3a96-4088-b292-12ce7a40d5b5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"00d812a7-443c-48df-9c5b-473f75c914b0","resourceInvariantUUID":"fe9381d8-0258-4112-a2c3-400b30a33bc5","resourceCustomizationUUID":"b4158b39-327c-4214-bc07-358a8823eda7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZGFmMDYzYTViYjRkYjg2OGEyMTg3YzVmOGViMzlmZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad96faff-fef0-4a9c-89ad-6cc7c90ca70a","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NjJkYWFiNDhiMGUzMDIwNGRjNjRhZmY4ZGMwZGJkY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05a8dff3-8f6b-4b1d-acc9-1982e8d1507a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8a09228d-ab69-4f76-b408-5a9eed8e2a07","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad506ad7-ca4e-4c6e-ad69-c8e7d62e03db","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"37abd243-15c0-4212-b849-dd88ebcdfe1d","artifactVersion":"2","generatedFromUUID":"8a09228d-ab69-4f76-b408-5a9eed8e2a07"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODk3YmMxMjdjOGIxOGVhNDI4NTJjNjc1NTlkYzViYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eef6d421-1100-48cb-8e7e-7dfea999f444","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTIyM2UzNDg2NWVkODg4MDY1MWQ2OTc5YjFjMjcwOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0934e84c-ec97-4d6e-9488-f1c02f95c736","artifactVersion":"1"}],"workloadContext":"Production"}
2023-10-06T14:52:35.835Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:52:35.836Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:35.836Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:35.836Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:36.836Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:52:36.837Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:36.837Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:36.837Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:37.838Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:52:37.838Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:37.839Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:37.839Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:38.840Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:52:38.841Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:38.841Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:38.842Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:39.843Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:52:39.844Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:39.844Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:39.844Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:40.846Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:52:40.848Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:40.848Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:40.848Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:41.853Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:52:41.853Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:41.853Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:41.854Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:42.855Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "fa230a2d-48bb-4545-9b49-2b56451cbaa4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d00c4eb0-3a96-4088-b292-12ce7a40d5b5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b4158b39-327c-4214-bc07-358a8823eda7",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "00d812a7-443c-48df-9c5b-473f75c914b0",
      "resourceInvariantUUID": "fe9381d8-0258-4112-a2c3-400b30a33bc5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "NjJkYWFiNDhiMGUzMDIwNGRjNjRhZmY4ZGMwZGJkY2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "05a8dff3-8f6b-4b1d-acc9-1982e8d1507a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8a09228d-ab69-4f76-b408-5a9eed8e2a07",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "37abd243-15c0-4212-b849-dd88ebcdfe1d",
            "generatedFromUUID": "8a09228d-ab69-4f76-b408-5a9eed8e2a07"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "37abd243-15c0-4212-b849-dd88ebcdfe1d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YTIyM2UzNDg2NWVkODg4MDY1MWQ2OTc5YjFjMjcwOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0934e84c-ec97-4d6e-9488-f1c02f95c736"
    }
  ],
  "workloadContext": "Production"
}
2023-10-06T14:52:42.855Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-10-06T14:52:42.855Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fa230a2d-48bb-4545-9b49-2b56451cbaa4 ASDC
2023-10-06T14:52:42.856Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1e83370e-72e0-466a-8572-c35f0509114c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:fa230a2d-48bb-4545-9b49-2b56451cbaa4
ServiceInvariantUUID:d00c4eb0-3a96-4088-b292-12ce7a40d5b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:0934e84c-ec97-4d6e-9488-f1c02f95c736
ArtifactChecksum:YTIyM2UzNDg2NWVkODg4MDY1MWQ2OTc5YjFjMjcwOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b4158b39-327c-4214-bc07-358a8823eda7
ResourceInvariantUUID:fe9381d8-0258-4112-a2c3-400b30a33bc5
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:00d812a7-443c-48df-9c5b-473f75c914b0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:05a8dff3-8f6b-4b1d-acc9-1982e8d1507a
ArtifactChecksum:NjJkYWFiNDhiMGUzMDIwNGRjNjRhZmY4ZGMwZGJkY2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:8a09228d-ab69-4f76-b408-5a9eed8e2a07
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:37abd243-15c0-4212-b849-dd88ebcdfe1d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:37abd243-15c0-4212-b849-dd88ebcdfe1d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-10-06T14:52:42.856Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa230a2d-48bb-4545-9b49-2b56451cbaa4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-10-06T14:52:43.028Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T14:52:43.029Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-10-06T14:52:43.029Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-10-06T14:52:43.029Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0934e84c-ec97-4d6e-9488-f1c02f95c736 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-10-06T14:52:43.029Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-10-06T14:52:43.030Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-10-06T14:52:43.137Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-10-06T14:52:43.138Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0934e84c-ec97-4d6e-9488-f1c02f95c736 75156
2023-10-06T14:52:43.138Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-10-06T14:52:43.138Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-10-06T14:52:43.139Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:52:43.139Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:43.139Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:43.139Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603963138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:44.140Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T14:52:44.140Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-10-06T14:52:44.141Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0934e84c-ec97-4d6e-9488-f1c02f95c736, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-10-06T14:52:44.141Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-10-06T14:52:44.142Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-10-06T14:52:44.142Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-10-06T14:52:44.425Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14450265130055252882/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-10-06T14:52:45.787Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-10-06T14:52:45.787Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-10-06T14:52:45.788Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-10-06T14:52:45.788Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-10-06T14:52:45.788Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-10-06T14:52:45.788Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-10-06T14:52:45.788Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-10-06T14:52:45.789Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-10-06T14:52:45.789Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-10-06T14:52:45.789Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-10-06T14:52:45.789Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-10-06T14:52:45.789Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-10-06T14:52:45.790Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:45.790Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:52:45.790Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-10-06T14:52:45.790Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-10-06T14:52:45.791Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T14:52:45.791Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:45.791Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:52:45.792Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-10-06T14:52:45.792Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-10-06T14:52:45.792Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T14:52:45.792Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:45.793Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:52:45.793Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:45.793Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-10-06T14:52:45.793Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-10-06T14:52:45.793Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-10-06T14:52:45.794Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-10-06T14:52:45.794Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-10-06T14:52:45.794Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-10-06T14:52:45.794Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:45.795Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-10-06T14:52:45.795Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:45.795Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-10-06T14:52:45.795Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:52:45.796Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:45.796Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-10-06T14:52:45.796Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:52:45.796Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:45.797Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-10-06T14:52:45.797Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:52:45.797Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:45.797Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-10-06T14:52:45.797Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-10-06T14:52:45.798Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-10-06T14:52:45.798Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=df3840ca-8229-47f0-a6dc-520b769b9bf9
2023-10-06T14:52:45.798Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:45.798Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:52:45.798Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:45.799Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:52:45.799Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:45.799Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:52:45.799Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:45.799Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:52:45.800Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:fa230a2d-48bb-4545-9b49-2b56451cbaa4
Model Version:NULL
Model InvariantUuid:d00c4eb0-3a96-4088-b292-12ce7a40d5b5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:965dd912-f04e-4af1-9fd9-38a31f129d0d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fe9381d8-0258-4112-a2c3-400b30a33bc5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b4158b39-327c-4214-bc07-358a8823eda7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c962a664-87e9-4bf5-9eb4-8b4a3715af39
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c7c13051-6b3a-4983-a2b3-5d5adde3925c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:df3840ca-8229-47f0-a6dc-520b769b9bf9
ModelInvariantUuid:45ef1f00-35cb-4ec7-9a74-1523922bbf0b
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:3ffa8ace-3bc5-48c5-b20a-9378d7ba7d9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:83ad8b24-f8f2-4583-83c5-b0d501c601d4
ModelInvariantUuid:591f985b-fc82-4f2f-90e6-9f075c02ee0c
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2f9a90ff-5f21-41bb-80e0-c8793575138c
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-10-06T14:52:45.856Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 00d812a7-443c-48df-9c5b-473f75c914b0
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-10-06T14:52:45.863Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||basic_vm 0
2023-10-06T14:52:45.863Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 00d812a7-443c-48df-9c5b-473f75c914b0
2023-10-06T14:52:45.864Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 05a8dff3-8f6b-4b1d-acc9-1982e8d1507a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-10-06T14:52:45.864Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-10-06T14:52:45.864Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-10-06T14:52:45.964Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-10-06T14:52:45.965Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 05a8dff3-8f6b-4b1d-acc9-1982e8d1507a 787
2023-10-06T14:52:45.965Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-10-06T14:52:45.965Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-10-06T14:52:45.966Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:52:45.966Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:45.966Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:45.966Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603965965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:46.967Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c962a664-87e9-4bf5-9eb4-8b4a3715af39",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c7c13051-6b3a-4983-a2b3-5d5adde3925c",
    "vfModuleModelCustomizationUUID": "0edb838a-f1ea-4aa6-b204-54466a8abd4c",
    "isBase": true,
    "artifacts": [
      "8a09228d-ab69-4f76-b408-5a9eed8e2a07",
      "37abd243-15c0-4212-b849-dd88ebcdfe1d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-10-06T14:52:46.973Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7c13051-6b3a-4983-a2b3-5d5adde3925c
VfModuleModelInvariantUUID:c962a664-87e9-4bf5-9eb4-8b4a3715af39
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a09228d-ab69-4f76-b408-5a9eed8e2a07
,
37abd243-15c0-4212-b849-dd88ebcdfe1d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-10-06T14:52:46.975Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c962a664-87e9-4bf5-9eb4-8b4a3715af39",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c7c13051-6b3a-4983-a2b3-5d5adde3925c",
    "vfModuleModelCustomizationUUID": "0edb838a-f1ea-4aa6-b204-54466a8abd4c",
    "isBase": true,
    "artifacts": [
      "8a09228d-ab69-4f76-b408-5a9eed8e2a07",
      "37abd243-15c0-4212-b849-dd88ebcdfe1d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-10-06T14:52:46.976Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c7c13051-6b3a-4983-a2b3-5d5adde3925c
VfModuleModelInvariantUUID:c962a664-87e9-4bf5-9eb4-8b4a3715af39
VfModuleModelDescription:NULL
Artifacts UUID List:{
8a09228d-ab69-4f76-b408-5a9eed8e2a07
,
37abd243-15c0-4212-b849-dd88ebcdfe1d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-10-06T14:52:46.976Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a09228d-ab69-4f76-b408-5a9eed8e2a07 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-10-06T14:52:46.976Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-10-06T14:52:46.976Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-10-06T14:52:47.077Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-10-06T14:52:47.078Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8a09228d-ab69-4f76-b408-5a9eed8e2a07 5033
2023-10-06T14:52:47.078Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-10-06T14:52:47.078Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-10-06T14:52:47.078Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:52:47.078Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:47.079Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:47.079Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603967078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:48.079Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 37abd243-15c0-4212-b849-dd88ebcdfe1d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-10-06T14:52:48.080Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-10-06T14:52:48.080Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-10-06T14:52:48.180Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-10-06T14:52:48.181Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 37abd243-15c0-4212-b849-dd88ebcdfe1d 903
2023-10-06T14:52:48.181Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-10-06T14:52:48.181Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-10-06T14:52:48.181Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:52:48.182Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:48.182Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:48.182Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603968181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:49.183Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fa230a2d-48bb-4545-9b49-2b56451cbaa4
2023-10-06T14:52:49.184Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 00d812a7-443c-48df-9c5b-473f75c914b0 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-10-06T14:52:49.207Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3de05480, org.onap.sdc.toscaparser.api.parameters.Input@1dfa1b55, org.onap.sdc.toscaparser.api.parameters.Input@1fdeb45f, org.onap.sdc.toscaparser.api.parameters.Input@7d4084a5, org.onap.sdc.toscaparser.api.parameters.Input@423b9bd9]
2023-10-06T14:52:49.209Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:49.209Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:52:49.210Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-10-06T14:52:49.210Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b4158b39-327c-4214-bc07-358a8823eda7
2023-10-06T14:52:49.211Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b4158b39-327c-4214-bc07-358a8823eda7 matches Tosca VF Customization UUID: b4158b39-327c-4214-bc07-358a8823eda7
2023-10-06T14:52:49.211Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b4158b39-327c-4214-bc07-358a8823eda7  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-10-06T14:52:49.216Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:49.216Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:52:49.218Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b4158b39-327c-4214-bc07-358a8823eda7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-10-06T14:52:49.218Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2275131
2023-10-06T14:52:49.219Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:49.220Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-10-06T14:52:49.220Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0edb838a-f1ea-4aa6-b204-54466a8abd4c
2023-10-06T14:52:49.221Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0edb838a-f1ea-4aa6-b204-54466a8abd4c
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-10-06T14:52:49.226Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:49.227Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-10-06T14:52:49.227Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:52:49.227Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:49.228Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-10-06T14:52:49.228Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:52:49.228Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:49.228Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-10-06T14:52:49.229Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-10-06T14:52:49.229Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-10-06T14:52:49.229Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=df3840ca-8229-47f0-a6dc-520b769b9bf9
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-10-06T14:52:49.235Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:49.236Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-10-06T14:52:49.236Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-10-06T14:52:49.236Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:49.237Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-10-06T14:52:49.237Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b4158b39-327c-4214-bc07-358a8823eda7
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-10-06T14:52:49.241Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:49.242Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:52:49.242Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid fa230a2d-48bb-4545-9b49-2b56451cbaa4: basic_vm
2023-10-06T14:52:49.242Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:49.243Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:52:49.243Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:49.244Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:52:49.244Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:49.244Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:52:49.244Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:49.245Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:52:49.245Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:52:49.245Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:52:49.246Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-10-06T14:52:49.518Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 00d812a7-443c-48df-9c5b-473f75c914b0 1 ASDC deployResourceStructure
2023-10-06T14:52:49.519Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-10-06T14:52:49.519Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-10-06T14:52:49.519Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:52:49.519Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:49.519Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:49.519Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603969519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:50.520Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-10-06T14:52:50.520Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-10-06T14:52:50.520Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:52:50.521Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:50.521Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:50.521Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603970520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:51.522Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-10-06T14:52:51.522Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-10-06T14:52:51.522Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:52:51.523Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:51.523Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:51.523Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603971522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:52.524Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-10-06T14:52:52.524Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-10-06T14:52:52.524Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:52:52.525Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:52:52.525Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:52:52.526Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603972524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:52.770Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:52:52.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603852809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:52:52.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603853167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-10-06T14:52:52.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603854062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2023-10-06T14:52:52.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603855064,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T14:52:52.786Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1e83370e-72e0-466a-8572-c35f0509114c
2023-10-06T14:52:52.786Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e83370e-72e0-466a-8572-c35f0509114c 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-10-06T14:52:52.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.807Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603859182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:52:52.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.807Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603860201,
  "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-10-06T14:52:52.821Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e83370e-72e0-466a-8572-c35f0509114c
2023-10-06T14:52:52.821Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e83370e-72e0-466a-8572-c35f0509114c 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-10-06T14:52:52.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.844Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603873233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.844Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603854170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603851806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603875557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603873233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.846Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603854170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.846Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603851806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.847Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603875557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.847Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603873233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.847Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603854170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.848Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603851806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.848Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603875557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.849Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603873233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.849Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603854170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.850Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603851806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.850Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603875557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.850Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603873233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.851Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603854170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.851Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603875557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.852Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603851806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.852Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603873233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.852Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603854170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.853Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603851806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.853Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603875557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.854Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603873233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.854Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603854170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.854Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603851806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.855Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603875557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:52:52.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.855Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603873233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:52:52.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.856Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696603854170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:52:52.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.856Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603875557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:52:52.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.857Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603851806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:52:52.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.857Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603887459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:52:52.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.858Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603887613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:52:52.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.858Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603887637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:52:52.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.858Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603888622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:52:52.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.859Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696603889672,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-10-06T14:52:52.884Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 965f3cd3-36b3-44f4-9500-9ecb0d01dfec
2023-10-06T14:52:52.885Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 965f3cd3-36b3-44f4-9500-9ecb0d01dfec 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-10-06T14:52:52.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.907Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603890429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "DEPLOY_ERROR"
}
2023-10-06T14:52:52.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "aai-model-loader",
  "timestamp": 1696603891431,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T14:52:52.916Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 965f3cd3-36b3-44f4-9500-9ecb0d01dfec
2023-10-06T14:52:52.916Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 965f3cd3-36b3-44f4-9500-9ecb0d01dfec 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-10-06T14:52:52.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.932Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603892251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:52:52.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:52:52.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:52:52.933Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696603893253,
  "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-10-06T14:52:52.943Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 965f3cd3-36b3-44f4-9500-9ecb0d01dfec
2023-10-06T14:52:52.943Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 965f3cd3-36b3-44f4-9500-9ecb0d01dfec 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-10-06T14:52:53.527Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e83370e-72e0-466a-8572-c35f0509114c
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-10-06T14:52:53.540Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e83370e-72e0-466a-8572-c35f0509114c
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-10-06T14:52:53.543Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:52:53.543Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-10-06T14:52:53.543Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-10-06T14:52:53.543Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-10-06T14:52:53.543Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-10-06T14:52:53.544Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T14:52:53.550Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-10-06T14:53:23.550Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e83370e-72e0-466a-8572-c35f0509114c 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-10-06T14:53:23.558Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e83370e-72e0-466a-8572-c35f0509114c and serviceModelVersionId: fa230a2d-48bb-4545-9b49-2b56451cbaa4
2023-10-06T14:53:23.558Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d00c4eb0-3a96-4088-b292-12ce7a40d5b5
2023-10-06T14:53:23.559Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4?depth=0
2023-10-06T14:53:23.565Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-10-06T14:53:23.624Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4?depth=0|INFO|500||Invoke
2023-10-06T14:53:23.624Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1e83370e-72e0-466a-8572-c35f0509114c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[21406aed-2e60-4266-9980-4a09fd93283d], X-ECOMP-RequestID=[1e83370e-72e0-466a-8572-c35f0509114c], X-TransactionId=[], X-ONAP-RequestID=[1e83370e-72e0-466a-8572-c35f0509114c], Content-Type=[application/merge-patch+json]}
2023-10-06T14:53:23.630Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-10-06T14:53:23.666Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4?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/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4?depth=0 has http status code:404 and response headers:{date=[Fri, 06 Oct 2023 14:53:23 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[32], x-aai-txid=[0-aai-resources-231006-14:53:23:838-55385], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-10-06T14:53:23.668Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4","ERR.5.4.6114"]}}}

2023-10-06T14:53:23.669Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4?depth=0|INFO|404|Not Found|InvokeReturn
2023-10-06T14:53:23.676Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1e83370e-72e0-466a-8572-c35f0509114c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4) (ec=ERR.5.4.6114)
2023-10-06T14:53:23.677Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1e83370e-72e0-466a-8572-c35f0509114c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-10-06T14:53:23.677Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1e83370e-72e0-466a-8572-c35f0509114c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4) (ec=ERR.5.4.6114)
2023-10-06T14:53:23.677Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1e83370e-72e0-466a-8572-c35f0509114c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4) (ec=ERR.5.4.6114)
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-10-06T14:53:23.684Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||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-10-06T14:53:23.684Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e83370e-72e0-466a-8572-c35f0509114c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1e83370e-72e0-466a-8572-c35f0509114c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4) (ec=ERR.5.4.6114)
2023-10-06T14:53:23.684Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-10-06T14:53:23.685Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:53:23.685Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:53:23.685Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604003684,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1e83370e-72e0-466a-8572-c35f0509114c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4) (ec\u003dERR.5.4.6114)"
} 
 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-10-06T14:53:24.795Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-10-06T14:53:24.795Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"965f3cd3-36b3-44f4-9500-9ecb0d01dfec","serviceName":"Demo_pNF_yiVQvumMiivj8bacQl8B","serviceVersion":"1.0","serviceUUID":"a55be4ad-c8f2-45ef-bc42-6a82ff69db33","serviceDescription":"catalog service description","serviceInvariantUUID":"e47ffa31-e87a-46e7-acbe-13eeec462e77","resources":[{"resourceInstanceName":"pNF 85dbfa30-18e4 0","resourceName":"pNF 85dbfa30-18e4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4abac7b-bfae-4a2c-a883-1486fb9e248f","resourceInvariantUUID":"3c9a8779-e49a-4290-a42d-b63df42223bc","resourceCustomizationUUID":"e0e8a356-0e5b-4db3-9518-9c5eb2516577","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/vf-license-model.xml","artifactChecksum":"MmI4ZGYxMzlhMWFhOGU0MTA3NWM0MmQ1NTZjNTA1ODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ef3d996-b5dd-40b7-9348-307523130e87","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/pNF.csar","artifactChecksum":"ODM4YWEwYmZkZjYwNDZhYWFlNzJkYWNjYzczYzE4MWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2593295d-7f87-4348-9c22-2ca71e1f791b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c06bacc9-6a90-4ba0-bc66-ce7d2095d7fd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/vendor-license-model.xml","artifactChecksum":"Yjc3ODI4ZTA2NGIyMDdiZjNlOTk0NjMxOWEyZmM4ZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7eaaebe6-a794-4556-b9a1-8fb47914d481","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4aaffdcd-83ac-4eff-bfc4-41811e1f8c11","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1950953-67af-4f41-9db3-6f4c4ada1001","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYivqvummiivj8bacql8b-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-template.yml","artifactChecksum":"Yzc1OWFkZDMyNWI2MzhmODdlY2E4ZjA0OTIxYWQ2MzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93124b65-bb83-4b13-8698-23063c46c191","artifactVersion":"1"},{"artifactName":"service-DemoPnfYivqvummiivj8bacql8b-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar","artifactChecksum":"ZTA1NzY5NGUxZmRkYWE2ZDhlYjk1M2Q2YjJiYmM0MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab59b7a4-956f-4281-9049-51e3fdba4da0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-10-06T14:53:24.796Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:53:24.796Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:53:24.796Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:53:24.796Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:53:25.797Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:53:25.798Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:53:25.798Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:53:25.798Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:53:26.799Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:53:26.800Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:53:26.800Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:53:26.800Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:53:27.802Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:53:27.802Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:53:27.802Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:53:27.803Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:53:28.803Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:53:28.804Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:53:28.804Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:53:28.804Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:53:29.805Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:53:29.805Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:53:29.806Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:53:29.806Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:53:30.807Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:53:30.807Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:53:30.807Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:53:30.807Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:53:31.808Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T14:53:31.809Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:53:31.809Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:53:31.809Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:53:32.810Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "serviceName": "Demo_pNF_yiVQvumMiivj8bacQl8B",
  "serviceVersion": "1.0",
  "serviceUUID": "a55be4ad-c8f2-45ef-bc42-6a82ff69db33",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e47ffa31-e87a-46e7-acbe-13eeec462e77",
  "resources": [
    {
      "resourceInstanceName": "pNF 85dbfa30-18e4 0",
      "resourceCustomizationUUID": "e0e8a356-0e5b-4db3-9518-9c5eb2516577",
      "resourceName": "pNF 85dbfa30-18e4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4abac7b-bfae-4a2c-a883-1486fb9e248f",
      "resourceInvariantUUID": "3c9a8779-e49a-4290-a42d-b63df42223bc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
      "artifactChecksum": "ZTA1NzY5NGUxZmRkYWE2ZDhlYjk1M2Q2YjJiYmM0MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ab59b7a4-956f-4281-9049-51e3fdba4da0"
    }
  ],
  "workloadContext": "Production"
}
2023-10-06T14:53:32.810Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-10-06T14:53:32.810Z|1e83370e-72e0-466a-8572-c35f0509114c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a55be4ad-c8f2-45ef-bc42-6a82ff69db33 ASDC
2023-10-06T14:53:32.811Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:965f3cd3-36b3-44f4-9500-9ecb0d01dfec
ServiceName:Demo_pNF_yiVQvumMiivj8bacQl8B
ServiceVersion:1.0
ServiceUUID:a55be4ad-c8f2-45ef-bc42-6a82ff69db33
ServiceInvariantUUID:e47ffa31-e87a-46e7-acbe-13eeec462e77
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYivqvummiivj8bacql8b-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar
ArtifactUUID:ab59b7a4-956f-4281-9049-51e3fdba4da0
ArtifactChecksum:ZTA1NzY5NGUxZmRkYWE2ZDhlYjk1M2Q2YjJiYmM0MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 85dbfa30-18e4 0
ResourceCustomizationUUID:e0e8a356-0e5b-4db3-9518-9c5eb2516577
ResourceInvariantUUID:3c9a8779-e49a-4290-a42d-b63df42223bc
ResourceName:pNF 85dbfa30-18e4
ResourceType:PNF
ResourceUUID:e4abac7b-bfae-4a2c-a883-1486fb9e248f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-10-06T14:53:32.811Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a55be4ad-c8f2-45ef-bc42-6a82ff69db33 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-10-06T14:53:32.885Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T14:53:32.886Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-10-06T14:53:32.886Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-10-06T14:53:32.886Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ab59b7a4-956f-4281-9049-51e3fdba4da0 from URL: /sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:32.886Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-10-06T14:53:32.887Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:32.972Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-10-06T14:53:32.973Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar ab59b7a4-956f-4281-9049-51e3fdba4da0 87983
2023-10-06T14:53:32.973Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar ASDC sendASDCNotification
2023-10-06T14:53:32.974Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:32.974Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T14:53:32.974Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:53:32.974Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:53:32.974Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604012973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:53:33.975Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T14:53:33.976Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-10-06T14:53:33.976Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ab59b7a4-956f-4281-9049-51e3fdba4da0, URL: /sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar to file: /app/ASDC/1/service-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:33.976Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:33.977Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:33.977Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:34.113Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12345990690872093151/Definitions/service-DemoPnfYivqvummiivj8bacql8b-template.yml
2023-10-06T14:53:34.945Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-10-06T14:53:34.946Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-10-06T14:53:34.946Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:34.946Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-10-06T14:53:34.946Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 85dbfa30-18e4 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:34.946Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:34.946Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:34.946Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:34.947Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||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-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:34.947Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||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-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:34.947Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||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-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:34.947Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-10-06T14:53:34.947Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:53:34.948Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_yiVQvumMiivj8bacQl8B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:53:34.948Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Node template pNF 85dbfa30-18e4 0 is matching search criteria
2023-10-06T14:53:34.948Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-10-06T14:53:34.948Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 85dbfa30-18e4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T14:53:34.949Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:53:34.949Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_yiVQvumMiivj8bacQl8B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:53:34.949Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Node template pNF 85dbfa30-18e4 0 is matching search criteria
2023-10-06T14:53:34.949Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-10-06T14:53:34.949Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 85dbfa30-18e4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T14:53:34.950Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:53:34.950Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_yiVQvumMiivj8bacQl8B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:53:34.950Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:53:34.950Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_yiVQvumMiivj8bacQl8B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:53:34.951Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:53:34.951Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_yiVQvumMiivj8bacQl8B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:53:34.951Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:53:34.951Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_yiVQvumMiivj8bacQl8B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:53:34.951Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:53:34.952Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_yiVQvumMiivj8bacQl8B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:53:34.952Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_yiVQvumMiivj8bacQl8B
Description:catalog service description
Model UUID:a55be4ad-c8f2-45ef-bc42-6a82ff69db33
Model Version:NULL
Model InvariantUuid:e47ffa31-e87a-46e7-acbe-13eeec462e77
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-10-06T14:53:34.960Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: e4abac7b-bfae-4a2c-a883-1486fb9e248f
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-10-06T14:53:34.963Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||pNF 85dbfa30-18e4 0
2023-10-06T14:53:34.964Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e4abac7b-bfae-4a2c-a883-1486fb9e248f
2023-10-06T14:53:34.964Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||No resources found for Service: a55be4ad-c8f2-45ef-bc42-6a82ff69db33
2023-10-06T14:53:34.964Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a55be4ad-c8f2-45ef-bc42-6a82ff69db33
2023-10-06T14:53:34.964Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 85dbfa30-18e4 0 e4abac7b-bfae-4a2c-a883-1486fb9e248f ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-10-06T14:53:34.969Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f13ca2b, org.onap.sdc.toscaparser.api.parameters.Input@26fbdd8b, org.onap.sdc.toscaparser.api.parameters.Input@10567ae, org.onap.sdc.toscaparser.api.parameters.Input@4952881e, org.onap.sdc.toscaparser.api.parameters.Input@8d1518d]
2023-10-06T14:53:34.970Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:53:34.970Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_yiVQvumMiivj8bacQl8B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:53:34.970Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a55be4ad-c8f2-45ef-bc42-6a82ff69db33: pNF 85dbfa30-18e4
2023-10-06T14:53:34.971Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Processing PNF resource: e4abac7b-bfae-4a2c-a883-1486fb9e248f
2023-10-06T14:53:34.971Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T14:53:34.971Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_yiVQvumMiivj8bacQl8B is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T14:53:34.971Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Resource customization UUID: e0e8a356-0e5b-4db3-9518-9c5eb2516577 is the same as notified resource customizationUUID: e0e8a356-0e5b-4db3-9518-9c5eb2516577
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-10-06T14:53:35.077Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 85dbfa30-18e4 e4abac7b-bfae-4a2c-a883-1486fb9e248f 0 ASDC deployResourceStructure
2023-10-06T14:53:35.078Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar ASDC sendASDCNotification
2023-10-06T14:53:35.078Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar
2023-10-06T14:53:35.078Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T14:53:35.079Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:53:35.079Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:53:35.079Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604015077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:53:36.080Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 965f3cd3-36b3-44f4-9500-9ecb0d01dfec
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-10-06T14:53:36.092Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 965f3cd3-36b3-44f4-9500-9ecb0d01dfec
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-10-06T14:53:36.094Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T14:53:36.094Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-10-06T14:53:36.095Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-10-06T14:53:36.095Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-10-06T14:53:36.095Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-10-06T14:53:36.095Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T14:53:36.101Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-10-06T14:53:52.770Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:53:52.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "27b2c1b1-8b0e-4bb3-a252-5931dbe99037",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603954801,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d27b2c1b1-8b0e-4bb3-a252-5931dbe99037 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cc3c5d62-5613-4158-8deb-cca330b3234a/model-vers/model-ver/42b77a7c-4086-457a-b04c-33738b96fca1) (ec\u003dERR.5.4.6114)"
}
2023-10-06T14:53:52.772Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:53:52.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.772Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:53:52.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:53:52.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-10-06T14:53:52.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:53:52.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-10-06T14:53:52.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:53:52.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:53:52.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:53:52.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.774Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-10-06T14:53:52.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:53:52.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.775Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:53:52.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:53:52.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.775Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:53:52.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:53:52.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.776Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603963138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:53:52.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:53:52.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.776Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603965965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:53:52.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:53:52.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603967078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:53:52.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:53:52.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603968181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:53:52.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:53:52.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603969519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-10-06T14:53:52.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:53:52.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.778Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603970520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-10-06T14:53:52.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:53:52.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.778Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603971522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-10-06T14:53:52.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:53:52.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:53:52.779Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603972524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:53:52.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:54:06.101Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 965f3cd3-36b3-44f4-9500-9ecb0d01dfec 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-10-06T14:54:06.114Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 965f3cd3-36b3-44f4-9500-9ecb0d01dfec and serviceModelVersionId: a55be4ad-c8f2-45ef-bc42-6a82ff69db33
2023-10-06T14:54:06.115Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e47ffa31-e87a-46e7-acbe-13eeec462e77
2023-10-06T14:54:06.116Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33?depth=0
2023-10-06T14:54:06.121Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-10-06T14:54:06.187Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33?depth=0|INFO|500||Invoke
2023-10-06T14:54:06.188Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[965f3cd3-36b3-44f4-9500-9ecb0d01dfec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[810add24-8283-414d-954f-643a72c1dfb6], X-ECOMP-RequestID=[965f3cd3-36b3-44f4-9500-9ecb0d01dfec], X-TransactionId=[], X-ONAP-RequestID=[965f3cd3-36b3-44f4-9500-9ecb0d01dfec], Content-Type=[application/merge-patch+json]}
2023-10-06T14:54:06.195Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-10-06T14:54:06.233Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33?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/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33?depth=0 has http status code:404 and response headers:{date=[Fri, 06 Oct 2023 14:54:06 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[35], x-aai-txid=[2-aai-resources-231006-14:54:06:407-52214], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-10-06T14:54:06.235Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33","ERR.5.4.6114"]}}}

2023-10-06T14:54:06.235Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33?depth=0|INFO|404|Not Found|InvokeReturn
2023-10-06T14:54:06.243Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=965f3cd3-36b3-44f4-9500-9ecb0d01dfec Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33) (ec=ERR.5.4.6114)
2023-10-06T14:54:06.243Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=965f3cd3-36b3-44f4-9500-9ecb0d01dfec Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-10-06T14:54:06.243Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=965f3cd3-36b3-44f4-9500-9ecb0d01dfec Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33) (ec=ERR.5.4.6114)
2023-10-06T14:54:06.244Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=965f3cd3-36b3-44f4-9500-9ecb0d01dfec Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33) (ec=ERR.5.4.6114)
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-10-06T14:54:06.250Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||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-10-06T14:54:06.250Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 965f3cd3-36b3-44f4-9500-9ecb0d01dfec and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=965f3cd3-36b3-44f4-9500-9ecb0d01dfec Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33) (ec=ERR.5.4.6114)
2023-10-06T14:54:06.251Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-10-06T14:54:06.251Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-10-06T14:54:06.251Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T14:54:06.251Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604046250,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d965f3cd3-36b3-44f4-9500-9ecb0d01dfec Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33) (ec\u003dERR.5.4.6114)"
} 
 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-10-06T14:54:07.325Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:54:52.770Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:54:52.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:54:52.773Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e83370e-72e0-466a-8572-c35f0509114c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604003684,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1e83370e-72e0-466a-8572-c35f0509114c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d00c4eb0-3a96-4088-b292-12ce7a40d5b5/model-vers/model-ver/fa230a2d-48bb-4545-9b49-2b56451cbaa4) (ec\u003dERR.5.4.6114)"
}
2023-10-06T14:54:52.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:54:52.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:54:52.775Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:54:52.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:54:52.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:54:52.776Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:54:52.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:54:52.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:54:52.776Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:54:52.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:54:52.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:54:52.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:54:52.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:54:52.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:54:52.778Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:54:52.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:54:52.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:54:52.778Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/resourceInstances/pnf85dbfa3018e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:54:52.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:54:52.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:54:52.779Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T14:54:52.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:54:52.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:54:52.779Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696603955825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T14:54:52.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:54:52.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:54:52.780Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604012973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T14:54:52.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:54:52.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T14:54:52.781Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604015077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYivqvummiivj8bacql8b/1.0/artifacts/service-DemoPnfYivqvummiivj8bacql8b-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T14:54:52.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:55:07.325Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:55:52.770Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:55:52.773Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T14:55:52.773Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "965f3cd3-36b3-44f4-9500-9ecb0d01dfec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604046250,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d965f3cd3-36b3-44f4-9500-9ecb0d01dfec Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e47ffa31-e87a-46e7-acbe-13eeec462e77/model-vers/model-ver/a55be4ad-c8f2-45ef-bc42-6a82ff69db33) (ec\u003dERR.5.4.6114)"
}
2023-10-06T14:55:52.775Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T14:56:07.326Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:56:52.770Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:57:07.328Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:57:52.771Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:58:07.328Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:58:52.774Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T14:59:07.330Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T14:59:52.774Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:00:07.332Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:00:52.776Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:01:07.334Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:01:37.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:01:37.361Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"901bb0f1-0120-4f97-bd59-2623ff1f8f2b","serviceName":"Demo_pNF_L406wYAiEpIMzsX8hFlQ","serviceVersion":"1.0","serviceUUID":"d0833693-171f-4b95-9725-546be3f72fa5","serviceDescription":"catalog service description","serviceInvariantUUID":"05c255d6-cc2f-4621-97bb-b037eda55e87","resources":[{"resourceInstanceName":"pNF f9273e78-aa12 0","resourceName":"pNF f9273e78-aa12","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5e5f7666-18fc-4326-b557-93a5d8e64871","resourceInvariantUUID":"8da7475e-b314-40fd-8673-121f3c5bc7c5","resourceCustomizationUUID":"a15e2a6e-56fd-4cf0-ab4b-249771fd3955","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/vf-license-model.xml","artifactChecksum":"MDBkYmY0Mjk2MmZmMmIyMmM2OTg0MmMyYjBkMTQwYjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d177eac-eb7a-464b-8165-cfcc23bcf1a1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/pNF.csar","artifactChecksum":"ODM4YWEwYmZkZjYwNDZhYWFlNzJkYWNjYzczYzE4MWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2303ef0-1c16-4ad2-92fa-e26d29b9fb45","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd9823db-0abc-4fc8-933d-de4287be5555","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/vendor-license-model.xml","artifactChecksum":"OTAxMjMzZjllNjZlYzM4ZjBmOTAwMTg5MzVhZmJiZmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ade044ba-b644-49ca-868a-a3149d90ee3f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e43fb272-e8e3-4b4b-ab64-14eafcc98352","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e28e6b9d-c166-4ee2-aef2-cdff27a5df64","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfL406wyaiepimzsx8hflq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-template.yml","artifactChecksum":"ZDlkODQ0MGFiNmE1NzJjY2JiMjkyNjA4OTc5ODI4YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab92eef9-3305-42c6-82b4-9b23962b96a7","artifactVersion":"1"},{"artifactName":"service-DemoPnfL406wyaiepimzsx8hflq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar","artifactChecksum":"MGY4ODU5NmMwYmQyMGQwMGE4Mzc2ZDM3YWM5ZjY4Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83548552-4809-4458-b887-487199dd334d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-10-06T15:01:37.366Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:01:37.367Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:01:37.367Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:01:37.367Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:01:37.384Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:01:37.385Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:01:37.385Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:01:38.372Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:01:38.372Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:01:38.372Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:01:38.372Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:01:39.374Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:01:39.375Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:01:39.375Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:01:39.375Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:01:40.376Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:01:40.377Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:01:40.377Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:01:40.377Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:01:41.379Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:01:41.379Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:01:41.379Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:01:41.380Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:01:42.381Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:01:42.382Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:01:42.382Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:01:42.382Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:01:43.384Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:01:43.384Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:01:43.384Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:01:43.384Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:01:44.386Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:01:44.386Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:01:44.386Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:01:44.387Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:01:45.389Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "serviceName": "Demo_pNF_L406wYAiEpIMzsX8hFlQ",
  "serviceVersion": "1.0",
  "serviceUUID": "d0833693-171f-4b95-9725-546be3f72fa5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "05c255d6-cc2f-4621-97bb-b037eda55e87",
  "resources": [
    {
      "resourceInstanceName": "pNF f9273e78-aa12 0",
      "resourceCustomizationUUID": "a15e2a6e-56fd-4cf0-ab4b-249771fd3955",
      "resourceName": "pNF f9273e78-aa12",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5e5f7666-18fc-4326-b557-93a5d8e64871",
      "resourceInvariantUUID": "8da7475e-b314-40fd-8673-121f3c5bc7c5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
      "artifactChecksum": "MGY4ODU5NmMwYmQyMGQwMGE4Mzc2ZDM3YWM5ZjY4Yzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "83548552-4809-4458-b887-487199dd334d"
    }
  ],
  "workloadContext": "Production"
}
2023-10-06T15:01:45.389Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-10-06T15:01:45.389Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d0833693-171f-4b95-9725-546be3f72fa5 ASDC
2023-10-06T15:01:45.390Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:901bb0f1-0120-4f97-bd59-2623ff1f8f2b
ServiceName:Demo_pNF_L406wYAiEpIMzsX8hFlQ
ServiceVersion:1.0
ServiceUUID:d0833693-171f-4b95-9725-546be3f72fa5
ServiceInvariantUUID:05c255d6-cc2f-4621-97bb-b037eda55e87
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
ArtifactUUID:83548552-4809-4458-b887-487199dd334d
ArtifactChecksum:MGY4ODU5NmMwYmQyMGQwMGE4Mzc2ZDM3YWM5ZjY4Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f9273e78-aa12 0
ResourceCustomizationUUID:a15e2a6e-56fd-4cf0-ab4b-249771fd3955
ResourceInvariantUUID:8da7475e-b314-40fd-8673-121f3c5bc7c5
ResourceName:pNF f9273e78-aa12
ResourceType:PNF
ResourceUUID:5e5f7666-18fc-4326-b557-93a5d8e64871
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-10-06T15:01:45.390Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0833693-171f-4b95-9725-546be3f72fa5 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-10-06T15:01:45.795Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T15:01:45.798Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-10-06T15:01:45.798Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-10-06T15:01:45.798Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 83548552-4809-4458-b887-487199dd334d from URL: /sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:45.799Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-10-06T15:01:45.799Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:45.942Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-10-06T15:01:45.943Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar 83548552-4809-4458-b887-487199dd334d 88001
2023-10-06T15:01:45.944Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar ASDC sendASDCNotification
2023-10-06T15:01:45.944Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:45.944Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T15:01:45.944Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:01:45.944Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:01:45.944Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604505943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:01:46.946Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T15:01:46.947Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-10-06T15:01:46.947Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 83548552-4809-4458-b887-487199dd334d, URL: /sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar to file: /app/ASDC/1/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:46.948Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:46.949Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:46.949Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:47.127Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11917309753186190005/Definitions/service-DemoPnfL406wyaiepimzsx8hflq-template.yml
2023-10-06T15:01:48.067Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-10-06T15:01:48.068Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-10-06T15:01:48.068Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:48.068Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-10-06T15:01:48.068Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f9273e78-aa12 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:48.069Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:48.069Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:48.069Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:48.069Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:48.069Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:48.069Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:48.070Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-10-06T15:01:48.070Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:01:48.070Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L406wYAiEpIMzsX8hFlQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:01:48.071Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Node template pNF f9273e78-aa12 0 is matching search criteria
2023-10-06T15:01:48.071Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-10-06T15:01:48.071Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f9273e78-aa12 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T15:01:48.072Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:01:48.072Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L406wYAiEpIMzsX8hFlQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:01:48.072Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Node template pNF f9273e78-aa12 0 is matching search criteria
2023-10-06T15:01:48.072Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-10-06T15:01:48.072Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f9273e78-aa12 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T15:01:48.073Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:01:48.073Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L406wYAiEpIMzsX8hFlQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:01:48.073Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:01:48.073Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L406wYAiEpIMzsX8hFlQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:01:48.073Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:01:48.074Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L406wYAiEpIMzsX8hFlQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:01:48.074Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:01:48.074Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L406wYAiEpIMzsX8hFlQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:01:48.075Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:01:48.075Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L406wYAiEpIMzsX8hFlQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:01:48.075Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_L406wYAiEpIMzsX8hFlQ
Description:catalog service description
Model UUID:d0833693-171f-4b95-9725-546be3f72fa5
Model Version:NULL
Model InvariantUuid:05c255d6-cc2f-4621-97bb-b037eda55e87
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-10-06T15:01:48.086Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5e5f7666-18fc-4326-b557-93a5d8e64871
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-10-06T15:01:48.096Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||pNF f9273e78-aa12 0
2023-10-06T15:01:48.096Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5e5f7666-18fc-4326-b557-93a5d8e64871
2023-10-06T15:01:48.097Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||No resources found for Service: d0833693-171f-4b95-9725-546be3f72fa5
2023-10-06T15:01:48.097Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d0833693-171f-4b95-9725-546be3f72fa5
2023-10-06T15:01:48.097Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f9273e78-aa12 0 5e5f7666-18fc-4326-b557-93a5d8e64871 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-10-06T15:01:48.113Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c1a3658, org.onap.sdc.toscaparser.api.parameters.Input@fccd5bc, org.onap.sdc.toscaparser.api.parameters.Input@2257eb79, org.onap.sdc.toscaparser.api.parameters.Input@635e51bb, org.onap.sdc.toscaparser.api.parameters.Input@2ebb037e]
2023-10-06T15:01:48.114Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:01:48.114Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L406wYAiEpIMzsX8hFlQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:01:48.115Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d0833693-171f-4b95-9725-546be3f72fa5: pNF f9273e78-aa12
2023-10-06T15:01:48.115Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Processing PNF resource: 5e5f7666-18fc-4326-b557-93a5d8e64871
2023-10-06T15:01:48.115Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:01:48.116Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_L406wYAiEpIMzsX8hFlQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:01:48.116Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Resource customization UUID: a15e2a6e-56fd-4cf0-ab4b-249771fd3955 is the same as notified resource customizationUUID: a15e2a6e-56fd-4cf0-ab4b-249771fd3955
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-10-06T15:01:48.442Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f9273e78-aa12 5e5f7666-18fc-4326-b557-93a5d8e64871 0 ASDC deployResourceStructure
2023-10-06T15:01:48.442Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar ASDC sendASDCNotification
2023-10-06T15:01:48.442Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar
2023-10-06T15:01:48.442Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T15:01:48.443Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:01:48.443Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:01:48.443Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604508442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:01:49.444Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 901bb0f1-0120-4f97-bd59-2623ff1f8f2b
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-10-06T15:01:49.457Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 901bb0f1-0120-4f97-bd59-2623ff1f8f2b
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-10-06T15:01:49.460Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T15:01:49.460Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T15:01:49.460Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T15:01:52.770Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:01:52.771Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:01:52.771Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696604487325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:01:52.772Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:19.461Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 901bb0f1-0120-4f97-bd59-2623ff1f8f2b
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-10-06T15:02:19.475Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 901bb0f1-0120-4f97-bd59-2623ff1f8f2b
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-10-06T15:02:19.477Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T15:02:19.477Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T15:02:19.477Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T15:02:49.477Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 901bb0f1-0120-4f97-bd59-2623ff1f8f2b
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-10-06T15:02:49.488Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 901bb0f1-0120-4f97-bd59-2623ff1f8f2b
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-10-06T15:02:49.491Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T15:02:49.491Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T15:02:49.491Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T15:02:52.770Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:02:52.772Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.773Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696604490746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.773Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.773Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.773Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.774Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.774Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.774Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696604487325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.774Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.774Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.774Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696604490746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.774Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.774Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.774Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.774Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.774Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.775Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696604487325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.775Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.775Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.775Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696604490746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.775Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.775Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.775Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.775Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.775Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.775Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696604487325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.776Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.776Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.776Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696604490746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.776Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.776Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.777Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.777Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.777Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.777Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696604487325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.777Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.777Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.777Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696604490746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.777Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.777Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.777Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.777Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.778Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.778Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696604487325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.778Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.778Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.778Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696604490746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.778Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.778Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.779Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696604503233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.779Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.779Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.779Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.779Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.779Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.779Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696604487325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.779Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.780Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.780Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696604490746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.780Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.780Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.780Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696604503233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.780Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.780Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.780Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604467334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T15:02:52.780Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.780Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.781Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696604487325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T15:02:52.781Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.781Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.781Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696604490746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T15:02:52.781Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.781Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.781Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696604503233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.781Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.781Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.781Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696604505562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.782Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.782Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.782Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696604505851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T15:02:52.782Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.782Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.782Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604505943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T15:02:52.782Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.782Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.782Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696604503233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.782Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.782Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.783Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696604505562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.783Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.783Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.783Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696604506868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T15:02:52.783Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.783Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.783Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696604503233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.783Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.783Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.783Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696604505562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.784Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.784Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.784Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696604507904,
  "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-10-06T15:02:52.791Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 901bb0f1-0120-4f97-bd59-2623ff1f8f2b
2023-10-06T15:02:52.792Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 901bb0f1-0120-4f97-bd59-2623ff1f8f2b 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-10-06T15:02:52.910Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.911Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696604503233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.911Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.911Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.911Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604508442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T15:02:52.912Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.912Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.912Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696604505562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.912Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.912Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.912Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696604503233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.912Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.913Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.913Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696604505562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.913Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.913Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.913Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696604503233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T15:02:52.913Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.913Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.913Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696604505562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/resourceInstances/pnff9273e78aa120/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.913Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.914Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.914Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696604511361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T15:02:52.914Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:02:52.914Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-10-06T15:02:52.914Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696604505562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:02:52.914Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:03:19.491Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 901bb0f1-0120-4f97-bd59-2623ff1f8f2b
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-10-06T15:03:19.502Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 901bb0f1-0120-4f97-bd59-2623ff1f8f2b
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-10-06T15:03:19.505Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T15:03:19.505Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T15:03:19.505Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T15:03:49.505Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 901bb0f1-0120-4f97-bd59-2623ff1f8f2b
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-10-06T15:03:49.522Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 901bb0f1-0120-4f97-bd59-2623ff1f8f2b
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-10-06T15:03:49.525Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T15:03:49.526Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T15:03:49.526Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T15:03:52.770Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:03:52.774Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-10-06T15:03:52.774Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696604505562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T15:03:52.775Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:03:52.776Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-10-06T15:03:52.776Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696604513877,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T15:03:52.776Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:03:52.777Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-10-06T15:03:52.777Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696604514248,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "DEPLOY_ERROR"
}
2023-10-06T15:03:52.778Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:03:52.778Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-10-06T15:03:52.779Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1696604515251,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T15:03:52.788Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 901bb0f1-0120-4f97-bd59-2623ff1f8f2b
2023-10-06T15:03:52.789Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 901bb0f1-0120-4f97-bd59-2623ff1f8f2b 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-10-06T15:03:52.828Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-10-06T15:03:52.828Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696604518538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL406wyaiepimzsx8hflq/1.0/artifacts/service-DemoPnfL406wyaiepimzsx8hflq-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T15:03:52.829Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:03:52.829Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-10-06T15:03:52.830Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696604519541,
  "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-10-06T15:03:52.838Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 901bb0f1-0120-4f97-bd59-2623ff1f8f2b
2023-10-06T15:03:52.838Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 901bb0f1-0120-4f97-bd59-2623ff1f8f2b 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-10-06T15:04:19.526Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 901bb0f1-0120-4f97-bd59-2623ff1f8f2b
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-10-06T15:04:19.540Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 901bb0f1-0120-4f97-bd59-2623ff1f8f2b
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-10-06T15:04:19.544Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T15:04:19.544Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-10-06T15:04:19.544Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-10-06T15:04:19.545Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-10-06T15:04:19.545Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-10-06T15:04:19.545Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T15:04:19.556Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-10-06T15:04:49.556Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 901bb0f1-0120-4f97-bd59-2623ff1f8f2b 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-10-06T15:04:49.572Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 901bb0f1-0120-4f97-bd59-2623ff1f8f2b and serviceModelVersionId: d0833693-171f-4b95-9725-546be3f72fa5
2023-10-06T15:04:49.573Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05c255d6-cc2f-4621-97bb-b037eda55e87
2023-10-06T15:04:49.574Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5?depth=0
2023-10-06T15:04:49.582Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-10-06T15:04:49.639Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5?depth=0|INFO|500||Invoke
2023-10-06T15:04:49.640Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[901bb0f1-0120-4f97-bd59-2623ff1f8f2b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2df4c4a2-8564-4884-8a58-85a41a53f23a], X-ECOMP-RequestID=[901bb0f1-0120-4f97-bd59-2623ff1f8f2b], X-TransactionId=[], X-ONAP-RequestID=[901bb0f1-0120-4f97-bd59-2623ff1f8f2b], Content-Type=[application/merge-patch+json]}
2023-10-06T15:04:49.647Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-10-06T15:04:49.709Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5?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/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5?depth=0 has http status code:404 and response headers:{date=[Fri, 06 Oct 2023 15:04:49 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[57], x-aai-txid=[2-aai-resources-231006-15:04:49:847-3833], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-10-06T15:04:49.710Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5","ERR.5.4.6114"]}}}

2023-10-06T15:04:49.711Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5?depth=0|INFO|404|Not Found|InvokeReturn
2023-10-06T15:04:49.718Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=901bb0f1-0120-4f97-bd59-2623ff1f8f2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5) (ec=ERR.5.4.6114)
2023-10-06T15:04:49.718Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=901bb0f1-0120-4f97-bd59-2623ff1f8f2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-10-06T15:04:49.718Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=901bb0f1-0120-4f97-bd59-2623ff1f8f2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5) (ec=ERR.5.4.6114)
2023-10-06T15:04:49.719Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=901bb0f1-0120-4f97-bd59-2623ff1f8f2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5) (ec=ERR.5.4.6114)
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-10-06T15:04:49.724Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-10-06T15:04:49.724Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 901bb0f1-0120-4f97-bd59-2623ff1f8f2b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=901bb0f1-0120-4f97-bd59-2623ff1f8f2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5) (ec=ERR.5.4.6114)
2023-10-06T15:04:49.724Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-10-06T15:04:49.725Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:04:49.725Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:04:49.725Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604689724,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d901bb0f1-0120-4f97-bd59-2623ff1f8f2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5) (ec\u003dERR.5.4.6114)"
} 
 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-10-06T15:04:50.807Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:04:52.770Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:04:52.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-10-06T15:04:52.778Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "901bb0f1-0120-4f97-bd59-2623ff1f8f2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604689724,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d901bb0f1-0120-4f97-bd59-2623ff1f8f2b Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/05c255d6-cc2f-4621-97bb-b037eda55e87/model-vers/model-ver/d0833693-171f-4b95-9725-546be3f72fa5) (ec\u003dERR.5.4.6114)"
}
2023-10-06T15:04:52.779Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:05:50.807Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:05:52.770Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:06:50.809Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:06:52.770Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:07:50.809Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:07:52.772Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:08:50.810Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:08:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:09:50.812Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:09:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:10:47.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-10-06T15:10:47.847Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"200e2c30-01a1-4e09-aad5-b373a8a0f446","serviceName":"Demo_pNF_Yabmmu8O8y5acYZFcYnd","serviceVersion":"1.0","serviceUUID":"881a6631-1294-484c-8cd3-17779880eaf4","serviceDescription":"catalog service description","serviceInvariantUUID":"80885eff-bc59-4c57-a37f-80ab840ac43c","resources":[{"resourceInstanceName":"pNF ab003abb-d704 0","resourceName":"pNF ab003abb-d704","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bbcaaf38-84c8-42b4-9064-8dc15c76e7b9","resourceInvariantUUID":"92ff9ddc-0bf6-4ed7-b838-04e43d4f61e7","resourceCustomizationUUID":"df40c4ca-8a71-4d15-bb46-16b626914c62","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/vf-license-model.xml","artifactChecksum":"NmJkNDQyOTllNzEwOWY0NzIwNjUyZTM2N2YyZjI0ZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c4fcbce-2036-4cd5-8aae-2b9d3c4af026","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/pNF.csar","artifactChecksum":"ODM4YWEwYmZkZjYwNDZhYWFlNzJkYWNjYzczYzE4MWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d80f42f-966d-41e5-9b9b-bfb4f3fb2011","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0b64bcb2-8042-4969-91d2-7fcbb72d59dc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/vendor-license-model.xml","artifactChecksum":"Y2U1Y2QzYjlkZTczMDkwYjIzMmMxZWQwNTk0MWYwN2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a327d464-9f8f-49b5-b600-be1099eaee18","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e6c510ca-f78f-464f-b736-08488f215e7f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0d62ebc-f92c-4a82-aae6-027536250c14","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYabmmu8o8y5acyzfcynd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-template.yml","artifactChecksum":"NTJiZTVkYTFlZWM4YTI2YjVkMTJhYTYwNzRhZGUxYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"20269e8e-0082-4654-9fc2-f0f8287d4761","artifactVersion":"1"},{"artifactName":"service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar","artifactChecksum":"MzExM2ZmODQ0MDQ0NTBmMTA5Zjc2YTg4NDU4MDU3NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"747cc6ed-7756-423f-b052-af76fb89aed5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-10-06T15:10:47.852Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:10:47.853Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:10:47.853Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:10:47.853Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:10:47.876Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:10:47.877Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "aai-model-loader",
  "timestamp": 1696605043233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:10:47.878Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:10:48.854Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:10:48.855Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:10:48.855Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:10:48.855Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:10:49.856Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:10:49.857Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:10:49.857Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:10:49.857Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:10:50.858Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:10:50.858Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:10:50.859Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:10:50.859Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:10:51.859Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:10:51.860Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:10:51.860Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:10:51.860Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:10:52.770Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:10:52.771Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:10:52.771Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:10:52.772Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:10:52.772Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:10:52.772Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696605045636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:10:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:10:52.861Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:10:52.861Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:10:52.862Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:10:52.862Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:10:53.863Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:10:53.863Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:10:53.863Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:10:53.863Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:10:54.864Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-10-06T15:10:54.865Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:10:54.865Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:10:54.865Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:10:55.866Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "serviceName": "Demo_pNF_Yabmmu8O8y5acYZFcYnd",
  "serviceVersion": "1.0",
  "serviceUUID": "881a6631-1294-484c-8cd3-17779880eaf4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "80885eff-bc59-4c57-a37f-80ab840ac43c",
  "resources": [
    {
      "resourceInstanceName": "pNF ab003abb-d704 0",
      "resourceCustomizationUUID": "df40c4ca-8a71-4d15-bb46-16b626914c62",
      "resourceName": "pNF ab003abb-d704",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bbcaaf38-84c8-42b4-9064-8dc15c76e7b9",
      "resourceInvariantUUID": "92ff9ddc-0bf6-4ed7-b838-04e43d4f61e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
      "artifactChecksum": "MzExM2ZmODQ0MDQ0NTBmMTA5Zjc2YTg4NDU4MDU3NjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "747cc6ed-7756-423f-b052-af76fb89aed5"
    }
  ],
  "workloadContext": "Production"
}
2023-10-06T15:10:55.867Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-10-06T15:10:55.867Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 881a6631-1294-484c-8cd3-17779880eaf4 ASDC
2023-10-06T15:10:55.867Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:200e2c30-01a1-4e09-aad5-b373a8a0f446
ServiceName:Demo_pNF_Yabmmu8O8y5acYZFcYnd
ServiceVersion:1.0
ServiceUUID:881a6631-1294-484c-8cd3-17779880eaf4
ServiceInvariantUUID:80885eff-bc59-4c57-a37f-80ab840ac43c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
ArtifactUUID:747cc6ed-7756-423f-b052-af76fb89aed5
ArtifactChecksum:MzExM2ZmODQ0MDQ0NTBmMTA5Zjc2YTg4NDU4MDU3NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ab003abb-d704 0
ResourceCustomizationUUID:df40c4ca-8a71-4d15-bb46-16b626914c62
ResourceInvariantUUID:92ff9ddc-0bf6-4ed7-b838-04e43d4f61e7
ResourceName:pNF ab003abb-d704
ResourceType:PNF
ResourceUUID:bbcaaf38-84c8-42b4-9064-8dc15c76e7b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-10-06T15:10:55.868Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 881a6631-1294-484c-8cd3-17779880eaf4 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-10-06T15:10:56.014Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T15:10:56.015Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-10-06T15:10:56.015Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-10-06T15:10:56.015Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 747cc6ed-7756-423f-b052-af76fb89aed5 from URL: /sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:56.016Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-10-06T15:10:56.016Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:56.086Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-10-06T15:10:56.086Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar 747cc6ed-7756-423f-b052-af76fb89aed5 87995
2023-10-06T15:10:56.087Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar ASDC sendASDCNotification
2023-10-06T15:10:56.087Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:56.087Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-10-06T15:10:56.087Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:10:56.088Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:10:56.088Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696605056087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:10:57.088Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-10-06T15:10:57.089Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-10-06T15:10:57.089Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 747cc6ed-7756-423f-b052-af76fb89aed5, URL: /sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar to file: /app/ASDC/1/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:57.090Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:57.090Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:57.090Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:57.264Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6226739237437444123/Definitions/service-DemoPnfYabmmu8o8y5acyzfcynd-template.yml
2023-10-06T15:10:58.072Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-10-06T15:10:58.073Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-10-06T15:10:58.073Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:58.073Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-10-06T15:10:58.074Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ab003abb-d704 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:58.074Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:58.074Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:58.074Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:58.074Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||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-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:58.074Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||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-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:58.075Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||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-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:58.075Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-10-06T15:10:58.075Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:10:58.075Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Yabmmu8O8y5acYZFcYnd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:10:58.076Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Node template pNF ab003abb-d704 0 is matching search criteria
2023-10-06T15:10:58.076Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-10-06T15:10:58.076Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ab003abb-d704 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T15:10:58.077Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:10:58.077Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Yabmmu8O8y5acYZFcYnd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:10:58.077Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Node template pNF ab003abb-d704 0 is matching search criteria
2023-10-06T15:10:58.077Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-10-06T15:10:58.078Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF ab003abb-d704 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-10-06T15:10:58.078Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:10:58.078Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Yabmmu8O8y5acYZFcYnd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:10:58.078Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:10:58.078Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Yabmmu8O8y5acYZFcYnd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:10:58.079Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:10:58.079Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Yabmmu8O8y5acYZFcYnd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:10:58.079Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:10:58.079Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Yabmmu8O8y5acYZFcYnd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:10:58.079Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:10:58.080Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Yabmmu8O8y5acYZFcYnd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:10:58.080Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Yabmmu8O8y5acYZFcYnd
Description:catalog service description
Model UUID:881a6631-1294-484c-8cd3-17779880eaf4
Model Version:NULL
Model InvariantUuid:80885eff-bc59-4c57-a37f-80ab840ac43c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-10-06T15:10:58.088Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: bbcaaf38-84c8-42b4-9064-8dc15c76e7b9
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-10-06T15:10:58.094Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||pNF ab003abb-d704 0
2023-10-06T15:10:58.094Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bbcaaf38-84c8-42b4-9064-8dc15c76e7b9
2023-10-06T15:10:58.094Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 881a6631-1294-484c-8cd3-17779880eaf4
2023-10-06T15:10:58.095Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 881a6631-1294-484c-8cd3-17779880eaf4
2023-10-06T15:10:58.095Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ab003abb-d704 0 bbcaaf38-84c8-42b4-9064-8dc15c76e7b9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-10-06T15:10:58.102Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75bc8ba2, org.onap.sdc.toscaparser.api.parameters.Input@2b4a1af1, org.onap.sdc.toscaparser.api.parameters.Input@105da180, org.onap.sdc.toscaparser.api.parameters.Input@69b3bfcf, org.onap.sdc.toscaparser.api.parameters.Input@7843d8c0]
2023-10-06T15:10:58.102Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:10:58.102Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Yabmmu8O8y5acYZFcYnd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:10:58.103Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 881a6631-1294-484c-8cd3-17779880eaf4: pNF ab003abb-d704
2023-10-06T15:10:58.103Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Processing PNF resource: bbcaaf38-84c8-42b4-9064-8dc15c76e7b9
2023-10-06T15:10:58.103Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-10-06T15:10:58.104Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Yabmmu8O8y5acYZFcYnd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-10-06T15:10:58.104Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Resource customization UUID: df40c4ca-8a71-4d15-bb46-16b626914c62 is the same as notified resource customizationUUID: df40c4ca-8a71-4d15-bb46-16b626914c62
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-10-06T15:10:58.243Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ab003abb-d704 bbcaaf38-84c8-42b4-9064-8dc15c76e7b9 0 ASDC deployResourceStructure
2023-10-06T15:10:58.244Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar ASDC sendASDCNotification
2023-10-06T15:10:58.244Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar
2023-10-06T15:10:58.244Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-10-06T15:10:58.244Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:10:58.245Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:10:58.245Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696605058243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:10:59.247Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 200e2c30-01a1-4e09-aad5-b373a8a0f446
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-10-06T15:10:59.263Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 200e2c30-01a1-4e09-aad5-b373a8a0f446
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-10-06T15:10:59.266Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T15:10:59.267Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T15:10:59.267Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T15:11:29.267Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 200e2c30-01a1-4e09-aad5-b373a8a0f446
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-10-06T15:11:29.279Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 200e2c30-01a1-4e09-aad5-b373a8a0f446
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-10-06T15:11:29.281Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T15:11:29.281Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T15:11:29.281Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T15:11:52.770Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:11:52.772Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.772Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696605045557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696605018959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "aai-model-loader",
  "timestamp": 1696605043233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696605045636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696605045557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696605018959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "aai-model-loader",
  "timestamp": 1696605043233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696605045636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696605045557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696605018959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "aai-model-loader",
  "timestamp": 1696605043233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696605045636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696605045557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696605018959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "aai-model-loader",
  "timestamp": 1696605043233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.778Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.778Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.778Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.778Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696605045636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.778Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.778Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.778Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696605045557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.778Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:52.778Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:11:52.778Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696605018959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:11:52.778Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:11:59.282Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 200e2c30-01a1-4e09-aad5-b373a8a0f446
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-10-06T15:11:59.296Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 200e2c30-01a1-4e09-aad5-b373a8a0f446
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-10-06T15:11:59.298Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T15:11:59.298Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T15:11:59.299Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T15:12:29.299Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 200e2c30-01a1-4e09-aad5-b373a8a0f446
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-10-06T15:12:29.313Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 200e2c30-01a1-4e09-aad5-b373a8a0f446
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-10-06T15:12:29.316Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T15:12:29.316Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-10-06T15:12:29.316Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-10-06T15:12:52.770Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:12:52.772Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.772Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "aai-model-loader",
  "timestamp": 1696605043233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:12:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:12:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696605045636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:12:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.773Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696605045557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:12:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696605018959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/resourceInstances/pnfab003abbd7040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:12:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "aai-model-loader",
  "timestamp": 1696605043233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:12:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:12:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696605045636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:12:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.774Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696605045557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:12:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696605018959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-10-06T15:12:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "aai-model-loader",
  "timestamp": 1696605043233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T15:12:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696604990812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T15:12:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.775Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "multicloud-k8s",
  "timestamp": 1696605045636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T15:12:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696605045557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T15:12:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696605018959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "NOTIFIED"
}
2023-10-06T15:12:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "aai-model-loader",
  "timestamp": 1696605056216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T15:12:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696605056085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T15:12:52.776Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696605056087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T15:12:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696605056128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-10-06T15:12:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696605057140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T15:12:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.777Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "policy-distribution-id",
  "timestamp": 1696605058142,
  "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-10-06T15:12:52.788Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 200e2c30-01a1-4e09-aad5-b373a8a0f446
2023-10-06T15:12:52.788Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 200e2c30-01a1-4e09-aad5-b373a8a0f446 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-10-06T15:12:52.834Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.834Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696605058243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T15:12:52.834Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.835Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.835Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "aai-model-loader",
  "timestamp": 1696605059084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "DEPLOY_ERROR"
}
2023-10-06T15:12:52.835Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.835Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.835Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696605059820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYabmmu8o8y5acyzfcynd/1.0/artifacts/service-DemoPnfYabmmu8o8y5acyzfcynd-csar.csar",
  "status": "DEPLOY_OK"
}
2023-10-06T15:12:52.835Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:12:52.835Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.835Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "aai-model-loader",
  "timestamp": 1696605060087,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T15:12:52.842Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 200e2c30-01a1-4e09-aad5-b373a8a0f446
2023-10-06T15:12:52.842Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 200e2c30-01a1-4e09-aad5-b373a8a0f446 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-10-06T15:12:52.876Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-10-06T15:12:52.876Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "sdnc-sdc-listener",
  "timestamp": 1696605060823,
  "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-10-06T15:12:52.882Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 200e2c30-01a1-4e09-aad5-b373a8a0f446
2023-10-06T15:12:52.882Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 200e2c30-01a1-4e09-aad5-b373a8a0f446 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-10-06T15:12:59.316Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 200e2c30-01a1-4e09-aad5-b373a8a0f446
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-10-06T15:12:59.330Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 200e2c30-01a1-4e09-aad5-b373a8a0f446
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-10-06T15:12:59.335Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-10-06T15:12:59.335Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-10-06T15:12:59.335Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-10-06T15:12:59.335Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-10-06T15:12:59.335Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-10-06T15:12:59.336Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-10-06T15:12:59.345Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-10-06T15:13:29.345Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 200e2c30-01a1-4e09-aad5-b373a8a0f446 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-10-06T15:13:29.361Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 200e2c30-01a1-4e09-aad5-b373a8a0f446 and serviceModelVersionId: 881a6631-1294-484c-8cd3-17779880eaf4
2023-10-06T15:13:29.361Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80885eff-bc59-4c57-a37f-80ab840ac43c
2023-10-06T15:13:29.363Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4?depth=0
2023-10-06T15:13:29.371Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-10-06T15:13:29.425Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4?depth=0|INFO|500||Invoke
2023-10-06T15:13:29.425Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[200e2c30-01a1-4e09-aad5-b373a8a0f446], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[66f53981-123e-4624-b983-e3f229778159], X-ECOMP-RequestID=[200e2c30-01a1-4e09-aad5-b373a8a0f446], X-TransactionId=[], X-ONAP-RequestID=[200e2c30-01a1-4e09-aad5-b373a8a0f446], Content-Type=[application/merge-patch+json]}
2023-10-06T15:13:29.434Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-10-06T15:13:29.513Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4?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/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4?depth=0 has http status code:404 and response headers:{date=[Fri, 06 Oct 2023 15:13:29 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[75], x-aai-txid=[2-aai-resources-231006-15:13:29:629-53954], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-10-06T15:13:29.516Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4","ERR.5.4.6114"]}}}

2023-10-06T15:13:29.517Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4?depth=0|INFO|404|Not Found|InvokeReturn
2023-10-06T15:13:29.526Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=200e2c30-01a1-4e09-aad5-b373a8a0f446 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4) (ec=ERR.5.4.6114)
2023-10-06T15:13:29.527Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=200e2c30-01a1-4e09-aad5-b373a8a0f446 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-10-06T15:13:29.528Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=200e2c30-01a1-4e09-aad5-b373a8a0f446 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4) (ec=ERR.5.4.6114)
2023-10-06T15:13:29.528Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=200e2c30-01a1-4e09-aad5-b373a8a0f446 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4) (ec=ERR.5.4.6114)
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-10-06T15:13:29.536Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||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-10-06T15:13:29.536Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 200e2c30-01a1-4e09-aad5-b373a8a0f446 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=200e2c30-01a1-4e09-aad5-b373a8a0f446 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4) (ec=ERR.5.4.6114)
2023-10-06T15:13:29.537Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-10-06T15:13:29.538Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-10-06T15:13:29.538Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-10-06T15:13:29.539Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696605209537,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d200e2c30-01a1-4e09-aad5-b373a8a0f446 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4) (ec\u003dERR.5.4.6114)"
} 
 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-10-06T15:13:30.597Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:13:52.770Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:13:52.774Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-10-06T15:13:52.775Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "200e2c30-01a1-4e09-aad5-b373a8a0f446",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1696605209537,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d200e2c30-01a1-4e09-aad5-b373a8a0f446 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/80885eff-bc59-4c57-a37f-80ab840ac43c/model-vers/model-ver/881a6631-1294-484c-8cd3-17779880eaf4) (ec\u003dERR.5.4.6114)"
}
2023-10-06T15:13:52.776Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-10-06T15:14:30.599Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:14:52.770Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:15:30.601Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:15:52.770Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:16:30.602Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:16:52.772Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:17:30.602Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:17:52.772Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:18:30.603Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:18:52.774Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:19:30.604Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:19:52.774Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:20:30.606Z|200e2c30-01a1-4e09-aad5-b373a8a0f446|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:20:52.776Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:21:30.607Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:21:52.777Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:22:30.609Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:22:52.777Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:23:30.611Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:23:52.778Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:24:30.611Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:24:52.780Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:25:30.613Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:25:52.781Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:26:30.614Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:26:52.783Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:27:30.615Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:27:52.783Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:28:30.617Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:28:52.785Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:29:30.617Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:29:52.787Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:30:30.619Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:30:52.789Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:31:30.620Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:31:52.789Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:32:30.620Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:32:52.790Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:33:30.622Z|27b2c1b1-8b0e-4bb3-a252-5931dbe99037|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:33:52.792Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:34:30.622Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:34:52.793Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:35:30.624Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:35:52.795Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:36:30.625Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:36:52.796Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:37:30.626Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:37:52.797Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:38:30.626Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:38:52.797Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:39:30.627Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:39:52.799Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:40:30.629Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:40:52.801Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:41:30.630Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:41:52.801Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:42:30.631Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:42:52.802Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:43:30.632Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:43:52.803Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:44:30.634Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:44:52.804Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:45:30.635Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:45:52.807Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:46:30.636Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:46:52.808Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:47:30.638Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:47:52.809Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:48:30.638Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:48:52.810Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:49:30.640Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:49:52.812Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:50:30.641Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:50:52.814Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:51:30.642Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:51:52.814Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:52:30.644Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:52:52.816Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:53:30.645Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:53:52.817Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:54:30.648Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:54:52.818Z|965f3cd3-36b3-44f4-9500-9ecb0d01dfec|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:55:30.650Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:55:52.820Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:56:30.650Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:56:52.821Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:57:30.652Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:57:52.822Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:58:30.652Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:58:52.823Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T15:59:30.652Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T15:59:52.824Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:00:30.653Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:00:52.824Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:01:30.654Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:01:52.826Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:02:30.655Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:02:52.827Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:03:30.657Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:03:52.828Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:04:30.657Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:04:52.830Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:05:30.658Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:05:52.831Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:06:30.660Z|901bb0f1-0120-4f97-bd59-2623ff1f8f2b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:06:52.832Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:07:30.662Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:07:52.834Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:08:30.664Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:08:52.835Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:09:30.666Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:09:52.837Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:10:30.668Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:10:52.837Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:11:30.670Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:11:52.838Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:12:30.671Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:12:52.840Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:13:30.671Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:13:52.840Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:14:30.672Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:14:52.842Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:15:30.674Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:15:52.842Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:16:30.674Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:16:52.843Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-10-06T16:17:30.675Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-10-06T16:17:52.844Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO