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)
2022-10-10T12:01:44.383Z||main|||||INFO|500||The following profiles are active: basic
2022-10-10T12:01:56.703Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-10T12:01:56.704Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-10T12:01:56.811Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-10T12:02:01.399Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-10T12:02:01.832Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-10T12:02:02.313Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-10T12:02:02.329Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-10T12:02:02.431Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-10T12:02:02.636Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-10T12:02:03.263Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-10T12:02:05.469Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-10T12:02:08.469Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-10T12:02:08.532Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-10T12:02:09.363Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-10T12:02:09.751Z||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.
2022-10-10T12:02:11.442Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-10T12:02:12.696Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-10T12:02:12.760Z||main|||||WARN|500||The sdc end point is not alive
2022-10-10T12:02:17.245Z||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
2022-10-10T12:02:20.419Z||main|||||WARN|500||---
2022-10-10T12:02:20.420Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-10T12:02:20.420Z||main|||||WARN|500||---
2022-10-10T12:02:20.897Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-10T12:02:25.961Z||main|||||INFO|500||Started Application in 45.471 seconds (JVM running for 48.188)
2022-10-10T12:02:25.976Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:02:25.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:02:25.996Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:02:26.023Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:02:26.130Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 120f9d24-4a8e-4ae0-ba98-2e558638cb3a url= /sdc/v1/artifactTypes
2022-10-10T12:02:26.131Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:02:26.377Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:02:26.383Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73dbe9f7
2022-10-10T12:02:26.384Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:02:26.402Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:02:26.406Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:02:26.416Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:03:15.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:03:15.952Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:03:15.953Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:03:15.957Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:03:15.970Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 16c3e466-bc7f-4b14-bc49-f3966ea12b8c url= /sdc/v1/artifactTypes
2022-10-10T12:03:15.971Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:03:16.006Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:03:16.007Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c7ab363
2022-10-10T12:03:16.007Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:03:16.008Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:03:16.008Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:03:16.009Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:04:05.952Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:04:05.953Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:04:05.953Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:04:05.965Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:04:05.982Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b452cb9f-6bbe-455f-af8d-46e230a0e30e url= /sdc/v1/artifactTypes
2022-10-10T12:04:05.983Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:04:06.003Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:04:06.004Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@353ce8a5
2022-10-10T12:04:06.005Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:04:06.008Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:04:06.008Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:04:06.009Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:04:55.952Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:04:55.953Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:04:55.954Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:04:55.959Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:04:55.979Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 02f186a4-ee9c-4b38-a789-ad8d68ac876b url= /sdc/v1/artifactTypes
2022-10-10T12:04:55.980Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:04:55.994Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:04:55.994Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60a703f0
2022-10-10T12:04:55.995Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:04:55.995Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:04:55.996Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:04:55.996Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:05:45.954Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:05:45.955Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:05:45.957Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:05:45.966Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:05:45.992Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 73aaad0a-1f4e-44e1-80c7-1f26a6b7fb59 url= /sdc/v1/artifactTypes
2022-10-10T12:05:45.992Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:05:46.027Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:05:46.028Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a780cd2
2022-10-10T12:05:46.028Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:05:46.029Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:05:46.029Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:05:46.030Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:06:35.953Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:06:35.955Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:06:35.956Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:06:35.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:06:35.982Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39bfc98e-3c3d-4f9d-be10-182815077d63 url= /sdc/v1/artifactTypes
2022-10-10T12:06:35.982Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:06:36.006Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:06:36.006Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@342a139f
2022-10-10T12:06:36.007Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:06:36.007Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:06:36.008Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:06:36.009Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:07:25.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:07:25.952Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:07:25.953Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:07:25.963Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:07:25.968Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd020905-e8f0-4bfb-ba70-50dc8181b480 url= /sdc/v1/artifactTypes
2022-10-10T12:07:25.978Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:07:25.985Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:07:25.985Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@36a10c14
2022-10-10T12:07:25.986Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:07:25.986Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:07:25.987Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:07:25.987Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:08:15.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:08:15.951Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:08:15.952Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:08:15.960Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:08:15.988Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 41d09d1c-7e71-4ee7-8bf7-609f35b0de3d url= /sdc/v1/artifactTypes
2022-10-10T12:08:15.991Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:08:16.013Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:08:16.014Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@783f7eb8
2022-10-10T12:08:16.014Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:08:16.015Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:08:16.015Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:08:16.017Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:09:05.952Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:09:05.955Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:09:05.956Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:09:05.965Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:09:06.033Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b654803f-6110-481c-a015-e281b7c2cea9 url= /sdc/v1/artifactTypes
2022-10-10T12:09:06.033Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:09:06.059Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:09:06.065Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b62b292
2022-10-10T12:09:06.066Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:09:06.069Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:09:06.069Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:09:06.075Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:09:55.954Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:09:55.959Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:09:55.959Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:09:55.967Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:09:55.985Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eb0534ad-a774-430a-8768-04fba5a112f4 url= /sdc/v1/artifactTypes
2022-10-10T12:09:55.986Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:09:56.002Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:09:56.003Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@789c72fa
2022-10-10T12:09:56.003Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:09:56.004Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:09:56.004Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:09:56.005Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:10:45.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:10:45.955Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:10:45.955Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:10:45.959Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:10:46.018Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f17e825c-63ba-4e74-b395-609112da3c6c url= /sdc/v1/artifactTypes
2022-10-10T12:10:46.019Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:10:46.078Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:10:46.078Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@65462219
2022-10-10T12:10:46.079Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:10:46.079Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:10:46.079Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:10:46.080Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:11:35.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:11:35.953Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:11:35.953Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:11:35.956Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:11:35.974Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c180d250-f482-46ef-a968-19b4e1cc9453 url= /sdc/v1/artifactTypes
2022-10-10T12:11:35.974Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:11:36.001Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:11:36.002Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55c1b80b
2022-10-10T12:11:36.002Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:11:36.002Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:11:36.003Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:11:36.003Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:12:25.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:12:25.952Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:12:25.952Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:12:25.955Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:12:25.989Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 77ee9a96-11a7-4dae-8b75-40424c2ecf58 url= /sdc/v1/artifactTypes
2022-10-10T12:12:25.990Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:12:26.007Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:12:26.008Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@425fcd4d
2022-10-10T12:12:26.008Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:12:26.009Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:12:26.009Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:12:26.009Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:12:26.434Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-10T12:13:15.953Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:13:15.955Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:13:15.957Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:13:15.962Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:13:15.993Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f710e0d5-8bfd-4bff-8320-2cfa1a66dd68 url= /sdc/v1/artifactTypes
2022-10-10T12:13:15.993Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:13:16.010Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:13:16.011Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4944a378
2022-10-10T12:13:16.011Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:13:16.011Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:13:16.012Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:13:16.013Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:14:05.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:14:05.952Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:14:05.952Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:14:05.966Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:14:05.988Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f1003bc9-10fe-439e-88a9-c444a6c76c42 url= /sdc/v1/artifactTypes
2022-10-10T12:14:05.988Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:14:06.022Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:14:06.022Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ae2bdf0
2022-10-10T12:14:06.023Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:14:06.023Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:14:06.024Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:14:06.024Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:14:55.954Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:14:55.954Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:14:55.955Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:14:55.961Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:14:55.981Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 31f76e65-e1bb-498c-ae62-97b1c4bf5a76 url= /sdc/v1/artifactTypes
2022-10-10T12:14:55.985Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:14:56.001Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:14:56.001Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@bb2ad99
2022-10-10T12:14:56.001Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:14:56.003Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:14:56.003Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:14:56.004Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:15:45.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:15:45.951Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:15:45.952Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:15:45.955Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:15:45.983Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1495c43a-aec8-423f-8ed1-164cfe2499ef url= /sdc/v1/artifactTypes
2022-10-10T12:15:45.983Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:15:46.013Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:15:46.013Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4dad42a4
2022-10-10T12:15:46.014Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:15:46.014Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:15:46.014Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:15:46.015Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:16:35.952Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:16:35.953Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:16:35.953Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:16:35.957Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:16:35.986Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8084a777-e8d2-4ba4-b685-b4e86d1af7a5 url= /sdc/v1/artifactTypes
2022-10-10T12:16:35.987Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:16:36.004Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:16:36.004Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39d7572a
2022-10-10T12:16:36.005Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:16:36.006Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:16:36.006Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:16:36.007Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:17:25.957Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:17:25.960Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:17:25.961Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:17:25.967Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:17:26.007Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3e9a36d-8640-4ebb-b1d9-b52b7a73ccc3 url= /sdc/v1/artifactTypes
2022-10-10T12:17:26.008Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:17:26.061Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:17:26.062Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6a0820c6
2022-10-10T12:17:26.062Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:17:26.063Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:17:26.063Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:17:26.064Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:18:15.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:18:15.951Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:18:15.952Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:18:15.956Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:18:15.992Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fc8173a7-06ef-48b4-bd04-0eb69795a5bf url= /sdc/v1/artifactTypes
2022-10-10T12:18:15.992Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:18:16.012Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:18:16.013Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62b5054f
2022-10-10T12:18:16.013Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:18:16.013Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:18:16.014Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:18:16.014Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:19:05.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:19:05.952Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:19:05.952Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:19:05.959Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:19:05.968Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df2a860f-8d44-4ff0-a978-515c736bb45d url= /sdc/v1/artifactTypes
2022-10-10T12:19:05.969Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:19:05.988Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:19:05.989Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32612cc6
2022-10-10T12:19:05.989Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:19:05.990Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:19:05.990Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:19:05.991Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:19:55.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:19:55.952Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:19:55.953Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:19:55.957Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:19:55.968Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a21d4b7-c9bd-48e6-9cee-e473f573c4f3 url= /sdc/v1/artifactTypes
2022-10-10T12:19:55.969Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:19:55.987Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:19:55.988Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@250613a5
2022-10-10T12:19:55.989Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:19:55.989Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:19:55.989Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:19:55.990Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:20:45.952Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:20:45.958Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:20:45.959Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:20:45.962Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:20:45.968Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fb6b5367-fd59-496f-b852-05ac80942018 url= /sdc/v1/artifactTypes
2022-10-10T12:20:45.968Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:20:45.979Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:20:45.980Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@695f6b42
2022-10-10T12:20:45.981Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:20:45.981Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:20:45.982Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:20:45.982Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:21:35.952Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:21:35.953Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:21:35.954Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:21:35.960Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:21:35.997Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e58901f1-3380-4008-9b79-bedc14a078a0 url= /sdc/v1/artifactTypes
2022-10-10T12:21:35.997Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:21:36.005Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:21:36.005Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5908e190
2022-10-10T12:21:36.005Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:21:36.006Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:21:36.006Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:21:36.007Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:22:25.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:22:25.951Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:22:25.952Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:22:25.955Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:22:25.990Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e0276e1f-9f63-487b-b367-7824cf174189 url= /sdc/v1/artifactTypes
2022-10-10T12:22:25.990Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:22:26.000Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:22:26.000Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14ef1ac4
2022-10-10T12:22:26.001Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:22:26.001Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:22:26.001Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:22:26.002Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:23:15.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:23:15.951Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:23:15.951Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:23:15.955Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:23:15.974Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f3d7a0e7-7f6d-4502-9415-d785082611cc url= /sdc/v1/artifactTypes
2022-10-10T12:23:15.974Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:23:16.001Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:23:16.001Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@583c2172
2022-10-10T12:23:16.001Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:23:16.002Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:23:16.002Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:23:16.003Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:24:05.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:24:05.951Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:24:05.952Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:24:05.956Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:24:06.007Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0256b807-8b26-48b9-8042-fe68e33630fc url= /sdc/v1/artifactTypes
2022-10-10T12:24:06.008Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:24:06.052Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:24:06.053Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6445af40
2022-10-10T12:24:06.053Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:24:06.054Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:24:06.054Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:24:06.054Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:24:55.954Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:24:55.956Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:24:55.957Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:24:55.962Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:24:55.975Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6b258da8-e381-490a-83b5-6dce9ac6589c url= /sdc/v1/artifactTypes
2022-10-10T12:24:55.976Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:24:55.992Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-10-10T12:24:55.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3186e8db
2022-10-10T12:24:55.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-10-10T12:24:55.993Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-10-10T12:24:55.994Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-10-10T12:24:55.995Z||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 ASDC
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$$ff2fcff1.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 ASDC
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
2022-10-10T12:25:45.952Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-10T12:25:45.954Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-10T12:25:45.955Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-10T12:25:45.958Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-10T12:25:45.967Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4661f0ae-ebbd-4570-b147-5dbef7d5a435 url= /sdc/v1/artifactTypes
2022-10-10T12:25:45.967Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-10T12:25:46.774Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-10T12:25:46.789Z||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 ASDC server
2022-10-10T12:25:46.837Z||scheduling-1|||||DEBUG|500||create keys
2022-10-10T12:25:46.846Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-10T12:25:47.273Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:25:47.300Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c3af1d53-b9e3-4454-84ab-6ebc254d7fdf url= /sdc/v1/registerForDistribution
2022-10-10T12:25:48.928Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c3af1d53-b9e3-4454-84ab-6ebc254d7fdf url= /sdc/v1/registerForDistribution
2022-10-10T12:25:48.928Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-10T12:25:48.946Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:25:48.947Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-10T12:25:48.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:25:48.958Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:25:48.958Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:25:48.958Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:25:48.959Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:26:00.121Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:26:00.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:26:48.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:26:48.937Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:26:48.938Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:26:48.942Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:26:48.943Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:26:48.943Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:26:59.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:26:59.219Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:27:48.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:27:48.937Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:27:48.937Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:27:48.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:27:48.939Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:27:48.939Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:27:58.785Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:27:59.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:28:48.941Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:28:48.942Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:28:48.942Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:28:48.944Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:28:48.944Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:28:48.944Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:28:58.606Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:28:58.693Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:29:48.937Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:29:48.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:29:48.940Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:29:48.940Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:29:48.940Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:29:48.941Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:29:58.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:29:59.127Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:30:48.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:30:48.939Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:30:48.939Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:30:48.940Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:30:48.940Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:30:48.940Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:30:58.893Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:30:59.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:31:48.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:31:48.938Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:31:48.938Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:31:48.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:31:48.939Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:31:48.940Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:31:58.898Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:31:59.002Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:32:48.937Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:32:48.938Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:32:48.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:32:48.939Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:32:48.939Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:32:48.939Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:32:58.905Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:32:59.111Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:33:48.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:33:48.941Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:33:48.944Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:33:48.945Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:33:48.948Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:33:48.949Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:33:59.002Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:33:59.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:34:48.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:34:48.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:34:48.937Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:34:48.939Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:34:48.939Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:34:48.939Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:34:59.103Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:34:59.151Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:35:48.937Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:35:48.938Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:35:48.938Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:35:48.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:35:48.939Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:35:48.940Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:35:58.806Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:35:58.820Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:36:48.937Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:36:48.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:36:48.940Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:36:48.940Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:36:48.940Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:36:48.940Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:36:59.093Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:36:59.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:37:48.937Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:37:48.939Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:37:48.938Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:37:48.939Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:37:48.939Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:37:48.939Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:37:58.858Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:37:59.213Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:38:48.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:38:48.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:38:48.937Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:38:48.939Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:38:48.939Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:38:48.940Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:38:59.110Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:38:59.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:39:48.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:39:48.938Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:39:48.938Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:39:48.939Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:39:48.939Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:39:48.939Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:39:58.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:39:58.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:40:48.937Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:40:48.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:40:48.942Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:40:48.942Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:40:48.942Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:40:48.942Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:40:59.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:40:59.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:41:48.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:41:48.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:41:48.938Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:41:48.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:41:48.939Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:41:48.939Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:41:59.006Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:41:59.119Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:42:48.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:42:48.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:42:48.937Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:42:48.940Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:42:48.941Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:42:48.941Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:42:58.838Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:42:59.124Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:43:48.937Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:43:48.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:43:48.939Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:43:48.939Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:43:48.940Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:43:48.940Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:43:58.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:43:59.143Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:44:48.942Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:44:48.941Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:44:48.945Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:44:48.946Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:44:48.946Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:44:48.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:44:58.915Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:44:59.182Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:45:48.937Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:45:48.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:45:48.938Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:45:48.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:45:48.941Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:45:48.942Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:45:58.865Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:45:59.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:46:48.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:46:48.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:46:48.937Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:46:48.940Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:46:48.941Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:46:48.941Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:46:59.190Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:46:59.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:47:48.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:47:48.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:47:48.937Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:47:48.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:47:48.939Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:47:48.939Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:47:58.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:47:59.122Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:48:48.937Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:48:48.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:48:48.942Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:48:48.942Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:48:48.942Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:48:48.942Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:48:58.829Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:48:58.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:49:48.937Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:49:48.941Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:49:48.941Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:49:48.941Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:49:48.942Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:49:48.942Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:49:59.129Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:49:59.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:50:48.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:50:48.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:50:48.937Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:50:48.939Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:50:48.939Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:50:48.940Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:50:58.658Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:50:58.732Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:51:48.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:51:48.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:51:48.937Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:51:48.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:51:48.939Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:51:48.939Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:51:49.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:51:49.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa657a4a-58f8-4729-891b-28535dae40c3","serviceName":"Demo_pNF_pfoRngWmjQOaVJhwaNbP","serviceVersion":"1.0","serviceUUID":"3a2cc840-609b-469f-adb5-fb5de7c94004","serviceDescription":"catalog service description","serviceInvariantUUID":"aa0dff08-02e0-4c2b-81e0-d21cbbd7022d","resources":[{"resourceInstanceName":"pNF e3371dc4-a3b6 0","resourceName":"pNF e3371dc4-a3b6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a03cb6f3-8c9f-49dd-b08d-35e5b7319cf9","resourceInvariantUUID":"446b4c42-ff2a-4416-a0ae-dc0e4ba4eb02","resourceCustomizationUUID":"aef7de0a-39f4-48c7-9036-1be1ee2721f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vf-license-model.xml","artifactChecksum":"ZDNlOWI3Nzg3OTM5NTg3MDUxZTUyODA3MmIwNWEzNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ace9076-2ad7-4491-9150-d3369bf3404c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/pNF.csar","artifactChecksum":"YWYxNDJlOGQwNDQ0MTViOTkyN2U3YzI0NGM1NGExOWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4467ca77-b403-4ecc-a14b-5ec9dc1b76a8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0b6851f9-1130-45ef-8089-bf4c8ce7eca9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vendor-license-model.xml","artifactChecksum":"YzE3ODZiOTI3MThiYzAxODhjYWQ3NDUzNzNmZTMxZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a8331dd-c143-442c-9b02-5e5b6136af58","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"485cd9ea-2e6f-4868-aab8-c6ab1f214adb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"87d441aa-0f0c-42a7-9ad3-e772d744c826","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPforngwmjqoavjhwanbp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-template.yml","artifactChecksum":"NjAzYWNkOGNhYTI4MzcwNjgwZWJkNjNhNGFjMWFjMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8086ac92-3a8e-4f11-8937-5abd1ec245ec","artifactVersion":"1"},{"artifactName":"service-DemoPnfPforngwmjqoavjhwanbp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar","artifactChecksum":"NDEzYzllZjYzYTFkMjUwMGI3NTM4NmZhYjdjZWIwNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4e47e5b-bc8d-42d6-baf0-82769c2b2933","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T12:51:49.751Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T12:51:49.759Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T12:51:49.770Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:51:49.775Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T12:51:49.775Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "cds",
"timestamp": 1665406269963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "cds",
"timestamp": 1665406269963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665406274006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "cds",
"timestamp": 1665406269963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665406274006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "cds",
"timestamp": 1665406269963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665406274006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "cds",
"timestamp": 1665406269963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665406274006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "policy-id",
"timestamp": 1665406278377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "cds",
"timestamp": 1665406269963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665406274006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "aai-ml",
"timestamp": 1665406281184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "policy-id",
"timestamp": 1665406278377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "cds",
"timestamp": 1665406269963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665406274006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "aai-ml",
"timestamp": 1665406281184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "cds",
"timestamp": 1665406269963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T12:51:49.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "policy-id",
"timestamp": 1665406278377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665406274006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "aai-ml",
"timestamp": 1665406281184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "policy-id",
"timestamp": 1665406278377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665406274006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T12:51:49.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "aai-ml",
"timestamp": 1665406281184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "policy-id",
"timestamp": 1665406278377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "aai-ml",
"timestamp": 1665406281184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "cds",
"timestamp": 1665406283565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T12:51:49.823Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T12:51:49.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "policy-id",
"timestamp": 1665406278377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "aai-ml",
"timestamp": 1665406281184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "policy-id",
"timestamp": 1665406278377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "aai-ml",
"timestamp": 1665406281184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "policy-id",
"timestamp": 1665406278377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T12:51:49.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "aai-ml",
"timestamp": 1665406281184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T12:51:49.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "policy-id",
"timestamp": 1665406288140,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T12:51:49.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T12:51:49.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "aai-ml",
"timestamp": 1665406290901,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T12:51:49.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T12:51:49.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "policy-id",
"timestamp": 1665406289171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T12:51:49.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T12:51:49.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665406288618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:49.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:49.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "aai-ml",
"timestamp": 1665406291956,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-10T12:51:49.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T12:51:49.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:49.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "policy-id",
"timestamp": 1665406290176,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-10-10T12:51:49.875Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-10-10T12:51:49.889Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T12:51:49.890Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-10-10T12:51:50.013Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:51:50.014Z||pool-3-thread-1|||||INFO|500||cambria reply ok (125 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T12:51:50.058Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa657a4a-58f8-4729-891b-28535dae40c3
2022-10-10T12:51:50.083Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa657a4a-58f8-4729-891b-28535dae40c3 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 (?, ?, ?, ?, ?)
2022-10-10T12:51:50.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:50.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665406288618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:50.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:50.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:50.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "aai-ml",
"timestamp": 1665406292980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-10T12:51:50.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T12:51:50.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:50.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665406288618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:50.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:50.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:50.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "aai-ml",
"timestamp": 1665406293987,
"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=?
2022-10-10T12:51:50.134Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of fa657a4a-58f8-4729-891b-28535dae40c3
2022-10-10T12:51:50.134Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa657a4a-58f8-4729-891b-28535dae40c3 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 (?, ?, ?, ?, ?)
2022-10-10T12:51:50.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:50.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665406288618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:50.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:50.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:50.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665406288618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:50.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:50.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:50.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665406288618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:50.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:50.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:50.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665406288618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:50.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:50.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:50.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665406288618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T12:51:50.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:51:50.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:50.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665406298403,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T12:51:50.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T12:51:50.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:50.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665406302580,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T12:51:50.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T12:51:50.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:51:50.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665406303586,
"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=?
2022-10-10T12:51:50.151Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa657a4a-58f8-4729-891b-28535dae40c3
2022-10-10T12:51:50.152Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa657a4a-58f8-4729-891b-28535dae40c3 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 (?, ?, ?, ?, ?)
2022-10-10T12:51:50.785Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T12:51:50.786Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T12:51:50.788Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T12:51:50.788Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:50.888Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T12:51:50.890Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T12:51:50.890Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T12:51:51.017Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:51:51.018Z||pool-4-thread-1|||||INFO|500||cambria reply ok (128 ms):{"serverTimeMs":1,"count":1}
2022-10-10T12:51:51.789Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T12:51:51.790Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T12:51:51.793Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T12:51:51.793Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:51.893Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T12:51:51.895Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T12:51:51.895Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T12:51:51.923Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:51:51.927Z||pool-5-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-10-10T12:51:52.794Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T12:51:52.795Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T12:51:52.797Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T12:51:52.797Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:52.897Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T12:51:52.898Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T12:51:52.898Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T12:51:52.989Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:51:52.989Z||pool-6-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1}
2022-10-10T12:51:53.798Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T12:51:53.799Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T12:51:53.801Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T12:51:53.801Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:53.901Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T12:51:53.902Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T12:51:53.902Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T12:51:54.025Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:51:54.026Z||pool-7-thread-1|||||INFO|500||cambria reply ok (124 ms):{"serverTimeMs":18,"count":1}
2022-10-10T12:51:54.802Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T12:51:54.802Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T12:51:54.805Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T12:51:54.805Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:54.905Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T12:51:54.906Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T12:51:54.906Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T12:51:54.971Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:51:54.971Z||pool-8-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":7,"count":1}
2022-10-10T12:51:55.805Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T12:51:55.806Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T12:51:55.808Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T12:51:55.808Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:51:55.909Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T12:51:55.910Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T12:51:55.910Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T12:51:56.026Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:51:56.026Z||pool-9-thread-1|||||INFO|500||cambria reply ok (117 ms):{"serverTimeMs":0,"count":1}
2022-10-10T12:51:56.811Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T12:51:56.811Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T12:51:56.813Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T12:51:56.813Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T12:51:56.913Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T12:51:56.914Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T12:51:56.914Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T12:51:56.968Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:51:56.969Z||pool-10-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-10-10T12:51:57.815Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"serviceName": "Demo_pNF_pfoRngWmjQOaVJhwaNbP",
"serviceVersion": "1.0",
"serviceUUID": "3a2cc840-609b-469f-adb5-fb5de7c94004",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "aa0dff08-02e0-4c2b-81e0-d21cbbd7022d",
"resources": [
{
"resourceInstanceName": "pNF e3371dc4-a3b6 0",
"resourceCustomizationUUID": "aef7de0a-39f4-48c7-9036-1be1ee2721f6",
"resourceName": "pNF e3371dc4-a3b6",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "a03cb6f3-8c9f-49dd-b08d-35e5b7319cf9",
"resourceInvariantUUID": "446b4c42-ff2a-4416-a0ae-dc0e4ba4eb02",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"artifactChecksum": "NDEzYzllZjYzYTFkMjUwMGI3NTM4NmZhYjdjZWIwNjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f4e47e5b-bc8d-42d6-baf0-82769c2b2933"
}
],
"workloadContext": "Production"
}
2022-10-10T12:51:57.815Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T12:51:57.816Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3a2cc840-609b-469f-adb5-fb5de7c94004 ASDC
2022-10-10T12:51:57.966Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:fa657a4a-58f8-4729-891b-28535dae40c3
ServiceName:Demo_pNF_pfoRngWmjQOaVJhwaNbP
ServiceVersion:1.0
ServiceUUID:3a2cc840-609b-469f-adb5-fb5de7c94004
ServiceInvariantUUID:aa0dff08-02e0-4c2b-81e0-d21cbbd7022d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPforngwmjqoavjhwanbp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar
ArtifactUUID:f4e47e5b-bc8d-42d6-baf0-82769c2b2933
ArtifactChecksum:NDEzYzllZjYzYTFkMjUwMGI3NTM4NmZhYjdjZWIwNjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e3371dc4-a3b6 0
ResourceCustomizationUUID:aef7de0a-39f4-48c7-9036-1be1ee2721f6
ResourceInvariantUUID:446b4c42-ff2a-4416-a0ae-dc0e4ba4eb02
ResourceName:pNF e3371dc4-a3b6
ResourceType:PNF
ResourceUUID:a03cb6f3-8c9f-49dd-b08d-35e5b7319cf9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-10T12:51:57.966Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a2cc840-609b-469f-adb5-fb5de7c94004 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=?
2022-10-10T12:51:58.023Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T12:51:58.024Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-10T12:51:58.025Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-10T12:51:58.026Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f4e47e5b-bc8d-42d6-baf0-82769c2b2933 from URL: /sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:51:58.026Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-10T12:51:58.027Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:51:58.707Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-10T12:51:58.728Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar f4e47e5b-bc8d-42d6-baf0-82769c2b2933 87769
2022-10-10T12:51:58.729Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar ASDC sendASDCNotification
2022-10-10T12:51:58.730Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:51:58.731Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T12:51:58.732Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T12:51:58.734Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T12:51:58.734Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406318729,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T12:51:58.834Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T12:51:58.836Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T12:51:58.836Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T12:51:59.042Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:51:59.042Z||pool-11-thread-1|||||INFO|500||cambria reply ok (207 ms):{"serverTimeMs":10,"count":1}
2022-10-10T12:51:59.736Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T12:51:59.737Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-10T12:51:59.738Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f4e47e5b-bc8d-42d6-baf0-82769c2b2933, URL: /sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar to file: /app/ASDC/1/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:51:59.739Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:51:59.832Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:51:59.832Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:52:00.582Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP891174296570366778/Definitions/service-DemoPnfPforngwmjqoavjhwanbp-template.yml
2022-10-10T12:52:02.110Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T12:52:02.115Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-10T12:52:02.115Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:52:02.115Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-10T12:52:02.116Z|fa657a4a-58f8-4729-891b-28535dae40c3|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-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:52:02.116Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e3371dc4-a3b6 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-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:52:02.116Z|fa657a4a-58f8-4729-891b-28535dae40c3|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-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:52:02.116Z|fa657a4a-58f8-4729-891b-28535dae40c3|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-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:52:02.116Z|fa657a4a-58f8-4729-891b-28535dae40c3|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-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:52:02.116Z|fa657a4a-58f8-4729-891b-28535dae40c3|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-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:52:02.116Z|fa657a4a-58f8-4729-891b-28535dae40c3|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-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:52:02.116Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-10T12:52:02.123Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T12:52:02.124Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pfoRngWmjQOaVJhwaNbP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T12:52:02.128Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Node template pNF e3371dc4-a3b6 0 is matching search criteria
2022-10-10T12:52:02.129Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-10T12:52:02.130Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF e3371dc4-a3b6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T12:52:02.131Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T12:52:02.132Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pfoRngWmjQOaVJhwaNbP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T12:52:02.132Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Node template pNF e3371dc4-a3b6 0 is matching search criteria
2022-10-10T12:52:02.132Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-10T12:52:02.132Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF e3371dc4-a3b6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T12:52:02.132Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T12:52:02.132Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pfoRngWmjQOaVJhwaNbP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T12:52:02.133Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T12:52:02.133Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pfoRngWmjQOaVJhwaNbP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T12:52:02.133Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T12:52:02.133Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pfoRngWmjQOaVJhwaNbP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T12:52:02.133Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T12:52:02.133Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pfoRngWmjQOaVJhwaNbP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T12:52:02.133Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T12:52:02.134Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pfoRngWmjQOaVJhwaNbP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T12:52:02.136Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_pfoRngWmjQOaVJhwaNbP
Description:catalog service description
Model UUID:3a2cc840-609b-469f-adb5-fb5de7c94004
Model Version:NULL
Model InvariantUuid:aa0dff08-02e0-4c2b-81e0-d21cbbd7022d
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=?
2022-10-10T12:52:02.155Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: a03cb6f3-8c9f-49dd-b08d-35e5b7319cf9
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=?
2022-10-10T12:52:02.247Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||pNF e3371dc4-a3b6 0
2022-10-10T12:52:02.253Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a03cb6f3-8c9f-49dd-b08d-35e5b7319cf9
2022-10-10T12:52:02.254Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3a2cc840-609b-469f-adb5-fb5de7c94004
2022-10-10T12:52:02.254Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3a2cc840-609b-469f-adb5-fb5de7c94004
2022-10-10T12:52:02.254Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e3371dc4-a3b6 0 a03cb6f3-8c9f-49dd-b08d-35e5b7319cf9 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=?
2022-10-10T12:52:02.264Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e1df07a, org.onap.sdc.toscaparser.api.parameters.Input@59b8cedf, org.onap.sdc.toscaparser.api.parameters.Input@87f3c43, org.onap.sdc.toscaparser.api.parameters.Input@75abcfe5, org.onap.sdc.toscaparser.api.parameters.Input@24e46f0a]
2022-10-10T12:52:02.266Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T12:52:02.266Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pfoRngWmjQOaVJhwaNbP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T12:52:02.266Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3a2cc840-609b-469f-adb5-fb5de7c94004: pNF e3371dc4-a3b6
2022-10-10T12:52:02.267Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||Processing PNF resource: a03cb6f3-8c9f-49dd-b08d-35e5b7319cf9
2022-10-10T12:52:02.267Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T12:52:02.267Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pfoRngWmjQOaVJhwaNbP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T12:52:02.267Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||Resource customization UUID: aef7de0a-39f4-48c7-9036-1be1ee2721f6 is the same as notified resource customizationUUID: aef7de0a-39f4-48c7-9036-1be1ee2721f6
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 (?, ?)
2022-10-10T12:52:02.388Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e3371dc4-a3b6 a03cb6f3-8c9f-49dd-b08d-35e5b7319cf9 0 ASDC deployResourceStructure
2022-10-10T12:52:02.389Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar ASDC sendASDCNotification
2022-10-10T12:52:02.389Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar
2022-10-10T12:52:02.389Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T12:52:02.390Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T12:52:02.392Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T12:52:02.392Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406322389,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T12:52:02.492Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T12:52:02.493Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T12:52:02.493Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T12:52:02.587Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:52:02.587Z||pool-12-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":0,"count":1}
2022-10-10T12:52:03.393Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa657a4a-58f8-4729-891b-28535dae40c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-10-10T12:52:03.412Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa657a4a-58f8-4729-891b-28535dae40c3
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=?
2022-10-10T12:52:03.415Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T12:52:03.415Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-10T12:52:03.415Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-10T12:52:03.416Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-10T12:52:03.416Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-10-10T12:52:03.416Z|fa657a4a-58f8-4729-891b-28535dae40c3|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=?
2022-10-10T12:52:03.423Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-10T12:52:33.424Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa657a4a-58f8-4729-891b-28535dae40c3 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=?
2022-10-10T12:52:33.453Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa657a4a-58f8-4729-891b-28535dae40c3 and serviceModelVersionId: 3a2cc840-609b-469f-adb5-fb5de7c94004
2022-10-10T12:52:33.453Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa0dff08-02e0-4c2b-81e0-d21cbbd7022d
2022-10-10T12:52:48.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:52:48.941Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:52:48.941Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:52:49.002Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa0dff08-02e0-4c2b-81e0-d21cbbd7022d/model-vers/model-ver/3a2cc840-609b-469f-adb5-fb5de7c94004?depth=0
2022-10-10T12:52:49.210Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-10T12:52:49.302Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:52:49.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-10T12:52:49.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:52:49.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-10T12:52:49.762Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aa0dff08-02e0-4c2b-81e0-d21cbbd7022d/model-vers/model-ver/3a2cc840-609b-469f-adb5-fb5de7c94004?depth=0|INFO|500||Invoke
2022-10-10T12:52:49.769Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aa0dff08-02e0-4c2b-81e0-d21cbbd7022d/model-vers/model-ver/3a2cc840-609b-469f-adb5-fb5de7c94004?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aa0dff08-02e0-4c2b-81e0-d21cbbd7022d/model-vers/model-ver/3a2cc840-609b-469f-adb5-fb5de7c94004?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa657a4a-58f8-4729-891b-28535dae40c3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0e486862-e7b0-4bde-8ea6-448661bac378], X-ECOMP-RequestID=[fa657a4a-58f8-4729-891b-28535dae40c3], X-TransactionId=[], X-ONAP-RequestID=[fa657a4a-58f8-4729-891b-28535dae40c3], Content-Type=[application/merge-patch+json]}
2022-10-10T12:52:49.811Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aa0dff08-02e0-4c2b-81e0-d21cbbd7022d/model-vers/model-ver/3a2cc840-609b-469f-adb5-fb5de7c94004?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-10-10T12:52:49.844Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aa0dff08-02e0-4c2b-81e0-d21cbbd7022d/model-vers/model-ver/3a2cc840-609b-469f-adb5-fb5de7c94004?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/aa0dff08-02e0-4c2b-81e0-d21cbbd7022d/model-vers/model-ver/3a2cc840-609b-469f-adb5-fb5de7c94004?depth=0 has http status code:503 and response headers:{date=[Mon, 10 Oct 2022 12:52:49 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2022-10-10T12:52:49.847Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aa0dff08-02e0-4c2b-81e0-d21cbbd7022d/model-vers/model-ver/3a2cc840-609b-469f-adb5-fb5de7c94004?depth=0|DEBUG|500||no healthy upstream
2022-10-10T12:52:49.848Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aa0dff08-02e0-4c2b-81e0-d21cbbd7022d/model-vers/model-ver/3a2cc840-609b-469f-adb5-fb5de7c94004?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-10-10T12:52:50.848Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=fa657a4a-58f8-4729-891b-28535dae40c3 no healthy upstream
2022-10-10T12:52:50.849Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=fa657a4a-58f8-4729-891b-28535dae40c3 no healthy upstream
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
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:71)
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)
2022-10-10T12:52:50.849Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=fa657a4a-58f8-4729-891b-28535dae40c3 no healthy upstream
2022-10-10T12:52:50.850Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=fa657a4a-58f8-4729-891b-28535dae40c3 no healthy upstream
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=?
2022-10-10T12:52:50.857Z|fa657a4a-58f8-4729-891b-28535dae40c3|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:71)
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)
2022-10-10T12:52:50.858Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa657a4a-58f8-4729-891b-28535dae40c3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=fa657a4a-58f8-4729-891b-28535dae40c3 no healthy upstream
2022-10-10T12:52:50.859Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-10-10T12:52:50.859Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T12:52:50.862Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T12:52:50.862Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406370858,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dfa657a4a-58f8-4729-891b-28535dae40c3 no healthy upstream"
}
2022-10-10T12:52:50.963Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-10T12:52:50.964Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T12:52:50.964Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T12:52:51.047Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:52:51.048Z||pool-13-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-10-10T12:52:51.876Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:52:51.877Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:52:51.877Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:53:01.843Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:53:48.937Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:53:48.938Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:53:48.938Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:53:48.939Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:53:48.940Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:53:48.940Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:53:49.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:53:49.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T12:53:49.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:53:49.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-10T12:53:49.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T12:53:49.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:53:49.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-10T12:53:49.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T12:53:49.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:53:49.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-10T12:53:49.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T12:53:49.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:53:49.036Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-10T12:53:49.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T12:53:49.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/resourceInstances/pnfe3371dc4a3b60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:53:49.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-10T12:53:49.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T12:53:49.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T12:53:49.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-10T12:53:49.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T12:53:49.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406308936,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T12:53:49.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-10T12:53:49.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T12:53:49.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406318729,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T12:53:49.044Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T12:53:49.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T12:53:49.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406322389,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPforngwmjqoavjhwanbp/1.0/artifacts/service-DemoPnfPforngwmjqoavjhwanbp-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T12:53:49.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T12:53:58.727Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:54:48.936Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:54:48.937Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:54:48.938Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:54:48.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:54:48.939Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:54:48.939Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:54:49.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:54:49.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-10T12:54:49.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa657a4a-58f8-4729-891b-28535dae40c3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665406370858,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dfa657a4a-58f8-4729-891b-28535dae40c3 no healthy upstream"
}
2022-10-10T12:54:49.646Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T12:54:58.891Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:55:48.936Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:55:48.937Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:55:48.938Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:55:48.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:55:48.939Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:55:48.939Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:55:58.767Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:55:58.878Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:56:48.937Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:56:48.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:56:48.941Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:56:48.941Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:56:48.941Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:56:48.942Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:56:59.097Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:56:59.127Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:57:48.936Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:57:48.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:57:48.940Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:57:48.941Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:57:48.938Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:57:48.943Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:57:58.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:57:58.961Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:58:48.936Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:58:48.937Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:58:48.937Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:58:48.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:58:48.939Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:58:48.939Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:58:58.915Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:58:59.095Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:59:48.937Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:59:48.938Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:59:48.938Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:59:48.939Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T12:59:48.939Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T12:59:48.940Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T12:59:58.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T12:59:58.922Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:00:48.937Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:00:48.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:00:48.939Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:00:48.939Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:00:48.940Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:00:48.941Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:00:58.894Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:00:58.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:01:48.937Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:01:48.938Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:01:48.938Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:01:48.939Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:01:48.940Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:01:48.940Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:01:59.264Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:01:59.277Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:02:48.936Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:02:48.938Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:02:48.938Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:02:48.948Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:02:48.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:02:48.953Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:02:58.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:02:58.723Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:03:48.937Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:03:48.939Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:03:48.941Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:03:48.941Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:03:48.941Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:03:48.941Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:03:50.194Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:03:50.195Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-10T13:03:50.196Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"33a1c680-135a-4238-a7a6-9d79dd3bfe53","serviceName":"Demo_pNF_CQyZukNv1OlcCAeZdUUn","serviceVersion":"1.0","serviceUUID":"b0fa4a4a-020b-4690-9bab-6e385b326563","serviceDescription":"catalog service description","serviceInvariantUUID":"4c1ad126-77ae-45c5-a5c4-9c829b717709","resources":[{"resourceInstanceName":"pNF d81466bb-bdd2 0","resourceName":"pNF d81466bb-bdd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"858fed83-2cf0-4e62-9d9a-983251286359","resourceInvariantUUID":"f94d3db9-9c44-474f-b4c8-500e662a220a","resourceCustomizationUUID":"4ed5a58a-217e-42b7-a786-894e4b5d5096","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vf-license-model.xml","artifactChecksum":"MGFhN2ZlMjk5YjM1NmFjNDg3OTY0OTcxNTAyNDY1ZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"76b95b60-d7bf-42f5-afe2-9d1c2d75ada1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/pNF.csar","artifactChecksum":"YWYxNDJlOGQwNDQ0MTViOTkyN2U3YzI0NGM1NGExOWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8370940b-8ccb-44ea-9b0a-ed9697e8fe9d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5f62ef7-8ffd-42d0-879b-b2e9540f7556","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vendor-license-model.xml","artifactChecksum":"MDIwMTI3N2UyMmQxMGJhNGI0M2QzZmNjYjVhMWNkOTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1afbb255-75ee-43d8-aa00-9fb86b4c4bb1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9630a071-63da-4ad5-9279-c510831708e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2676e394-ea62-4551-835c-f3b755885660","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCqyzuknv1olccaezduun-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-template.yml","artifactChecksum":"MzlmYWM0YTg1NzZlMTcyY2IzYmMyZDMyZThmNmJlMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"603d9e60-2e2b-4823-9347-fd55c47c7685","artifactVersion":"1"},{"artifactName":"service-DemoPnfCqyzuknv1olccaezduun-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar","artifactChecksum":"MmU0MDJiYWEyYWJjZjUyMjg4MGFhOTFjNjYyYmU2ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d693989-8ff6-4d1c-abbc-20b191cc7952","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T13:03:50.204Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:03:50.205Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:03:50.210Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:03:50.210Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:03:50.310Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:03:50.312Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:03:50.312Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:03:50.441Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:03:50.442Z||pool-14-thread-1|||||INFO|500||cambria reply ok (131 ms):{"serverTimeMs":25,"count":1}
2022-10-10T13:03:51.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:03:51.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:03:51.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:03:51.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:03:51.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:03:51.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "aai-ml",
"timestamp": 1665407031184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:03:51.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:03:51.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:03:51.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "cds",
"timestamp": 1665407019963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:03:51.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:03:51.210Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:03:51.213Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:03:51.215Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:03:51.215Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:03:51.315Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:03:51.316Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:03:51.316Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:03:51.402Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:03:51.403Z||pool-15-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:03:52.216Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:03:52.217Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:03:52.219Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:03:52.220Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:03:52.320Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T13:03:52.320Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:03:52.321Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:03:52.441Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:03:52.442Z||pool-16-thread-1|||||INFO|500||cambria reply ok (122 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:03:53.220Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:03:53.221Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:03:53.224Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:03:53.225Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:03:53.325Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:03:53.326Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:03:53.327Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:03:53.405Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:03:53.407Z||pool-17-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:03:54.226Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:03:54.227Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:03:54.231Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:03:54.231Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:03:54.332Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:03:54.333Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:03:54.333Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:03:54.509Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:03:54.510Z||pool-18-thread-1|||||INFO|500||cambria reply ok (178 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:03:55.232Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:03:55.233Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:03:55.236Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:03:55.236Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:03:55.336Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:03:55.337Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:03:55.337Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:03:55.411Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:03:55.412Z||pool-19-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:03:56.237Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:03:56.238Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:03:56.240Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:03:56.240Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:03:56.340Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T13:03:56.341Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:03:56.341Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:03:56.630Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:03:56.635Z||pool-20-thread-1|||||INFO|500||cambria reply ok (294 ms):{"serverTimeMs":121,"count":1}
2022-10-10T13:03:57.241Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:03:57.242Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:03:57.245Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:03:57.245Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:03:57.345Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:03:57.346Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:03:57.346Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:03:57.595Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:03:57.596Z||pool-21-thread-1|||||INFO|500||cambria reply ok (251 ms):{"serverTimeMs":72,"count":1}
2022-10-10T13:03:58.246Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"serviceName": "Demo_pNF_CQyZukNv1OlcCAeZdUUn",
"serviceVersion": "1.0",
"serviceUUID": "b0fa4a4a-020b-4690-9bab-6e385b326563",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4c1ad126-77ae-45c5-a5c4-9c829b717709",
"resources": [
{
"resourceInstanceName": "pNF d81466bb-bdd2 0",
"resourceCustomizationUUID": "4ed5a58a-217e-42b7-a786-894e4b5d5096",
"resourceName": "pNF d81466bb-bdd2",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "858fed83-2cf0-4e62-9d9a-983251286359",
"resourceInvariantUUID": "f94d3db9-9c44-474f-b4c8-500e662a220a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"artifactChecksum": "MmU0MDJiYWEyYWJjZjUyMjg4MGFhOTFjNjYyYmU2ZmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7d693989-8ff6-4d1c-abbc-20b191cc7952"
}
],
"workloadContext": "Production"
}
2022-10-10T13:03:58.247Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T13:03:58.247Z|fa657a4a-58f8-4729-891b-28535dae40c3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b0fa4a4a-020b-4690-9bab-6e385b326563 ASDC
2022-10-10T13:03:58.248Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:33a1c680-135a-4238-a7a6-9d79dd3bfe53
ServiceName:Demo_pNF_CQyZukNv1OlcCAeZdUUn
ServiceVersion:1.0
ServiceUUID:b0fa4a4a-020b-4690-9bab-6e385b326563
ServiceInvariantUUID:4c1ad126-77ae-45c5-a5c4-9c829b717709
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCqyzuknv1olccaezduun-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar
ArtifactUUID:7d693989-8ff6-4d1c-abbc-20b191cc7952
ArtifactChecksum:MmU0MDJiYWEyYWJjZjUyMjg4MGFhOTFjNjYyYmU2ZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d81466bb-bdd2 0
ResourceCustomizationUUID:4ed5a58a-217e-42b7-a786-894e4b5d5096
ResourceInvariantUUID:f94d3db9-9c44-474f-b4c8-500e662a220a
ResourceName:pNF d81466bb-bdd2
ResourceType:PNF
ResourceUUID:858fed83-2cf0-4e62-9d9a-983251286359
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-10T13:03:58.249Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0fa4a4a-020b-4690-9bab-6e385b326563 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 (?, ?, ?, ?, ?)
2022-10-10T13:03:58.300Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T13:03:58.302Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-10T13:03:58.302Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-10T13:03:58.303Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7d693989-8ff6-4d1c-abbc-20b191cc7952 from URL: /sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:03:58.303Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-10T13:03:58.304Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:03:59.318Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-10T13:03:59.325Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar 7d693989-8ff6-4d1c-abbc-20b191cc7952 87767
2022-10-10T13:03:59.325Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar ASDC sendASDCNotification
2022-10-10T13:03:59.326Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:03:59.326Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T13:03:59.326Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:03:59.329Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:03:59.329Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407039325,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:03:59.430Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-10T13:03:59.431Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:03:59.432Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:03:59.612Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:03:59.613Z||pool-22-thread-1|||||INFO|500||cambria reply ok (182 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:04:00.333Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T13:04:00.334Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-10T13:04:00.335Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7d693989-8ff6-4d1c-abbc-20b191cc7952, URL: /sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar to file: /app/ASDC/1/service-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:04:00.335Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:04:00.336Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:04:00.337Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:04:00.579Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17272944471659337295/Definitions/service-DemoPnfCqyzuknv1olccaezduun-template.yml
2022-10-10T13:04:01.641Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T13:04:01.642Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-10T13:04:01.642Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:04:01.643Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-10T13:04:01.643Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|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-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:04:01.643Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|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-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:04:01.643Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|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-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:04:01.644Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|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-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:04:01.644Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|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-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:04:01.644Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d81466bb-bdd2 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-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:04:01.644Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|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-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:04:01.644Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-10T13:04:01.645Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:04:01.645Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CQyZukNv1OlcCAeZdUUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:04:01.645Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Node template pNF d81466bb-bdd2 0 is matching search criteria
2022-10-10T13:04:01.646Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-10T13:04:01.646Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF d81466bb-bdd2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T13:04:01.646Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:04:01.647Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CQyZukNv1OlcCAeZdUUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:04:01.647Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Node template pNF d81466bb-bdd2 0 is matching search criteria
2022-10-10T13:04:01.647Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-10T13:04:01.647Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF d81466bb-bdd2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T13:04:01.648Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:04:01.648Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CQyZukNv1OlcCAeZdUUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:04:01.648Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:04:01.648Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CQyZukNv1OlcCAeZdUUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:04:01.649Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:04:01.649Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CQyZukNv1OlcCAeZdUUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:04:01.649Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:04:01.649Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CQyZukNv1OlcCAeZdUUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:04:01.650Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:04:01.650Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CQyZukNv1OlcCAeZdUUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:04:01.650Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_CQyZukNv1OlcCAeZdUUn
Description:catalog service description
Model UUID:b0fa4a4a-020b-4690-9bab-6e385b326563
Model Version:NULL
Model InvariantUuid:4c1ad126-77ae-45c5-a5c4-9c829b717709
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=?
2022-10-10T13:04:01.662Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 858fed83-2cf0-4e62-9d9a-983251286359
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=?
2022-10-10T13:04:01.667Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||pNF d81466bb-bdd2 0
2022-10-10T13:04:01.668Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 858fed83-2cf0-4e62-9d9a-983251286359
2022-10-10T13:04:01.668Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b0fa4a4a-020b-4690-9bab-6e385b326563
2022-10-10T13:04:01.668Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b0fa4a4a-020b-4690-9bab-6e385b326563
2022-10-10T13:04:01.668Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d81466bb-bdd2 0 858fed83-2cf0-4e62-9d9a-983251286359 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=?
2022-10-10T13:04:01.675Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7480cb4a, org.onap.sdc.toscaparser.api.parameters.Input@1757923b, org.onap.sdc.toscaparser.api.parameters.Input@3c8ddd2c, org.onap.sdc.toscaparser.api.parameters.Input@75b73748, org.onap.sdc.toscaparser.api.parameters.Input@71f782f]
2022-10-10T13:04:01.676Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:04:01.676Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CQyZukNv1OlcCAeZdUUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:04:01.676Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b0fa4a4a-020b-4690-9bab-6e385b326563: pNF d81466bb-bdd2
2022-10-10T13:04:01.677Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||Processing PNF resource: 858fed83-2cf0-4e62-9d9a-983251286359
2022-10-10T13:04:01.677Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:04:01.677Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CQyZukNv1OlcCAeZdUUn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:04:01.677Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||Resource customization UUID: 4ed5a58a-217e-42b7-a786-894e4b5d5096 is the same as notified resource customizationUUID: 4ed5a58a-217e-42b7-a786-894e4b5d5096
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 (?, ?)
2022-10-10T13:04:01.738Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d81466bb-bdd2 858fed83-2cf0-4e62-9d9a-983251286359 0 ASDC deployResourceStructure
2022-10-10T13:04:01.738Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar ASDC sendASDCNotification
2022-10-10T13:04:01.738Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar
2022-10-10T13:04:01.738Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T13:04:01.739Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:04:01.742Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:04:01.747Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407041738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T13:04:01.842Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-10-10T13:04:01.843Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:04:01.843Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:04:02.158Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:04:02.159Z||pool-23-thread-1|||||INFO|500||cambria reply ok (316 ms):{"serverTimeMs":23,"count":1}
2022-10-10T13:04:02.748Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33a1c680-135a-4238-a7a6-9d79dd3bfe53
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-10-10T13:04:02.767Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33a1c680-135a-4238-a7a6-9d79dd3bfe53
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=?
2022-10-10T13:04:02.770Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T13:04:02.771Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T13:04:02.771Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T13:04:32.772Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33a1c680-135a-4238-a7a6-9d79dd3bfe53
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-10-10T13:04:32.790Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33a1c680-135a-4238-a7a6-9d79dd3bfe53
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=?
2022-10-10T13:04:32.794Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T13:04:32.796Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T13:04:32.796Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T13:04:48.939Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:04:48.940Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:04:48.941Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:04:49.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:04:49.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:04:49.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "aai-ml",
"timestamp": 1665407031184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:04:49.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:02.797Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33a1c680-135a-4238-a7a6-9d79dd3bfe53
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-10-10T13:05:02.813Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33a1c680-135a-4238-a7a6-9d79dd3bfe53
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=?
2022-10-10T13:05:02.816Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T13:05:02.816Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T13:05:02.816Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T13:05:32.816Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33a1c680-135a-4238-a7a6-9d79dd3bfe53
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-10-10T13:05:32.832Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33a1c680-135a-4238-a7a6-9d79dd3bfe53
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=?
2022-10-10T13:05:32.835Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T13:05:32.835Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-10T13:05:32.836Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-10T13:05:48.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:05:48.941Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:05:48.941Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:05:49.654Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:05:49.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "cds",
"timestamp": 1665407019963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "aai-ml",
"timestamp": 1665407031184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "cds",
"timestamp": 1665407019963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "cds",
"timestamp": 1665407019963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "aai-ml",
"timestamp": 1665407031184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "aai-ml",
"timestamp": 1665407031184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "cds",
"timestamp": 1665407019963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "aai-ml",
"timestamp": 1665407031184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "cds",
"timestamp": 1665407019963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407034006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "aai-ml",
"timestamp": 1665407031184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "cds",
"timestamp": 1665407019963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407034006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "aai-ml",
"timestamp": 1665407031184,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:05:49.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "cds",
"timestamp": 1665407019963,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:05:49.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407028937,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:05:49.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407034006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407034006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407039325,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:05:49.669Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:05:49.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "aai-ml",
"timestamp": 1665407041320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:05:49.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:05:49.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "policy-id",
"timestamp": 1665407038377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407034006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "cds",
"timestamp": 1665407038545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:05:49.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:05:49.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407038618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "aai-ml",
"timestamp": 1665407042332,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-10T13:05:49.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:05:49.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "policy-id",
"timestamp": 1665407038377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407034006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407038618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "aai-ml",
"timestamp": 1665407043337,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-10T13:05:49.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:05:49.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407041738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T13:05:49.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:05:49.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407034006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "policy-id",
"timestamp": 1665407038377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407038618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "aai-ml",
"timestamp": 1665407044343,
"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=?
2022-10-10T13:05:49.683Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 33a1c680-135a-4238-a7a6-9d79dd3bfe53
2022-10-10T13:05:49.683Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33a1c680-135a-4238-a7a6-9d79dd3bfe53 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 (?, ?, ?, ?, ?)
2022-10-10T13:05:49.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "policy-id",
"timestamp": 1665407038377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407034006,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:05:49.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407038618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "policy-id",
"timestamp": 1665407038377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407038618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "policy-id",
"timestamp": 1665407038377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407038618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/resourceInstances/pnfd81466bbbdd20/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "policy-id",
"timestamp": 1665407038377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407038618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:05:49.700Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "policy-id",
"timestamp": 1665407038377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:05:49.700Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407038618,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:05:49.701Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-10T13:05:49.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "policy-id",
"timestamp": 1665407048008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:05:49.701Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:05:49.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407048305,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:05:49.701Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:05:49.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "policy-id",
"timestamp": 1665407049014,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T13:05:49.701Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:05:49.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "policy-id",
"timestamp": 1665407050018,
"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=?
2022-10-10T13:05:49.709Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33a1c680-135a-4238-a7a6-9d79dd3bfe53
2022-10-10T13:05:49.709Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33a1c680-135a-4238-a7a6-9d79dd3bfe53 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 (?, ?, ?, ?, ?)
2022-10-10T13:05:49.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407050643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCqyzuknv1olccaezduun/1.0/artifacts/service-DemoPnfCqyzuknv1olccaezduun-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T13:05:49.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:05:49.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-10T13:05:49.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407051647,
"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=?
2022-10-10T13:05:49.729Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33a1c680-135a-4238-a7a6-9d79dd3bfe53
2022-10-10T13:05:49.729Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33a1c680-135a-4238-a7a6-9d79dd3bfe53 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 (?, ?, ?, ?, ?)
2022-10-10T13:06:02.836Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33a1c680-135a-4238-a7a6-9d79dd3bfe53
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-10-10T13:06:02.852Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33a1c680-135a-4238-a7a6-9d79dd3bfe53
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=?
2022-10-10T13:06:02.857Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T13:06:02.857Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-10T13:06:02.857Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-10T13:06:02.857Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-10T13:06:02.858Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-10-10T13:06:02.858Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|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=?
2022-10-10T13:06:02.869Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-10T13:06:32.870Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33a1c680-135a-4238-a7a6-9d79dd3bfe53 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=?
2022-10-10T13:06:32.878Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33a1c680-135a-4238-a7a6-9d79dd3bfe53 and serviceModelVersionId: b0fa4a4a-020b-4690-9bab-6e385b326563
2022-10-10T13:06:32.878Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c1ad126-77ae-45c5-a5c4-9c829b717709
2022-10-10T13:06:32.880Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c1ad126-77ae-45c5-a5c4-9c829b717709/model-vers/model-ver/b0fa4a4a-020b-4690-9bab-6e385b326563?depth=0
2022-10-10T13:06:32.885Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-10T13:06:33.037Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4c1ad126-77ae-45c5-a5c4-9c829b717709/model-vers/model-ver/b0fa4a4a-020b-4690-9bab-6e385b326563?depth=0|INFO|500||Invoke
2022-10-10T13:06:33.038Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4c1ad126-77ae-45c5-a5c4-9c829b717709/model-vers/model-ver/b0fa4a4a-020b-4690-9bab-6e385b326563?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4c1ad126-77ae-45c5-a5c4-9c829b717709/model-vers/model-ver/b0fa4a4a-020b-4690-9bab-6e385b326563?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[33a1c680-135a-4238-a7a6-9d79dd3bfe53], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ea2e773-71b2-47d4-abaf-584f43cf0156], X-ECOMP-RequestID=[33a1c680-135a-4238-a7a6-9d79dd3bfe53], X-TransactionId=[], X-ONAP-RequestID=[33a1c680-135a-4238-a7a6-9d79dd3bfe53], Content-Type=[application/merge-patch+json]}
2022-10-10T13:06:33.047Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4c1ad126-77ae-45c5-a5c4-9c829b717709/model-vers/model-ver/b0fa4a4a-020b-4690-9bab-6e385b326563?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-10-10T13:06:33.049Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4c1ad126-77ae-45c5-a5c4-9c829b717709/model-vers/model-ver/b0fa4a4a-020b-4690-9bab-6e385b326563?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/4c1ad126-77ae-45c5-a5c4-9c829b717709/model-vers/model-ver/b0fa4a4a-020b-4690-9bab-6e385b326563?depth=0 has http status code:503 and response headers:{date=[Mon, 10 Oct 2022 13:06:33 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2022-10-10T13:06:33.050Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4c1ad126-77ae-45c5-a5c4-9c829b717709/model-vers/model-ver/b0fa4a4a-020b-4690-9bab-6e385b326563?depth=0|DEBUG|500||no healthy upstream
2022-10-10T13:06:33.050Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4c1ad126-77ae-45c5-a5c4-9c829b717709/model-vers/model-ver/b0fa4a4a-020b-4690-9bab-6e385b326563?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-10-10T13:06:34.050Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=33a1c680-135a-4238-a7a6-9d79dd3bfe53 no healthy upstream
2022-10-10T13:06:34.051Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=33a1c680-135a-4238-a7a6-9d79dd3bfe53 no healthy upstream
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
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:71)
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)
2022-10-10T13:06:34.052Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=33a1c680-135a-4238-a7a6-9d79dd3bfe53 no healthy upstream
2022-10-10T13:06:34.052Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=33a1c680-135a-4238-a7a6-9d79dd3bfe53 no healthy upstream
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=?
2022-10-10T13:06:34.069Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|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:71)
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)
2022-10-10T13:06:34.070Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33a1c680-135a-4238-a7a6-9d79dd3bfe53 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=33a1c680-135a-4238-a7a6-9d79dd3bfe53 no healthy upstream
2022-10-10T13:06:34.070Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-10-10T13:06:34.071Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:06:34.073Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:06:34.074Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407194070,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d33a1c680-135a-4238-a7a6-9d79dd3bfe53 no healthy upstream"
}
2022-10-10T13:06:34.174Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:06:34.175Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:06:34.175Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:06:34.227Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:06:34.228Z||pool-24-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":3,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-10-10T13:06:35.094Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:06:35.095Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:06:35.095Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:06:46.554Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:06:46.555Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:06:46.555Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:06:46.561Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:06:48.939Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:06:48.940Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:06:48.940Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:06:49.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:06:49.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-10T13:06:49.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "33a1c680-135a-4238-a7a6-9d79dd3bfe53",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407194070,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d33a1c680-135a-4238-a7a6-9d79dd3bfe53 no healthy upstream"
}
2022-10-10T13:06:49.611Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:06:56.211Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:06:56.212Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:06:56.213Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:06:56.213Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:07:05.922Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:07:48.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:07:48.939Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:07:48.939Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:07:48.939Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:07:48.940Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:07:48.940Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:07:58.664Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:07:58.692Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:08:48.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:08:48.938Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:08:48.938Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:08:48.940Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:08:48.941Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:08:48.941Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:08:58.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:08:58.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:09:48.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:09:48.937Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:09:48.937Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:09:48.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:09:48.939Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:09:48.939Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:09:59.138Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:09:59.255Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:10:48.940Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:10:48.941Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:10:48.941Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:10:48.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:10:48.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:10:48.960Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:10:58.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:10:58.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:11:48.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:11:48.937Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:11:48.937Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:11:48.939Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:11:48.939Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:11:48.940Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:11:58.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:11:58.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:12:48.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:12:48.941Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:12:48.942Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:12:48.942Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:12:48.944Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:12:48.945Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:12:58.703Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:12:58.968Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:13:48.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:13:48.938Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:13:48.938Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:13:48.939Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:13:48.939Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:13:48.939Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:13:58.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:13:58.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:14:48.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:14:48.938Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:14:48.938Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:14:48.939Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:14:48.939Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:14:48.939Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:14:58.917Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:14:59.017Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:15:48.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:15:48.937Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:15:48.938Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:15:48.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:15:48.944Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:15:48.944Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:15:58.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:15:59.008Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:16:48.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:16:48.939Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:16:48.940Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:16:48.940Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:16:48.940Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:16:48.940Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:17:00.123Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:17:00.123Z|33a1c680-135a-4238-a7a6-9d79dd3bfe53|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:17:48.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:17:48.937Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:17:48.937Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:17:48.939Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:17:48.939Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:17:48.939Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:17:58.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:17:58.925Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:18:48.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:18:48.937Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:18:48.937Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:18:48.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:18:48.939Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:18:48.940Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:18:58.891Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:18:59.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:19:48.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:19:48.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:19:48.940Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:19:48.940Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:19:48.941Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:19:48.941Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:19:49.733Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:19:49.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"092d7bd2-7b3b-45ee-946e-802fa0404100","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"4a31bdc9-c57e-426a-8417-1bd13a767a32","serviceDescription":"service","serviceInvariantUUID":"39af3e0f-f35f-4f68-8385-74af3c9af81d","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"19587e8a-5e04-4496-b772-57f068b37de7","resourceInvariantUUID":"6bb66db8-56dd-4a35-b45b-6ccd32913e22","resourceCustomizationUUID":"4194cb36-f4a5-4c62-b33a-b0d5a5fd3b37","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NDI5OWZmOWFkMjdhNDMzY2RmNzFmM2QzYTcwNmEwNzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4a305ca8-b579-4145-aa77-6903a47a9be6","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"Zjg3MTcwMzJmYmM2YWVmNjNjNmVlMWYzMzllMmVkZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1a1b154b-9ca8-4fc0-9374-98da03b5f32b","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"864234ef-4e37-47cc-803e-8e9b736528c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"be1e14f7-dd68-4c31-8f3f-c298db99598d","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"81b3b817-3cfa-49f6-95a9-efee117e0d8b","artifactVersion":"2","generatedFromUUID":"2e117684-3839-4414-8399-50f0ec32881d"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72a8b122-2a1f-48e3-9d71-62b9e699d724","artifactVersion":"2","generatedFromUUID":"864234ef-4e37-47cc-803e-8e9b736528c4"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2e117684-3839-4414-8399-50f0ec32881d","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8455d8f6-714b-4cf6-8e57-26ec95873c8e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YTBhNDVlMGQ4NTk1MTU3OTAzYmZhZWMwZGJkZTU5ZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1833b132-1bb2-4c05-83b5-3d257bd20433","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NzYyNDc0MDI4YWY1ZDQ2OTAwZDQ2YmRhYzk1Y2NlNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4bb45ba4-c5f1-4c3c-91d0-c5fef2d0ab4b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T13:19:49.743Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:19:49.743Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:19:49.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:19:49.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "cds",
"timestamp": 1665407949963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "cds",
"timestamp": 1665407949963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407954006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "cds",
"timestamp": 1665407949963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407954006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOTIFIED"
}
2022-10-10T13:19:49.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "cds",
"timestamp": 1665407949963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407954006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOTIFIED"
}
2022-10-10T13:19:49.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "cds",
"timestamp": 1665407949963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407954006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "cds",
"timestamp": 1665407949963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "policy-id",
"timestamp": 1665407958377,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407954006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOTIFIED"
}
2022-10-10T13:19:49.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "aai-ml",
"timestamp": 1665407961184,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "cds",
"timestamp": 1665407949963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "policy-id",
"timestamp": 1665407958377,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.755Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:19:49.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.755Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407954006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOTIFIED"
}
2022-10-10T13:19:49.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "aai-ml",
"timestamp": 1665407961184,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "cds",
"timestamp": 1665407949963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "policy-id",
"timestamp": 1665407958377,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOTIFIED"
}
2022-10-10T13:19:49.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407954006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOTIFIED"
}
2022-10-10T13:19:49.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "aai-ml",
"timestamp": 1665407961184,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "cds",
"timestamp": 1665407949963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "policy-id",
"timestamp": 1665407958377,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407954006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "aai-ml",
"timestamp": 1665407961184,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "cds",
"timestamp": 1665407949963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:19:49.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "policy-id",
"timestamp": 1665407958377,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407954006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "aai-ml",
"timestamp": 1665407961184,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "policy-id",
"timestamp": 1665407958377,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407954006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:19:49.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "aai-ml",
"timestamp": 1665407961184,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "cds",
"timestamp": 1665407964487,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:19:49.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:19:49.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "policy-id",
"timestamp": 1665407958377,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "aai-ml",
"timestamp": 1665407961184,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407965558,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:19:49.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:19:49.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "policy-id",
"timestamp": 1665407958377,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "aai-ml",
"timestamp": 1665407961184,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.765Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "policy-id",
"timestamp": 1665407958377,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.765Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "aai-ml",
"timestamp": 1665407961184,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407967340,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:19:49.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:19:49.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "policy-id",
"timestamp": 1665407958377,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:19:49.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "aai-ml",
"timestamp": 1665407961184,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:19:49.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407968618,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.768Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407969296,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:19:49.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:19:49.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "policy-id",
"timestamp": 1665407970228,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:19:49.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:19:49.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407968618,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.770Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "aai-ml",
"timestamp": 1665407973311,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:19:49.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:19:49.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "policy-id",
"timestamp": 1665407971237,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T13:19:49.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:19:49.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407968618,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407971125,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:19:49.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:19:49.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "aai-ml",
"timestamp": 1665407974327,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-10T13:19:49.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:19:49.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "policy-id",
"timestamp": 1665407972240,
"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 (?, ?, ?, ?, ?)
2022-10-10T13:19:49.805Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 092d7bd2-7b3b-45ee-946e-802fa0404100
2022-10-10T13:19:49.806Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 092d7bd2-7b3b-45ee-946e-802fa0404100 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 (?, ?, ?, ?, ?)
2022-10-10T13:19:49.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407968618,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407972296,
"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=?
2022-10-10T13:19:49.825Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 092d7bd2-7b3b-45ee-946e-802fa0404100
2022-10-10T13:19:49.826Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 092d7bd2-7b3b-45ee-946e-802fa0404100 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=?
2022-10-10T13:19:49.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "aai-ml",
"timestamp": 1665407975333,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-10T13:19:49.837Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:19:49.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407968618,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665407973301,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-10T13:19:49.838Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:19:49.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "aai-ml",
"timestamp": 1665407976339,
"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=?
2022-10-10T13:19:49.846Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 092d7bd2-7b3b-45ee-946e-802fa0404100
2022-10-10T13:19:49.846Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 092d7bd2-7b3b-45ee-946e-802fa0404100 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 (?, ?, ?, ?, ?)
2022-10-10T13:19:49.854Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T13:19:49.855Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:19:49.855Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:19:49.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407968618,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407968618,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407968618,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407968618,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:49.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407968618,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:19:49.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:19:49.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407980810,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:19:49.861Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:19:49.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407983410,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T13:19:49.861Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:19:49.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:19:49.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665407984414,
"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=?
2022-10-10T13:19:49.868Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 092d7bd2-7b3b-45ee-946e-802fa0404100
2022-10-10T13:19:49.876Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 092d7bd2-7b3b-45ee-946e-802fa0404100 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 (?, ?, ?, ?, ?)
2022-10-10T13:19:50.159Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:19:50.160Z||pool-25-thread-1|||||INFO|500||cambria reply ok (305 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:19:50.755Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:19:50.756Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:19:50.758Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:19:50.758Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOTIFIED"
}
2022-10-10T13:19:50.858Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:19:50.859Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:19:50.859Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:19:50.946Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:19:50.947Z||pool-26-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":5,"count":1}
2022-10-10T13:19:51.759Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:19:51.759Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:19:51.763Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:19:51.763Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOTIFIED"
}
2022-10-10T13:19:51.863Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:19:51.864Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:19:51.864Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:19:52.017Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:19:52.018Z||pool-27-thread-1|||||INFO|500||cambria reply ok (155 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:19:52.763Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:19:52.764Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:19:52.767Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:19:52.767Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:52.867Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:19:52.868Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:19:52.868Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:19:53.008Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:19:53.008Z||pool-28-thread-1|||||INFO|500||cambria reply ok (140 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:19:53.770Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:19:53.771Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:19:53.774Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:19:53.774Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOTIFIED"
}
2022-10-10T13:19:53.873Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T13:19:53.874Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:19:53.874Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:19:53.930Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:19:53.931Z||pool-29-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:19:54.775Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:19:54.775Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:19:54.778Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:19:54.779Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOTIFIED"
}
2022-10-10T13:19:54.879Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:19:54.880Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:19:54.880Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:19:54.999Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:19:54.999Z||pool-30-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":5,"count":1}
2022-10-10T13:19:55.779Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:19:55.779Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:19:55.786Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:19:55.786Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOTIFIED"
}
2022-10-10T13:19:55.886Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:19:55.887Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:19:55.887Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:19:56.091Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:19:56.091Z||pool-31-thread-1|||||INFO|500||cambria reply ok (205 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:19:56.787Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:19:56.788Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:19:56.790Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:19:56.790Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:56.890Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:19:56.891Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:19:56.891Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:19:57.044Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:19:57.045Z||pool-32-thread-1|||||INFO|500||cambria reply ok (155 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:19:57.790Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:19:57.791Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:19:57.801Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:19:57.801Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:19:57.897Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-10-10T13:19:57.898Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:19:57.898Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:19:57.973Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:19:57.974Z||pool-33-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:19:58.802Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:19:58.804Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:19:58.806Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:19:58.806Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:19:58.906Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:19:58.907Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:19:58.907Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:19:59.064Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:19:59.064Z||pool-34-thread-1|||||INFO|500||cambria reply ok (158 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:19:59.808Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"serviceName": "basic_cnf_macro",
"serviceVersion": "1.0",
"serviceUUID": "4a31bdc9-c57e-426a-8417-1bd13a767a32",
"serviceDescription": "service",
"serviceInvariantUUID": "39af3e0f-f35f-4f68-8385-74af3c9af81d",
"resources": [
{
"resourceInstanceName": "basic_cnf_macro 0",
"resourceCustomizationUUID": "4194cb36-f4a5-4c62-b33a-b0d5a5fd3b37",
"resourceName": "basic_cnf_macro",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "19587e8a-5e04-4496-b772-57f068b37de7",
"resourceInvariantUUID": "6bb66db8-56dd-4a35-b45b-6ccd32913e22",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_cnf_macro0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"artifactChecksum": "Zjg3MTcwMzJmYmM2YWVmNjNjNmVlMWYzMzllMmVkZjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1a1b154b-9ca8-4fc0-9374-98da03b5f32b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_template_dummy_ignore.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "864234ef-4e37-47cc-803e-8e9b736528c4",
"generatedArtifact": {
"artifactName": "base_template_dummy_ignore.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "72a8b122-2a1f-48e3-9d71-62b9e699d724",
"generatedFromUUID": "864234ef-4e37-47cc-803e-8e9b736528c4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "helm_apache.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "81b3b817-3cfa-49f6-95a9-efee117e0d8b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_template_dummy_ignore.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "72a8b122-2a1f-48e3-9d71-62b9e699d724",
"relatedArtifactsInfo": []
},
{
"artifactName": "helm_apache.tgz",
"artifactType": "HELM",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2e117684-3839-4414-8399-50f0ec32881d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnfMacro-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"artifactChecksum": "NzYyNDc0MDI4YWY1ZDQ2OTAwZDQ2YmRhYzk1Y2NlNzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4bb45ba4-c5f1-4c3c-91d0-c5fef2d0ab4b"
}
],
"workloadContext": "Production"
}
2022-10-10T13:19:59.809Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T13:19:59.809Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4a31bdc9-c57e-426a-8417-1bd13a767a32 ASDC
2022-10-10T13:19:59.811Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:092d7bd2-7b3b-45ee-946e-802fa0404100
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:4a31bdc9-c57e-426a-8417-1bd13a767a32
ServiceInvariantUUID:39af3e0f-f35f-4f68-8385-74af3c9af81d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:4bb45ba4-c5f1-4c3c-91d0-c5fef2d0ab4b
ArtifactChecksum:NzYyNDc0MDI4YWY1ZDQ2OTAwZDQ2YmRhYzk1Y2NlNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:4194cb36-f4a5-4c62-b33a-b0d5a5fd3b37
ResourceInvariantUUID:6bb66db8-56dd-4a35-b45b-6ccd32913e22
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:19587e8a-5e04-4496-b772-57f068b37de7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:1a1b154b-9ca8-4fc0-9374-98da03b5f32b
ArtifactChecksum:Zjg3MTcwMzJmYmM2YWVmNjNjNmVlMWYzMzllMmVkZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:864234ef-4e37-47cc-803e-8e9b736528c4
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:72a8b122-2a1f-48e3-9d71-62b9e699d724
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:81b3b817-3cfa-49f6-95a9-efee117e0d8b
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:72a8b122-2a1f-48e3-9d71-62b9e699d724
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:2e117684-3839-4414-8399-50f0ec32881d
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-10T13:19:59.811Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a31bdc9-c57e-426a-8417-1bd13a767a32 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=?
2022-10-10T13:19:59.871Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T13:19:59.873Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-10T13:19:59.873Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-10T13:19:59.873Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4bb45ba4-c5f1-4c3c-91d0-c5fef2d0ab4b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-10T13:19:59.874Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-10T13:19:59.875Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-10T13:20:00.721Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-10T13:20:00.729Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4bb45ba4-c5f1-4c3c-91d0-c5fef2d0ab4b 162981
2022-10-10T13:20:00.730Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-10T13:20:00.730Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-10T13:20:00.730Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T13:20:00.731Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:20:00.733Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:20:00.733Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408000730,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:20:00.833Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T13:20:00.834Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:20:00.834Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:20:00.970Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:20:00.970Z||pool-35-thread-1|||||INFO|500||cambria reply ok (136 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:20:01.734Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T13:20:01.736Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-10T13:20:01.737Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4bb45ba4-c5f1-4c3c-91d0-c5fef2d0ab4b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-10T13:20:01.737Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-10-10T13:20:01.742Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-10T13:20:01.743Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-10T13:20:01.957Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13666576263299485334/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-10-10T13:20:03.422Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T13:20:03.423Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-10T13:20:03.423Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-10T13:20:03.423Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-10T13:20:03.424Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-10T13:20:03.424Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-10T13:20:03.424Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-10T13:20:03.424Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-10T13:20:03.424Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-10T13:20:03.424Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:03.424Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:20:03.425Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T13:20:03.425Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-10T13:20:03.427Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T13:20:03.427Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:03.428Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:20:03.428Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T13:20:03.428Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-10T13:20:03.428Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T13:20:03.428Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:03.428Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:20:03.429Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:03.429Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-10T13:20:03.430Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-10-10T13:20:03.430Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-10-10T13:20:03.430Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-10T13:20:03.430Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:03.430Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T13:20:03.432Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:03.432Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T13:20:03.432Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T13:20:03.433Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:03.433Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T13:20:03.433Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T13:20:03.433Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:03.433Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T13:20:03.433Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T13:20:03.434Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:03.434Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T13:20:03.434Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T13:20:03.434Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:03.434Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-10T13:20:03.434Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-10-10T13:20:03.434Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=cf187592-aa91-4412-b4ce-7039946ca2ad
2022-10-10T13:20:03.435Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:03.435Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:20:03.435Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:03.435Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:20:03.435Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:03.435Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:20:03.436Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:03.436Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:20:03.436Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:4a31bdc9-c57e-426a-8417-1bd13a767a32
Model Version:NULL
Model InvariantUuid:39af3e0f-f35f-4f68-8385-74af3c9af81d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8238362f-3d51-4d41-ae8e-43db4b03355d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6bb66db8-56dd-4a35-b45b-6ccd32913e22
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4194cb36-f4a5-4c62-b33a-b0d5a5fd3b37
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9607e1b9-36a1-4524-9aae-fce884caadb0
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:d2fdf5e9-61e4-46e2-92c9-f15aa495eb63
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
VF Module Properties:
ModelInvariantUuid:b02eae5d-fdb9-4eaf-ac05-e0ad651b0224
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:20f82036-a48d-4f5e-83e1-57276e272878
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cf187592-aa91-4412-b4ce-7039946ca2ad
ModelInvariantUuid:f7b78678-1bc0-4a8d-8a35-c1743dcf0d4f
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:05a436e0-a55f-4383-8718-18f48270a202
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base
VNFC Properties:
ModelCustomizationUuid:ea99c0d5-6b4c-466f-8e35-8d9a4b07c6ea
ModelInvariantUuid:408075fd-8603-4db4-98d4-b62deebe724f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:2050715d-fec7-4f01-a03a-60bfe39306ad
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=?
2022-10-10T13:20:03.448Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 19587e8a-5e04-4496-b772-57f068b37de7
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=?
2022-10-10T13:20:03.456Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-10-10T13:20:03.456Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 19587e8a-5e04-4496-b772-57f068b37de7
2022-10-10T13:20:03.456Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1a1b154b-9ca8-4fc0-9374-98da03b5f32b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-10T13:20:03.456Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-10T13:20:03.456Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-10T13:20:03.987Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-10T13:20:03.987Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 1a1b154b-9ca8-4fc0-9374-98da03b5f32b 1565
2022-10-10T13:20:03.988Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-10-10T13:20:03.988Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-10T13:20:03.988Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T13:20:03.988Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:20:03.991Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:20:03.991Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408003988,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:20:04.091Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:20:04.092Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:20:04.092Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:20:04.135Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:20:04.135Z||pool-36-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:20:04.994Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
"vfModuleModelInvariantUUID": "b02eae5d-fdb9-4eaf-ac05-e0ad651b0224",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "20f82036-a48d-4f5e-83e1-57276e272878",
"vfModuleModelCustomizationUUID": "b549f01c-ae83-4d47-9fe2-5d457edc4660",
"isBase": true,
"artifacts": [
"864234ef-4e37-47cc-803e-8e9b736528c4",
"72a8b122-2a1f-48e3-9d71-62b9e699d724"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_template_dummy_ignore",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
},
{
"vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
"vfModuleModelInvariantUUID": "9607e1b9-36a1-4524-9aae-fce884caadb0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d2fdf5e9-61e4-46e2-92c9-f15aa495eb63",
"vfModuleModelCustomizationUUID": "c7c77990-b40d-4827-9bd1-4599219855ae",
"isBase": false,
"artifacts": [
"2e117684-3839-4414-8399-50f0ec32881d"
],
"properties": {
"min_vf_module_instances": "0",
"vf_module_label": "helm_apache",
"max_vf_module_instances": "",
"vfc_list": "",
"vf_module_type": "Expansion",
"vf_module_description": "",
"initial_count": "0",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-10T13:20:05.019Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20f82036-a48d-4f5e-83e1-57276e272878
VfModuleModelInvariantUUID:b02eae5d-fdb9-4eaf-ac05-e0ad651b0224
VfModuleModelDescription:NULL
Artifacts UUID List:{
864234ef-4e37-47cc-803e-8e9b736528c4
,
72a8b122-2a1f-48e3-9d71-62b9e699d724
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_template_dummy_ignore
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:d2fdf5e9-61e4-46e2-92c9-f15aa495eb63
VfModuleModelInvariantUUID:9607e1b9-36a1-4524-9aae-fce884caadb0
VfModuleModelDescription:NULL
Artifacts UUID List:{
2e117684-3839-4414-8399-50f0ec32881d
}
Properties List:{
min_vf_module_instances : 0
vf_module_label : helm_apache
max_vf_module_instances :
vfc_list :
vf_module_type : Expansion
vf_module_description :
initial_count : 0
volume_group : false
availability_zone_count :
}
isBase:false
}
2022-10-10T13:20:05.024Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
"vfModuleModelInvariantUUID": "b02eae5d-fdb9-4eaf-ac05-e0ad651b0224",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "20f82036-a48d-4f5e-83e1-57276e272878",
"vfModuleModelCustomizationUUID": "b549f01c-ae83-4d47-9fe2-5d457edc4660",
"isBase": true,
"artifacts": [
"864234ef-4e37-47cc-803e-8e9b736528c4",
"72a8b122-2a1f-48e3-9d71-62b9e699d724"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_template_dummy_ignore",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
},
{
"vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
"vfModuleModelInvariantUUID": "9607e1b9-36a1-4524-9aae-fce884caadb0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d2fdf5e9-61e4-46e2-92c9-f15aa495eb63",
"vfModuleModelCustomizationUUID": "c7c77990-b40d-4827-9bd1-4599219855ae",
"isBase": false,
"artifacts": [
"2e117684-3839-4414-8399-50f0ec32881d"
],
"properties": {
"min_vf_module_instances": "0",
"vf_module_label": "helm_apache",
"max_vf_module_instances": "",
"vfc_list": "",
"vf_module_type": "Expansion",
"vf_module_description": "",
"initial_count": "0",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-10T13:20:05.025Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20f82036-a48d-4f5e-83e1-57276e272878
VfModuleModelInvariantUUID:b02eae5d-fdb9-4eaf-ac05-e0ad651b0224
VfModuleModelDescription:NULL
Artifacts UUID List:{
864234ef-4e37-47cc-803e-8e9b736528c4
,
72a8b122-2a1f-48e3-9d71-62b9e699d724
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_template_dummy_ignore
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:d2fdf5e9-61e4-46e2-92c9-f15aa495eb63
VfModuleModelInvariantUUID:9607e1b9-36a1-4524-9aae-fce884caadb0
VfModuleModelDescription:NULL
Artifacts UUID List:{
2e117684-3839-4414-8399-50f0ec32881d
}
Properties List:{
min_vf_module_instances : 0
vf_module_label : helm_apache
max_vf_module_instances :
vfc_list :
vf_module_type : Expansion
vf_module_description :
initial_count : 0
volume_group : false
availability_zone_count :
}
isBase:false
}
2022-10-10T13:20:05.025Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 864234ef-4e37-47cc-803e-8e9b736528c4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-10T13:20:05.025Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-10T13:20:05.026Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-10T13:20:05.586Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-10T13:20:05.587Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 864234ef-4e37-47cc-803e-8e9b736528c4 914
2022-10-10T13:20:05.588Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-10-10T13:20:05.588Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-10T13:20:05.588Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T13:20:05.588Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:20:05.590Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:20:05.591Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408005587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:20:05.691Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:20:05.692Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:20:05.692Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:20:05.841Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:20:05.841Z||pool-37-thread-1|||||INFO|500||cambria reply ok (150 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:20:06.591Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 81b3b817-3cfa-49f6-95a9-efee117e0d8b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-10T13:20:06.592Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-10T13:20:06.592Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-10T13:20:07.385Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-10T13:20:07.386Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 81b3b817-3cfa-49f6-95a9-efee117e0d8b 12
2022-10-10T13:20:07.386Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-10-10T13:20:07.387Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-10T13:20:07.387Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T13:20:07.387Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:20:07.389Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:20:07.389Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408007386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:20:07.493Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-10-10T13:20:07.494Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:20:07.494Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:20:07.597Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:20:07.598Z||pool-38-thread-1|||||INFO|500||cambria reply ok (105 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:20:08.391Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 72a8b122-2a1f-48e3-9d71-62b9e699d724 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-10T13:20:08.391Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-10T13:20:08.396Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-10T13:20:09.108Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-10T13:20:09.109Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 72a8b122-2a1f-48e3-9d71-62b9e699d724 96
2022-10-10T13:20:09.109Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-10-10T13:20:09.110Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-10T13:20:09.110Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T13:20:09.110Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:20:09.120Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:20:09.121Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408009109,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:20:09.219Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-10T13:20:09.221Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:20:09.221Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:20:09.325Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:20:09.326Z||pool-39-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:20:10.121Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2e117684-3839-4414-8399-50f0ec32881d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-10T13:20:10.122Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-10T13:20:10.122Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-10T13:20:10.926Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-10T13:20:10.927Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2e117684-3839-4414-8399-50f0ec32881d 20206
2022-10-10T13:20:10.928Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-10-10T13:20:10.928Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-10T13:20:10.929Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T13:20:10.929Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:20:10.933Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:20:10.934Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408010928,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:20:11.034Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:20:11.035Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:20:11.035Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:20:11.152Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:20:11.152Z||pool-40-thread-1|||||INFO|500||cambria reply ok (118 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:20:11.938Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4a31bdc9-c57e-426a-8417-1bd13a767a32
2022-10-10T13:20:11.938Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 19587e8a-5e04-4496-b772-57f068b37de7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-10T13:20:11.967Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57d5bbb2, org.onap.sdc.toscaparser.api.parameters.Input@dbd1c92, org.onap.sdc.toscaparser.api.parameters.Input@7451e3e, org.onap.sdc.toscaparser.api.parameters.Input@3c3f268c, org.onap.sdc.toscaparser.api.parameters.Input@464d0292]
2022-10-10T13:20:11.975Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:11.976Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:20:11.976Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-10-10T13:20:11.976Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4194cb36-f4a5-4c62-b33a-b0d5a5fd3b37
2022-10-10T13:20:11.976Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4194cb36-f4a5-4c62-b33a-b0d5a5fd3b37 matches Tosca VF Customization UUID: 4194cb36-f4a5-4c62-b33a-b0d5a5fd3b37
2022-10-10T13:20:11.977Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4194cb36-f4a5-4c62-b33a-b0d5a5fd3b37 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=?
2022-10-10T13:20:11.985Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:11.985Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:20:11.986Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4194cb36-f4a5-4c62-b33a-b0d5a5fd3b37: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-10-10T13:20:11.987Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d5aa177
2022-10-10T13:20:11.987Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:11.987Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T13:20:11.988Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c7c77990-b40d-4827-9bd1-4599219855ae
2022-10-10T13:20:11.989Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c7c77990-b40d-4827-9bd1-4599219855ae
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=?
2022-10-10T13:20:11.998Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:11.999Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T13:20:11.999Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T13:20:11.999Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:12.000Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T13:20:12.000Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T13:20:12.000Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:12.000Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-10T13:20:12.001Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4194cb36-f4a5-4c62-b33a-b0d5a5fd3b37
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=?
2022-10-10T13:20:12.003Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:12.003Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:20:12.003Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4a31bdc9-c57e-426a-8417-1bd13a767a32: basic_cnf_macro
2022-10-10T13:20:12.004Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:12.004Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:20:12.004Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:12.004Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:20:12.005Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:12.005Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:20:12.005Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:12.006Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:20:12.006Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:20:12.006Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:20:12.006Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-10T13:20:12.098Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 19587e8a-5e04-4496-b772-57f068b37de7 2 ASDC deployResourceStructure
2022-10-10T13:20:12.099Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-10-10T13:20:12.099Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-10T13:20:12.099Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T13:20:12.099Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:20:12.101Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:20:12.101Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408012099,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-10T13:20:12.202Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:20:12.203Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:20:12.203Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:20:12.345Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:20:12.346Z||pool-41-thread-1|||||INFO|500||cambria reply ok (144 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:20:13.107Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-10-10T13:20:13.107Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-10T13:20:13.107Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T13:20:13.107Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:20:13.110Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:20:13.110Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408013107,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "DEPLOY_OK"
}
2022-10-10T13:20:13.210Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:20:13.211Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:20:13.211Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:20:13.471Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:20:13.471Z||pool-42-thread-1|||||INFO|500||cambria reply ok (261 ms):{"serverTimeMs":2,"count":1}
2022-10-10T13:20:14.120Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-10-10T13:20:14.121Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-10-10T13:20:14.121Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-10T13:20:14.122Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:20:14.125Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:20:14.125Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408014112,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-10T13:20:14.225Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:20:14.226Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:20:14.226Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:20:14.302Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:20:14.302Z||pool-43-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:20:15.126Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-10-10T13:20:15.126Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-10T13:20:15.127Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T13:20:15.127Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:20:15.129Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:20:15.129Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408015126,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "DEPLOY_OK"
}
2022-10-10T13:20:15.229Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:20:15.230Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:20:15.231Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:20:15.350Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:20:15.351Z||pool-44-thread-1|||||INFO|500||cambria reply ok (121 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:20:16.130Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-10-10T13:20:16.130Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-10-10T13:20:16.131Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-10T13:20:16.131Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:20:16.133Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:20:16.133Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408016130,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-10T13:20:16.233Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:20:16.234Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:20:16.234Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:20:16.404Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:20:16.404Z||pool-45-thread-1|||||INFO|500||cambria reply ok (171 ms):{"serverTimeMs":22,"count":1}
2022-10-10T13:20:17.134Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-10T13:20:17.134Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-10T13:20:17.137Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-10T13:20:17.138Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:20:17.140Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:20:17.140Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408017134,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T13:20:17.241Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T13:20:17.242Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:20:17.242Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:20:17.331Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:20:17.331Z||pool-46-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:20:18.143Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 092d7bd2-7b3b-45ee-946e-802fa0404100
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-10-10T13:20:18.166Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 092d7bd2-7b3b-45ee-946e-802fa0404100
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=?
2022-10-10T13:20:18.169Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-10T13:20:18.170Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-10T13:20:18.170Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-10T13:20:18.170Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-10T13:20:18.170Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-10-10T13:20:18.170Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||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=?
2022-10-10T13:20:18.178Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-10T13:20:48.180Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 092d7bd2-7b3b-45ee-946e-802fa0404100 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=?
2022-10-10T13:20:48.194Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 092d7bd2-7b3b-45ee-946e-802fa0404100 and serviceModelVersionId: 4a31bdc9-c57e-426a-8417-1bd13a767a32
2022-10-10T13:20:48.194Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39af3e0f-f35f-4f68-8385-74af3c9af81d
2022-10-10T13:20:48.195Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39af3e0f-f35f-4f68-8385-74af3c9af81d/model-vers/model-ver/4a31bdc9-c57e-426a-8417-1bd13a767a32?depth=0
2022-10-10T13:20:48.202Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-10-10T13:20:48.269Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/39af3e0f-f35f-4f68-8385-74af3c9af81d/model-vers/model-ver/4a31bdc9-c57e-426a-8417-1bd13a767a32?depth=0|INFO|500||Invoke
2022-10-10T13:20:48.270Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/39af3e0f-f35f-4f68-8385-74af3c9af81d/model-vers/model-ver/4a31bdc9-c57e-426a-8417-1bd13a767a32?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/39af3e0f-f35f-4f68-8385-74af3c9af81d/model-vers/model-ver/4a31bdc9-c57e-426a-8417-1bd13a767a32?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[092d7bd2-7b3b-45ee-946e-802fa0404100], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[49c5803c-6928-4ad2-9e5e-bb716cb69682], X-ECOMP-RequestID=[092d7bd2-7b3b-45ee-946e-802fa0404100], X-TransactionId=[], X-ONAP-RequestID=[092d7bd2-7b3b-45ee-946e-802fa0404100], Content-Type=[application/merge-patch+json]}
2022-10-10T13:20:48.293Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/39af3e0f-f35f-4f68-8385-74af3c9af81d/model-vers/model-ver/4a31bdc9-c57e-426a-8417-1bd13a767a32?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-10-10T13:20:48.309Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/39af3e0f-f35f-4f68-8385-74af3c9af81d/model-vers/model-ver/4a31bdc9-c57e-426a-8417-1bd13a767a32?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/39af3e0f-f35f-4f68-8385-74af3c9af81d/model-vers/model-ver/4a31bdc9-c57e-426a-8417-1bd13a767a32?depth=0 has http status code:503 and response headers:{date=[Mon, 10 Oct 2022 13:20:47 GMT], server=[envoy], content-length=[19], connection=[close], content-type=[text/plain]}
2022-10-10T13:20:48.312Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/39af3e0f-f35f-4f68-8385-74af3c9af81d/model-vers/model-ver/4a31bdc9-c57e-426a-8417-1bd13a767a32?depth=0|DEBUG|500||no healthy upstream
2022-10-10T13:20:48.313Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/39af3e0f-f35f-4f68-8385-74af3c9af81d/model-vers/model-ver/4a31bdc9-c57e-426a-8417-1bd13a767a32?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-10-10T13:20:48.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:20:48.940Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:20:48.941Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:20:49.308Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=092d7bd2-7b3b-45ee-946e-802fa0404100 no healthy upstream
2022-10-10T13:20:49.309Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=092d7bd2-7b3b-45ee-946e-802fa0404100 no healthy upstream
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
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:71)
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)
2022-10-10T13:20:49.309Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=092d7bd2-7b3b-45ee-946e-802fa0404100 no healthy upstream
2022-10-10T13:20:49.310Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=092d7bd2-7b3b-45ee-946e-802fa0404100 no healthy upstream
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=?
2022-10-10T13:20:49.324Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||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:71)
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)
2022-10-10T13:20:49.325Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 092d7bd2-7b3b-45ee-946e-802fa0404100 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=092d7bd2-7b3b-45ee-946e-802fa0404100 no healthy upstream
2022-10-10T13:20:49.326Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-10-10T13:20:49.326Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:20:49.330Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:20:49.330Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408049326,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d092d7bd2-7b3b-45ee-946e-802fa0404100 no healthy upstream"
}
2022-10-10T13:20:49.429Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-10T13:20:49.430Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:20:49.430Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:20:49.618Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:20:49.618Z||pool-47-thread-1|||||INFO|500||cambria reply ok (189 ms):{"serverTimeMs":2,"count":1}
2022-10-10T13:20:49.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:20:49.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:20:49.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:20:49.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "NOTIFIED"
}
2022-10-10T13:20:49.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:20:49.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "NOTIFIED"
}
2022-10-10T13:20:49.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:20:49.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:20:49.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:20:49.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "NOTIFIED"
}
2022-10-10T13:20:49.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:20:49.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "NOTIFIED"
}
2022-10-10T13:20:49.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:20:49.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "NOTIFIED"
}
2022-10-10T13:20:49.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:20:49.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:20:49.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:20:49.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:20:49.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:20:49.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665407988937,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:20:49.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:20:49.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408000730,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:20:49.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:20:49.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408003988,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:20:49.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:20:49.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408005587,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:20:49.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:20:49.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408007386,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:20:49.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:20:49.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408009109,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:20:49.695Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:20:49.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408010928,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:20:49.695Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:20:49.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408012099,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-10T13:20:49.695Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:20:49.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408013107,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
"status": "DEPLOY_OK"
}
2022-10-10T13:20:49.696Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:20:49.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408014112,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-10T13:20:49.696Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:20:49.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408015126,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
"status": "DEPLOY_OK"
}
2022-10-10T13:20:49.696Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:20:49.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408016130,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-10T13:20:49.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:20:49.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:20:49.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408017134,
"artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T13:20:49.697Z||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=?
2022-10-10T13:20:50.347Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:20:50.348Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:20:50.348Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:21:00.240Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:21:48.936Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:21:48.937Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:21:48.937Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:21:48.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:21:48.939Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:21:48.939Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:21:50.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:21:50.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:21:50.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "092d7bd2-7b3b-45ee-946e-802fa0404100",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408049326,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d092d7bd2-7b3b-45ee-946e-802fa0404100 no healthy upstream"
}
2022-10-10T13:21:50.031Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:21:58.700Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:22:48.936Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:22:48.937Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:22:48.937Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:22:48.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-10T13:22:48.939Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-10T13:22:48.939Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dclvzc0k4scqOnGI) ...
2022-10-10T13:22:49.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:22:49.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "cds",
"timestamp": 1665408144963,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "aai-ml",
"timestamp": 1665408141184,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665408148618,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "cds",
"timestamp": 1665408144963,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "aai-ml",
"timestamp": 1665408141184,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665408148618,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "cds",
"timestamp": 1665408144963,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "aai-ml",
"timestamp": 1665408141184,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665408148618,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "cds",
"timestamp": 1665408144963,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "aai-ml",
"timestamp": 1665408141184,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665408148618,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "aai-ml",
"timestamp": 1665408141184,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "cds",
"timestamp": 1665408144963,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665408148618,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "cds",
"timestamp": 1665408144963,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "aai-ml",
"timestamp": 1665408141184,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665408148618,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "cds",
"timestamp": 1665408144963,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "aai-ml",
"timestamp": 1665408141184,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665408154006,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665408148618,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "cds",
"timestamp": 1665408144963,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:22:49.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "aai-ml",
"timestamp": 1665408141184,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:22:49.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665408154006,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2022-10-10T13:22:49.462Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665408148618,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:22:49.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665408154006,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-10T13:22:49.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "aai-ml",
"timestamp": 1665408160391,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:22:49.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:22:49.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665408158106,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:22:49.466Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:22:49.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "cds",
"timestamp": 1665408157666,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:22:49.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:22:49.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665408154006,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "policy-id",
"timestamp": 1665408158377,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "aai-ml",
"timestamp": 1665408161400,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-10T13:22:49.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:22:49.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665408154006,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-10T13:22:49.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "policy-id",
"timestamp": 1665408158377,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "aai-ml",
"timestamp": 1665408162404,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-10-10T13:22:49.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:22:49.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665408154006,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665408160515,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-10T13:22:49.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:22:49.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "policy-id",
"timestamp": 1665408158377,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-10T13:22:49.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "aai-ml",
"timestamp": 1665408163409,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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 (?, ?, ?, ?, ?)
2022-10-10T13:22:49.503Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of efc066ec-07fd-4645-9261-75bee9263ef8
2022-10-10T13:22:49.503Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efc066ec-07fd-4645-9261-75bee9263ef8 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 (?, ?, ?, ?, ?)
2022-10-10T13:22:49.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665408154006,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1665408161522,
"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=?
2022-10-10T13:22:49.521Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efc066ec-07fd-4645-9261-75bee9263ef8
2022-10-10T13:22:49.521Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efc066ec-07fd-4645-9261-75bee9263ef8 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 (?, ?, ?, ?, ?)
2022-10-10T13:22:49.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "policy-id",
"timestamp": 1665408158377,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665408154006,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:22:49.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "policy-id",
"timestamp": 1665408158377,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665408163341,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:22:49.535Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:22:49.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "policy-id",
"timestamp": 1665408158377,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "policy-id",
"timestamp": 1665408158377,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665408164963,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:22:49.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:22:49.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "policy-id",
"timestamp": 1665408158377,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:22:49.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-10-10T13:22:49.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665408166673,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:22:49.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:22:49.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "policy-id",
"timestamp": 1665408167632,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:22:49.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-10T13:22:49.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1665408167704,
"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=?
2022-10-10T13:22:49.544Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efc066ec-07fd-4645-9261-75bee9263ef8
2022-10-10T13:22:49.544Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efc066ec-07fd-4645-9261-75bee9263ef8 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 (?, ?, ?, ?, ?)
2022-10-10T13:22:49.835Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:22:49.835Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-10T13:22:49.836Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"efc066ec-07fd-4645-9261-75bee9263ef8","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d16db6b2-4e83-4353-949f-8d4458b4a661","serviceDescription":"service","serviceInvariantUUID":"720c0b1e-c447-446b-89d6-bd5c33b9d211","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ef352bc6-0582-40b8-b469-76ce2629a2b3","resourceInvariantUUID":"0cb9fda5-b920-4a74-b351-d37955d972d2","resourceCustomizationUUID":"6dc4bb15-a577-4360-bd2d-ba2274b8c7a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZWZjOGNlNzNiZDZjNjhkMzRlOTAxNzEwMDUyNmRkMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15e1aaf7-fd9c-4551-bc31-17c8be8ca47b","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MmNmZmIwY2Y5YTBjYWNhNzgyNWUxYWM3NzBjOTY2MmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7450535d-c6ef-4f06-a66b-c97850304d53","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9aaac8b3-2a50-4772-b6b4-e752a7993ad9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a9f7b81-8e54-4233-bdfd-320ee1ef494a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"51de63c7-1c43-4725-ac68-37fbe94484d5","artifactVersion":"2","generatedFromUUID":"9aaac8b3-2a50-4772-b6b4-e752a7993ad9"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"YjljM2Y5MTc5NTZiM2YzNmM5Yzg2ZjY0OTIwNWJjZDg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9a414056-df71-4d3b-a726-8bd785d6adc5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ZjRjZTEyYWE4ZmMxNTI0ZDNlM2NkODRmZTBlMmQzMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e658105f-bcc2-466c-bcc5-7b5aa3e92c37","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzdmNDQzYWM0MDk5MTliN2MyOWVjNTc2YTgwOTgzYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0029c82b-c943-4c83-85ec-ca2b42c9620a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-10T13:22:49.838Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:22:49.839Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:22:49.841Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:22:49.841Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408168936,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:49.941Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:22:49.942Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:22:49.942Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:22:50.135Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:22:50.136Z||pool-48-thread-1|||||INFO|500||cambria reply ok (195 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:22:50.842Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:22:50.843Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:22:50.848Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:22:50.848Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408168936,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2022-10-10T13:22:50.945Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-10T13:22:50.946Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:22:50.946Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:22:51.011Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:22:51.012Z||pool-49-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:22:51.849Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:22:51.850Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:22:51.853Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:22:51.853Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408168936,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-10T13:22:51.953Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-10T13:22:51.954Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:22:51.954Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:22:52.074Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:22:52.075Z||pool-50-thread-1|||||INFO|500||cambria reply ok (121 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:22:52.854Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:22:52.855Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:22:52.857Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:22:52.857Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408168936,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:52.957Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:22:52.958Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:22:52.958Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:22:53.001Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:22:53.002Z||pool-51-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:22:53.857Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:22:53.860Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:22:53.863Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:22:53.864Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408168936,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-10T13:22:53.962Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-10T13:22:53.963Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:22:53.963Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:22:53.999Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:22:53.999Z||pool-52-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:22:54.864Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:22:54.865Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:22:54.868Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:22:54.868Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408168936,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:54.968Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:22:54.969Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:22:54.969Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:22:55.225Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:22:55.226Z||pool-53-thread-1|||||INFO|500||cambria reply ok (258 ms):{"serverTimeMs":1,"count":1}
2022-10-10T13:22:55.868Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:22:55.870Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:22:55.872Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:22:55.872Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408168936,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-10T13:22:55.972Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:22:55.973Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:22:55.973Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:22:56.094Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:22:56.095Z||pool-54-thread-1|||||INFO|500||cambria reply ok (123 ms):{"serverTimeMs":6,"count":1}
2022-10-10T13:22:56.874Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-10T13:22:56.875Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:22:56.877Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:22:56.877Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408168936,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2022-10-10T13:22:56.977Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:22:56.978Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:22:56.978Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:22:57.067Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:22:57.067Z||pool-55-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:22:57.878Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"serviceName": "basic_vm_macro",
"serviceVersion": "1.0",
"serviceUUID": "d16db6b2-4e83-4353-949f-8d4458b4a661",
"serviceDescription": "service",
"serviceInvariantUUID": "720c0b1e-c447-446b-89d6-bd5c33b9d211",
"resources": [
{
"resourceInstanceName": "basic_vm_macro 0",
"resourceCustomizationUUID": "6dc4bb15-a577-4360-bd2d-ba2274b8c7a2",
"resourceName": "basic_vm_macro",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ef352bc6-0582-40b8-b469-76ce2629a2b3",
"resourceInvariantUUID": "0cb9fda5-b920-4a74-b351-d37955d972d2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm_macro0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"artifactChecksum": "MmNmZmIwY2Y5YTBjYWNhNzgyNWUxYWM3NzBjOTY2MmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7450535d-c6ef-4f06-a66b-c97850304d53",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9aaac8b3-2a50-4772-b6b4-e752a7993ad9",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "51de63c7-1c43-4725-ac68-37fbe94484d5",
"generatedFromUUID": "9aaac8b3-2a50-4772-b6b4-e752a7993ad9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "51de63c7-1c43-4725-ac68-37fbe94484d5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVmMacro-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"artifactChecksum": "NzdmNDQzYWM0MDk5MTliN2MyOWVjNTc2YTgwOTgzYzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0029c82b-c943-4c83-85ec-ca2b42c9620a"
}
],
"workloadContext": "Production"
}
2022-10-10T13:22:57.878Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-10T13:22:57.878Z|092d7bd2-7b3b-45ee-946e-802fa0404100|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d16db6b2-4e83-4353-949f-8d4458b4a661 ASDC
2022-10-10T13:22:57.879Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:efc066ec-07fd-4645-9261-75bee9263ef8
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d16db6b2-4e83-4353-949f-8d4458b4a661
ServiceInvariantUUID:720c0b1e-c447-446b-89d6-bd5c33b9d211
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:0029c82b-c943-4c83-85ec-ca2b42c9620a
ArtifactChecksum:NzdmNDQzYWM0MDk5MTliN2MyOWVjNTc2YTgwOTgzYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:6dc4bb15-a577-4360-bd2d-ba2274b8c7a2
ResourceInvariantUUID:0cb9fda5-b920-4a74-b351-d37955d972d2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:ef352bc6-0582-40b8-b469-76ce2629a2b3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:7450535d-c6ef-4f06-a66b-c97850304d53
ArtifactChecksum:MmNmZmIwY2Y5YTBjYWNhNzgyNWUxYWM3NzBjOTY2MmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:9aaac8b3-2a50-4772-b6b4-e752a7993ad9
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:51de63c7-1c43-4725-ac68-37fbe94484d5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:51de63c7-1c43-4725-ac68-37fbe94484d5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-10T13:22:57.879Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d16db6b2-4e83-4353-949f-8d4458b4a661 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=?
2022-10-10T13:22:57.933Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T13:22:57.934Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-10T13:22:57.934Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-10T13:22:57.934Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0029c82b-c943-4c83-85ec-ca2b42c9620a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-10T13:22:57.934Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-10T13:22:57.935Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-10T13:22:58.785Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-10T13:22:58.790Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0029c82b-c943-4c83-85ec-ca2b42c9620a 82630
2022-10-10T13:22:58.790Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-10T13:22:58.790Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-10T13:22:58.790Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T13:22:58.791Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:22:58.793Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:22:58.793Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408178790,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:22:58.893Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:22:58.894Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:22:58.894Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:22:59.030Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:22:59.030Z||pool-56-thread-1|||||INFO|500||cambria reply ok (137 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:22:59.794Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-10T13:22:59.794Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-10-10T13:22:59.795Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0029c82b-c943-4c83-85ec-ca2b42c9620a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T13:22:59.795Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-10-10T13:22:59.796Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T13:22:59.796Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T13:23:00.027Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12046278092069142196/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-10T13:23:01.446Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-10T13:23:01.447Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-10T13:23:01.447Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T13:23:01.447Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-10T13:23:01.447Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T13:23:01.448Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T13:23:01.448Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T13:23:01.448Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T13:23:01.448Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T13:23:01.448Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T13:23:01.449Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-10T13:23:01.449Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-10-10T13:23:01.449Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:01.449Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:23:01.450Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T13:23:01.450Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-10T13:23:01.450Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T13:23:01.451Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:01.451Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:23:01.451Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T13:23:01.451Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-10-10T13:23:01.451Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-10T13:23:01.452Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:01.452Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:23:01.452Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:01.452Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-10T13:23:01.453Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-10T13:23:01.453Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-10T13:23:01.453Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-10T13:23:01.453Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-10T13:23:01.454Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-10T13:23:01.454Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:01.454Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T13:23:01.454Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:01.454Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T13:23:01.455Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T13:23:01.455Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:01.455Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T13:23:01.455Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T13:23:01.456Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:01.456Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T13:23:01.456Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T13:23:01.456Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:01.457Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-10T13:23:01.457Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-10T13:23:01.457Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-10T13:23:01.457Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dc354701-b843-451b-841d-bd74ce437578
2022-10-10T13:23:01.458Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:01.458Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:23:01.458Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:01.458Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:23:01.459Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:01.459Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:23:01.459Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:01.459Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:23:01.460Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d16db6b2-4e83-4353-949f-8d4458b4a661
Model Version:NULL
Model InvariantUuid:720c0b1e-c447-446b-89d6-bd5c33b9d211
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm_macro
Model UUID:fc659652-709d-4cdc-ba33-139b210c851c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0cb9fda5-b920-4a74-b351-d37955d972d2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6dc4bb15-a577-4360-bd2d-ba2274b8c7a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3d2065d7-0523-4a4e-b3e0-b9b3b7c2c90c
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:7369bea9-a424-400c-bbb3-f2bdd4d7e8ff
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dc354701-b843-451b-841d-bd74ce437578
ModelInvariantUuid:05084143-2884-4e48-b218-eb90ad2c1786
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:5fd90b13-8ed8-41d3-870b-36a688cfb13c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:4dca7ddb-cd95-4dfb-8d80-ecec083946cd
ModelInvariantUuid:04369faa-baed-4926-9343-f48af39b7190
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d2a753bf-6de1-4f06-9245-e912806a3bc7
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=?
2022-10-10T13:23:01.471Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ef352bc6-0582-40b8-b469-76ce2629a2b3
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=?
2022-10-10T13:23:01.476Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-10-10T13:23:01.476Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ef352bc6-0582-40b8-b469-76ce2629a2b3
2022-10-10T13:23:01.477Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7450535d-c6ef-4f06-a66b-c97850304d53 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-10T13:23:01.477Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-10T13:23:01.477Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-10T13:23:02.063Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-10T13:23:02.064Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7450535d-c6ef-4f06-a66b-c97850304d53 792
2022-10-10T13:23:02.064Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-10-10T13:23:02.064Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-10T13:23:02.064Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T13:23:02.064Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:23:02.067Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:23:02.067Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408182064,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:23:02.167Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:23:02.168Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:23:02.168Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:23:02.330Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:23:02.331Z||pool-57-thread-1|||||INFO|500||cambria reply ok (164 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:23:03.067Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "3d2065d7-0523-4a4e-b3e0-b9b3b7c2c90c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7369bea9-a424-400c-bbb3-f2bdd4d7e8ff",
"vfModuleModelCustomizationUUID": "8ec0ea7e-0832-4ed5-8184-a3899319b5da",
"isBase": true,
"artifacts": [
"9aaac8b3-2a50-4772-b6b4-e752a7993ad9",
"51de63c7-1c43-4725-ac68-37fbe94484d5"
],
"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": ""
}
}
]
2022-10-10T13:23:03.072Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7369bea9-a424-400c-bbb3-f2bdd4d7e8ff
VfModuleModelInvariantUUID:3d2065d7-0523-4a4e-b3e0-b9b3b7c2c90c
VfModuleModelDescription:NULL
Artifacts UUID List:{
9aaac8b3-2a50-4772-b6b4-e752a7993ad9
,
51de63c7-1c43-4725-ac68-37fbe94484d5
}
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
}
2022-10-10T13:23:03.074Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "3d2065d7-0523-4a4e-b3e0-b9b3b7c2c90c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7369bea9-a424-400c-bbb3-f2bdd4d7e8ff",
"vfModuleModelCustomizationUUID": "8ec0ea7e-0832-4ed5-8184-a3899319b5da",
"isBase": true,
"artifacts": [
"9aaac8b3-2a50-4772-b6b4-e752a7993ad9",
"51de63c7-1c43-4725-ac68-37fbe94484d5"
],
"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": ""
}
}
]
2022-10-10T13:23:03.074Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7369bea9-a424-400c-bbb3-f2bdd4d7e8ff
VfModuleModelInvariantUUID:3d2065d7-0523-4a4e-b3e0-b9b3b7c2c90c
VfModuleModelDescription:NULL
Artifacts UUID List:{
9aaac8b3-2a50-4772-b6b4-e752a7993ad9
,
51de63c7-1c43-4725-ac68-37fbe94484d5
}
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
}
2022-10-10T13:23:03.074Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9aaac8b3-2a50-4772-b6b4-e752a7993ad9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-10T13:23:03.074Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-10T13:23:03.074Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-10T13:23:03.685Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-10T13:23:03.685Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 9aaac8b3-2a50-4772-b6b4-e752a7993ad9 5033
2022-10-10T13:23:03.686Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-10-10T13:23:03.686Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-10T13:23:03.686Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T13:23:03.686Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:23:03.688Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:23:03.688Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408183686,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:23:03.788Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:23:03.789Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:23:03.790Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:23:03.870Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:23:03.871Z||pool-58-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:23:04.689Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 51de63c7-1c43-4725-ac68-37fbe94484d5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-10T13:23:04.689Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-10-10T13:23:04.690Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-10T13:23:05.196Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-10-10T13:23:05.197Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 51de63c7-1c43-4725-ac68-37fbe94484d5 903
2022-10-10T13:23:05.197Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-10-10T13:23:05.197Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-10T13:23:05.197Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-10T13:23:05.197Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-10-10T13:23:05.200Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-10T13:23:05.200Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "efc066ec-07fd-4645-9261-75bee9263ef8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1665408185197,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-10T13:23:05.300Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-10T13:23:05.302Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-10T13:23:05.302Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dclvzc0k4scqOnGI) ...
2022-10-10T13:23:05.336Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-10T13:23:05.338Z||pool-59-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-10-10T13:23:06.200Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d16db6b2-4e83-4353-949f-8d4458b4a661
2022-10-10T13:23:06.201Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ef352bc6-0582-40b8-b469-76ce2629a2b3 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=?
2022-10-10T13:23:06.227Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b0d449c, org.onap.sdc.toscaparser.api.parameters.Input@60515a2c, org.onap.sdc.toscaparser.api.parameters.Input@64004698, org.onap.sdc.toscaparser.api.parameters.Input@37278adb, org.onap.sdc.toscaparser.api.parameters.Input@46ff0107]
2022-10-10T13:23:06.228Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:06.229Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:23:06.229Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-10-10T13:23:06.229Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 6dc4bb15-a577-4360-bd2d-ba2274b8c7a2
2022-10-10T13:23:06.230Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6dc4bb15-a577-4360-bd2d-ba2274b8c7a2 matches Tosca VF Customization UUID: 6dc4bb15-a577-4360-bd2d-ba2274b8c7a2
2022-10-10T13:23:06.230Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 6dc4bb15-a577-4360-bd2d-ba2274b8c7a2 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=?
2022-10-10T13:23:06.233Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:06.234Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-10T13:23:06.234Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 6dc4bb15-a577-4360-bd2d-ba2274b8c7a2: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-10-10T13:23:06.235Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41bd2e83
2022-10-10T13:23:06.235Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:06.235Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-10T13:23:06.235Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8ec0ea7e-0832-4ed5-8184-a3899319b5da
2022-10-10T13:23:06.236Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8ec0ea7e-0832-4ed5-8184-a3899319b5da
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=?
2022-10-10T13:23:06.239Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:06.239Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T13:23:06.240Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T13:23:06.241Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:06.241Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T13:23:06.241Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T13:23:06.242Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:06.242Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-10T13:23:06.242Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-10T13:23:06.242Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-10T13:23:06.243Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dc354701-b843-451b-841d-bd74ce437578
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=?
2022-10-10T13:23:06.254Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-10T13:23:06.255Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-10T13:23:06.255Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-10T13:23:06.255Z|efc066ec-07fd-4645-9261-75bee9263ef8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery