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-11-21T23:02:42.635Z||main|||||INFO|500||The following profiles are active: basic
2022-11-21T23:02:56.645Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-21T23:02:56.645Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-21T23:02:56.754Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-21T23:03:00.410Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-21T23:03:00.759Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-21T23:03:01.161Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-21T23:03:01.198Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-21T23:03:01.295Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-21T23:03:01.496Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-21T23:03:02.151Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-21T23:03:03.781Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-21T23:03:05.987Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-21T23:03:06.047Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-21T23:03:06.592Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-21T23:03:06.965Z||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-11-21T23:03:08.162Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-21T23:03:10.679Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-21T23:03:10.984Z||main|||||WARN|500||The sdc end point is not alive
2022-11-21T23:03:14.820Z||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-11-21T23:03:18.290Z||main|||||WARN|500||---
2022-11-21T23:03:18.291Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-21T23:03:18.291Z||main|||||WARN|500||---
2022-11-21T23:03:19.278Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-21T23:03:25.489Z||main|||||INFO|500||Started Application in 47.311 seconds (JVM running for 54.141)
2022-11-21T23:03:25.506Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-21T23:03:25.513Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-21T23:03:25.535Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-21T23:03:25.558Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-21T23:03:25.600Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e2b5b5a3-e0de-47d5-b5c2-29b4743b6f04 url= /sdc/v1/artifactTypes
2022-11-21T23:03:25.600Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-21T23:03:25.748Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-21T23:03:25.750Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21249bb0
2022-11-21T23:03:25.751Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-21T23:03:25.773Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-21T23:03:25.775Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-21T23:03:25.779Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to 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$$a4f1ed64.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-11-21T23:04:15.484Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-21T23:04:15.485Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-21T23:04:15.486Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-21T23:04:15.491Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-21T23:04:15.497Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0d380584-03ed-430d-9896-b1bf6b21987a url= /sdc/v1/artifactTypes
2022-11-21T23:04:15.499Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-21T23:04:15.518Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-21T23:04:15.519Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ea4374
2022-11-21T23:04:15.521Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-21T23:04:15.521Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-21T23:04:15.521Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-21T23:04:15.522Z||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$$a4f1ed64.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-11-21T23:05:05.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-21T23:05:05.483Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-21T23:05:05.484Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-21T23:05:05.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-21T23:05:05.492Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a62ce206-fea6-4bef-ba33-7e6beec25847 url= /sdc/v1/artifactTypes
2022-11-21T23:05:05.492Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-21T23:05:05.497Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-21T23:05:05.498Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66534dd1
2022-11-21T23:05:05.498Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-21T23:05:05.498Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-21T23:05:05.499Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-21T23:05:05.499Z||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$$a4f1ed64.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-11-21T23:05:55.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-21T23:05:55.485Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-21T23:05:55.485Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-21T23:05:55.499Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-21T23:05:55.505Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9c0f4af5-88be-4473-88cb-a58d9137dea0 url= /sdc/v1/artifactTypes
2022-11-21T23:05:55.505Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-21T23:05:55.512Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-21T23:05:55.513Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57ab31b9
2022-11-21T23:05:55.513Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-21T23:05:55.514Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-21T23:05:55.514Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-21T23:05:55.515Z||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$$a4f1ed64.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-11-21T23:06:45.485Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-21T23:06:45.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-21T23:06:45.489Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-21T23:06:45.493Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-21T23:06:45.499Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a1d96ca7-06fe-48d0-8002-d6f0fc020409 url= /sdc/v1/artifactTypes
2022-11-21T23:06:45.499Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-21T23:06:45.505Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-21T23:06:45.505Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@fb1f17f
2022-11-21T23:06:45.506Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-21T23:06:45.506Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-21T23:06:45.506Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-21T23:06:45.507Z||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$$a4f1ed64.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-11-21T23:07:35.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-21T23:07:35.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-21T23:07:35.484Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-21T23:07:35.488Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-21T23:07:35.493Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c3d93ef3-be0d-41a4-88d4-7549d838acf1 url= /sdc/v1/artifactTypes
2022-11-21T23:07:35.493Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-21T23:07:35.499Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-21T23:07:35.499Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f00f65e
2022-11-21T23:07:35.500Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-21T23:07:35.500Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-21T23:07:35.500Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-21T23:07:35.501Z||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$$a4f1ed64.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-11-21T23:08:25.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-21T23:08:25.483Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-21T23:08:25.483Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-21T23:08:25.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-21T23:08:25.494Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aee14f91-4f10-4b98-adec-ea7a9a8fe6e7 url= /sdc/v1/artifactTypes
2022-11-21T23:08:25.494Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-21T23:08:25.500Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-21T23:08:25.500Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17beb6bb
2022-11-21T23:08:25.500Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-21T23:08:25.500Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-21T23:08:25.501Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-21T23:08:25.501Z||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$$a4f1ed64.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-11-21T23:09:15.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-21T23:09:15.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-21T23:09:15.485Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-21T23:09:15.488Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-21T23:09:15.495Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0baf984b-04e1-4baf-bc77-685429738168 url= /sdc/v1/artifactTypes
2022-11-21T23:09:15.496Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-21T23:09:15.501Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-21T23:09:15.501Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4436e980
2022-11-21T23:09:15.502Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-21T23:09:15.502Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-21T23:09:15.503Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-21T23:09:15.504Z||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$$a4f1ed64.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-11-21T23:10:05.485Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-21T23:10:05.486Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-21T23:10:05.486Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-21T23:10:05.489Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-21T23:10:05.494Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a15c9c79-d0fa-4c8a-9560-5abdbb677a3c url= /sdc/v1/artifactTypes
2022-11-21T23:10:05.494Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-21T23:10:05.500Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-21T23:10:05.501Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@120fb129
2022-11-21T23:10:05.501Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-21T23:10:05.502Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-21T23:10:05.502Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-21T23:10:05.503Z||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$$a4f1ed64.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-11-21T23:10:55.482Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-21T23:10:55.483Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-21T23:10:55.484Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-21T23:10:55.486Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-21T23:10:55.491Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 29f391a0-b87e-4c45-a953-ae55ba05327e url= /sdc/v1/artifactTypes
2022-11-21T23:10:55.491Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-21T23:10:55.496Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-21T23:10:55.497Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6693913e
2022-11-21T23:10:55.497Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-21T23:10:55.497Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-21T23:10:55.497Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-21T23:10:55.498Z||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$$a4f1ed64.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-11-21T23:11:45.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-21T23:11:45.484Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-21T23:11:45.484Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-21T23:11:45.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-21T23:11:45.492Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 49b4ad2d-07f4-44a8-a272-f20ff78eefb2 url= /sdc/v1/artifactTypes
2022-11-21T23:11:45.492Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-21T23:11:45.498Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-21T23:11:45.498Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@467c29ee
2022-11-21T23:11:45.499Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-21T23:11:45.499Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-21T23:11:45.499Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-21T23:11:45.500Z||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$$a4f1ed64.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-11-21T23:12:35.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-21T23:12:35.485Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-21T23:12:35.485Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-21T23:12:35.489Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-21T23:12:35.495Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4797f791-1f66-48d1-858f-dc1c8614ff0c url= /sdc/v1/artifactTypes
2022-11-21T23:12:35.496Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-21T23:12:35.503Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-21T23:12:35.503Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d7d4266
2022-11-21T23:12:35.504Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-21T23:12:35.504Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-21T23:12:35.504Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-21T23:12:35.505Z||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$$a4f1ed64.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-11-21T23:12:44.308Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-21T23:13:25.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-21T23:13:25.483Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-21T23:13:25.484Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-21T23:13:25.487Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-21T23:13:25.492Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f26e0e55-6a84-42fb-969b-cd61c5a74278 url= /sdc/v1/artifactTypes
2022-11-21T23:13:25.492Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-21T23:13:25.591Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-21T23:13:25.605Z||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-11-21T23:13:25.643Z||scheduling-1|||||DEBUG|500||create keys
2022-11-21T23:13:25.650Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-21T23:13:25.756Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:13:25.774Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= dfa405c3-4369-4c34-806e-4c6c5c72d760 url= /sdc/v1/registerForDistribution
2022-11-21T23:13:25.921Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= dfa405c3-4369-4c34-806e-4c6c5c72d760 url= /sdc/v1/registerForDistribution
2022-11-21T23:13:25.921Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-21T23:13:25.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:13:25.940Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:13:25.946Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-21T23:13:25.950Z||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-11-21T23:13:25.950Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:13:25.952Z||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-11-21T23:13:25.953Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:13:36.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:13:36.353Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:14:25.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:14:25.929Z||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-11-21T23:14:25.929Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:14:25.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:14:25.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-11-21T23:14:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:14:35.517Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:14:35.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:15:25.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:15:25.930Z||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-11-21T23:15:25.930Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:15:25.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:15:25.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-11-21T23:15:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:15:35.494Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:15:35.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:16:25.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:16:25.929Z||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-11-21T23:16:25.929Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:16:25.939Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:16:25.940Z||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-11-21T23:16:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:16:35.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:16:35.521Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:17:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:17:25.929Z||pool-2-thread-3|||||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-11-21T23:17:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:17:25.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:17:25.940Z||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-11-21T23:17:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:17:35.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:17:35.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:18:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:18:25.929Z||pool-2-thread-3|||||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-11-21T23:18:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:18:25.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:18:25.946Z||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-11-21T23:18:25.946Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:18:35.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:18:35.508Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:19:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:19:25.931Z||pool-2-thread-3|||||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-11-21T23:19:25.932Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:19:25.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:19:25.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-11-21T23:19:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:19:35.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:19:35.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:20:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:20:25.930Z||pool-2-thread-3|||||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-11-21T23:20:25.930Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:20:25.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:20:25.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-11-21T23:20:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:20:35.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:20:35.505Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:21:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:21:25.929Z||pool-2-thread-3|||||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-11-21T23:21:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:21:25.939Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:21:25.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-11-21T23:21:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:21:35.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:21:35.493Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:22:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:22:25.929Z||pool-2-thread-3|||||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-11-21T23:22:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:22:25.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:22:25.940Z||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-11-21T23:22:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:22:35.500Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:22:35.513Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:23:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:23:25.929Z||pool-2-thread-3|||||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-11-21T23:23:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:23:25.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:23:25.940Z||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-11-21T23:23:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:23:35.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:23:35.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:24:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:24:25.929Z||pool-2-thread-3|||||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-11-21T23:24:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:24:25.940Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:24:25.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-11-21T23:24:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:24:35.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:24:35.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:25:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:25:25.929Z||pool-2-thread-3|||||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-11-21T23:25:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:25:25.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:25:25.940Z||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-11-21T23:25:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:25:35.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:25:35.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:26:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:26:25.930Z||pool-2-thread-3|||||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-11-21T23:26:25.930Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:26:25.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:26:25.940Z||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-11-21T23:26:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:26:35.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:26:35.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:27:25.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:27:25.931Z||pool-2-thread-3|||||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-11-21T23:27:25.931Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:27:25.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:27:25.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-11-21T23:27:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:27:35.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:27:35.485Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:28:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:28:25.929Z||pool-2-thread-3|||||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-11-21T23:28:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:28:25.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:28:25.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-11-21T23:28:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:28:35.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:28:35.503Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:29:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:29:25.929Z||pool-2-thread-3|||||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-11-21T23:29:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:29:25.939Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:29:25.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-11-21T23:29:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:29:35.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:29:35.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:30:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:30:25.929Z||pool-2-thread-3|||||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-11-21T23:30:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:30:25.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:30:25.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-11-21T23:30:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:30:35.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:30:35.496Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:31:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:31:25.929Z||pool-2-thread-3|||||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-11-21T23:31:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:31:25.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:31:25.940Z||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-11-21T23:31:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:31:35.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:31:35.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:32:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:32:25.929Z||pool-2-thread-3|||||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-11-21T23:32:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:32:25.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:32:25.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-11-21T23:32:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:32:35.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:32:35.510Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:33:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:33:25.929Z||pool-2-thread-3|||||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-11-21T23:33:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:33:25.939Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:33:25.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-11-21T23:33:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:33:35.496Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:33:35.498Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:34:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:34:25.930Z||pool-2-thread-3|||||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-11-21T23:34:25.931Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:34:25.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:34:25.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-11-21T23:34:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:34:35.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:34:35.496Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:35:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:35:25.930Z||pool-2-thread-3|||||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-11-21T23:35:25.930Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:35:25.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:35:25.940Z||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-11-21T23:35:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:35:35.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:35:35.494Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:36:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:36:25.929Z||pool-2-thread-3|||||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-11-21T23:36:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:36:25.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:36:25.940Z||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-11-21T23:36:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:36:35.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:36:35.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:37:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:37:25.929Z||pool-2-thread-3|||||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-11-21T23:37:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:37:25.939Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:37:25.940Z||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-11-21T23:37:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:37:35.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:37:35.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:38:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:38:25.929Z||pool-2-thread-3|||||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-11-21T23:38:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:38:25.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:38:25.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-11-21T23:38:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:38:35.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:38:35.492Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:39:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:39:25.929Z||pool-2-thread-3|||||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-11-21T23:39:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:39:25.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:39:25.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-11-21T23:39:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:39:35.501Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:39:35.501Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:40:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:40:25.929Z||pool-2-thread-3|||||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-11-21T23:40:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:40:25.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:40:25.940Z||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-11-21T23:40:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:40:35.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:40:35.495Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:41:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:41:25.929Z||pool-2-thread-3|||||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-11-21T23:41:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:41:25.939Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:41:25.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-11-21T23:41:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:41:35.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:41:35.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:42:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:42:25.929Z||pool-2-thread-3|||||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-11-21T23:42:25.930Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:42:25.939Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:42:25.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-11-21T23:42:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:42:35.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:42:35.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:43:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:43:25.931Z||pool-2-thread-3|||||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-11-21T23:43:25.931Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:43:25.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:43:25.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-11-21T23:43:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:43:35.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:43:35.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:44:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:44:25.929Z||pool-2-thread-3|||||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-11-21T23:44:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:44:25.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:44:25.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-11-21T23:44:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:44:35.497Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:44:35.501Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:45:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:45:25.929Z||pool-2-thread-3|||||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-11-21T23:45:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:45:25.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:45:25.940Z||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-11-21T23:45:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:45:35.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:45:35.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:46:25.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:46:25.929Z||pool-2-thread-3|||||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-11-21T23:46:25.929Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:46:25.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:46:25.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-11-21T23:46:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:46:35.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:46:35.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:47:25.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:47:25.932Z||pool-2-thread-3|||||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-11-21T23:47:25.932Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:47:25.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:47:25.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-11-21T23:47:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:47:35.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:47:35.511Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:48:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:48:25.929Z||pool-2-thread-5|||||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-11-21T23:48:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:48:25.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:48:25.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-11-21T23:48:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:48:35.500Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:48:35.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:49:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:49:25.929Z||pool-2-thread-5|||||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-11-21T23:49:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:49:25.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:49:25.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-11-21T23:49:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:49:35.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:49:35.493Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:50:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:50:25.929Z||pool-2-thread-5|||||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-11-21T23:50:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:50:25.939Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:50:25.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-11-21T23:50:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:50:35.503Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:50:35.507Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:51:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:51:25.930Z||pool-2-thread-5|||||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-11-21T23:51:25.930Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:51:25.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:51:25.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-11-21T23:51:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:51:35.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:51:35.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:52:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:52:25.929Z||pool-2-thread-5|||||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-11-21T23:52:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:52:25.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:52:25.940Z||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-11-21T23:52:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:52:35.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:52:35.501Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:53:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:53:25.929Z||pool-2-thread-5|||||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-11-21T23:53:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:53:25.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:53:25.940Z||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-11-21T23:53:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:53:35.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:53:35.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:54:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:54:25.929Z||pool-2-thread-5|||||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-11-21T23:54:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:54:25.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:54:25.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-11-21T23:54:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:54:35.498Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:54:35.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:55:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:55:25.930Z||pool-2-thread-5|||||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-11-21T23:55:25.930Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:55:25.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:55:25.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-11-21T23:55:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:55:35.508Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:55:35.511Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:56:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:56:25.929Z||pool-2-thread-5|||||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-11-21T23:56:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:56:25.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:56:25.940Z||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-11-21T23:56:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-21T23:56:35.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:56:35.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:57:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:57:25.929Z||pool-2-thread-5|||||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-11-21T23:57:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:57:25.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:57:25.941Z||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-11-21T23:57:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:57:35.495Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:57:35.498Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:58:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:58:25.929Z||pool-2-thread-5|||||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-11-21T23:58:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:58:25.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:58:25.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-11-21T23:58:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:58:35.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:58:35.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:59:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:59:25.931Z||pool-2-thread-5|||||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-11-21T23:59:25.931Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-21T23:59:25.939Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T23:59:25.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-11-21T23:59:25.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 kQTwcHB655zpmFQS) ...
2022-11-21T23:59:35.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-21T23:59:35.500Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:00:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:00:25.929Z||pool-2-thread-5|||||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-11-22T00:00:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-22T00:00:25.939Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:00:25.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-11-22T00:00:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:00:35.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:00:35.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:01:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:01:25.929Z||pool-2-thread-5|||||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-11-22T00:01:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-22T00:01:25.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:01:25.940Z||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-11-22T00:01:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:01:35.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:01:35.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:02:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:02:25.929Z||pool-2-thread-5|||||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-11-22T00:02:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-22T00:02:25.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:02:25.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-11-22T00:02:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:02:35.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:02:35.506Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:03:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:03:25.929Z||pool-2-thread-5|||||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-11-22T00:03:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-22T00:03:25.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:03:25.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-11-22T00:03:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:03:35.504Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:03:35.505Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:04:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:04:25.929Z||pool-2-thread-5|||||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-11-22T00:04:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-22T00:04:25.939Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:04:25.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-11-22T00:04:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:04:35.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:04:35.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:05:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:05:25.929Z||pool-2-thread-5|||||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-11-22T00:05:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-22T00:05:25.939Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:05:25.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-11-22T00:05:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:05:35.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:05:35.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:06:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:06:25.929Z||pool-2-thread-5|||||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-11-22T00:06:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-22T00:06:25.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:06:25.940Z||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-11-22T00:06:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:06:35.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:06:35.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:07:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:07:25.929Z||pool-2-thread-5|||||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-11-22T00:07:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-22T00:07:25.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:07:25.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-11-22T00:07:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:07:35.510Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:07:35.537Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:08:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:08:25.930Z||pool-2-thread-5|||||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-11-22T00:08:25.930Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-22T00:08:25.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:08:25.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-11-22T00:08:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:08:35.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:08:35.497Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:09:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:09:25.929Z||pool-2-thread-5|||||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-11-22T00:09:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-22T00:09:25.939Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:09:25.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-11-22T00:09:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:09:35.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:09:35.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:25.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:10:25.929Z||pool-2-thread-5|||||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-11-22T00:10:25.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:25.939Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:10:25.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-11-22T00:10:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:10:26.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:26.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "aai-ml",
"timestamp": 1669075794670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.107Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "policy-id",
"timestamp": 1669075801738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "aai-ml",
"timestamp": 1669075794670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "policy-id",
"timestamp": 1669075801738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "aai-ml",
"timestamp": 1669075794670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "policy-id",
"timestamp": 1669075801738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-22T00:10:26.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075803266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "aai-ml",
"timestamp": 1669075794670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "policy-id",
"timestamp": 1669075801738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075803266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json",
"status": "NOTIFIED"
}
2022-11-22T00:10:26.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "aai-ml",
"timestamp": 1669075794670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "policy-id",
"timestamp": 1669075801738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "cds",
"timestamp": 1669075805053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075803266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-22T00:10:26.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "aai-ml",
"timestamp": 1669075794670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "policy-id",
"timestamp": 1669075801738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "cds",
"timestamp": 1669075805053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075803266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "aai-ml",
"timestamp": 1669075794670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:10:26.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "policy-id",
"timestamp": 1669075801738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:10:26.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "cds",
"timestamp": 1669075805053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075803266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-22T00:10:26.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "aai-ml",
"timestamp": 1669075807210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:10:26.122Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:10:26.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "cds",
"timestamp": 1669075805053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "policy-id",
"timestamp": 1669075809610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:10:26.123Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:10:26.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075803266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075808425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "cds",
"timestamp": 1669075805053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "policy-id",
"timestamp": 1669075810633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:10:26.125Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:10:26.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075803266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:10:26.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075808425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "cds",
"timestamp": 1669075805053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "policy-id",
"timestamp": 1669075811639,
"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-11-22T00:10:26.301Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2059a93c-6553-4caa-8eed-e5f31b16961a
2022-11-22T00:10:26.322Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2059a93c-6553-4caa-8eed-e5f31b16961a 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-11-22T00:10:26.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075808425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075811248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:10:26.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:10:26.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "cds",
"timestamp": 1669075805053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:10:26.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075808425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075812462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:10:26.364Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:10:26.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "cds",
"timestamp": 1669075812894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:10:26.364Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:10:26.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075808425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075813533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:10:26.365Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:10:26.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075808425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075814645,
"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-11-22T00:10:26.382Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2059a93c-6553-4caa-8eed-e5f31b16961a
2022-11-22T00:10:26.382Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2059a93c-6553-4caa-8eed-e5f31b16961a 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-11-22T00:10:26.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075808425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:10:26.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075815649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T00:10:26.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:10:26.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075816276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:10:26.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:10:26.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "cds",
"timestamp": 1669075820053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "policy-id",
"timestamp": 1669075821739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "cds",
"timestamp": 1669075820053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075822085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:10:26.410Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:10:26.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "policy-id",
"timestamp": 1669075821739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "cds",
"timestamp": 1669075820053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075823090,
"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-11-22T00:10:26.418Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2059a93c-6553-4caa-8eed-e5f31b16961a
2022-11-22T00:10:26.418Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2059a93c-6553-4caa-8eed-e5f31b16961a 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-11-22T00:10:26.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "aai-ml",
"timestamp": 1669075821948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:10:26.436Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:10:26.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "policy-id",
"timestamp": 1669075821739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-22T00:10:26.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "cds",
"timestamp": 1669075820053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075823266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "aai-ml",
"timestamp": 1669075822955,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T00:10:26.444Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2059a93c-6553-4caa-8eed-e5f31b16961a
2022-11-22T00:10:26.444Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2059a93c-6553-4caa-8eed-e5f31b16961a 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-11-22T00:10:26.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "policy-id",
"timestamp": 1669075821739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "cds",
"timestamp": 1669075820053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075823266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json",
"status": "NOTIFIED"
}
2022-11-22T00:10:26.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "policy-id",
"timestamp": 1669075821739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "cds",
"timestamp": 1669075820053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075823266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-22T00:10:26.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "aai-ml",
"timestamp": 1669075824670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T00:10:26.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:26.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-22T00:10:26.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2059a93c-6553-4caa-8eed-e5f31b16961a","serviceName":"vFW 2022-11-22 00-08-46","serviceVersion":"1.0","serviceUUID":"4fe5d5cd-a08b-435f-b3ff-f312946c5097","serviceDescription":"catalog service description","serviceInvariantUUID":"602a5809-c979-4afe-87b5-73519ec4838e","resources":[{"resourceInstanceName":"vFW 10a0d5f1-a9f9 0","resourceName":"vFW 10a0d5f1-a9f9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e65e757-328b-4f22-afba-01c5ef7676ee","resourceInvariantUUID":"1a2c4aa4-85a1-48a1-aaf8-c61ea4a660e0","resourceCustomizationUUID":"b3ac4f76-5c8b-449d-94b7-e19400abe18b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vf-license-model.xml","artifactChecksum":"MzNiMGI0NThiYzdmNTk1NGUxMzkxYTM2YTBhNWI3YmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"780508af-2538-49a9-8b75-748d5a950896","artifactVersion":"1"},{"artifactName":"vfw10a0d5f1a9f90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json","artifactChecksum":"ZDc0ODVlOGM0Yjk2YzhhNTU1MzU5YWE3MjRiN2NmZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dd4a8890-10ae-48c3-a90f-aa88ed3ce513","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92dc33d6-96f5-4171-95f8-d8abe4b02a5f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vendor-license-model.xml","artifactChecksum":"OWI3ZGRlODExOTgxOTAwNTczYjg0YjBiYzBlODczNzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f28a37e0-c9b1-4657-a84a-ffea42af54f3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1d720624-8ffe-42de-8cca-c0717aa5787e","artifactVersion":"2","generatedFromUUID":"92dc33d6-96f5-4171-95f8-d8abe4b02a5f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221122000846-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-template.yml","artifactChecksum":"YjYzYmNlZGI3MGFjN2Y1ZjlhMDc3Yzc0MmI0YzlkOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c481b5af-3e59-4dd4-95bd-ef4f667aef9d","artifactVersion":"1"},{"artifactName":"service-Vfw20221122000846-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar","artifactChecksum":"OTA1ODExNGVjNTVmOWNiODZhMzY1ZmE1MDBmN2E5ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"345ed6f3-07b1-48b7-b39b-8106891725f7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T00:10:26.578Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:10:26.583Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:10:26.591Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:10:26.591Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:26.691Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-22T00:10:26.695Z||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-11-22T00:10:26.695Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:26.740Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:26.741Z||pool-3-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-11-22T00:10:27.597Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:10:27.597Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:10:27.599Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:10:27.599Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json",
"status": "NOTIFIED"
}
2022-11-22T00:10:27.699Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:10:27.700Z||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-11-22T00:10:27.700Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:27.716Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:27.717Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:10:28.600Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:10:28.601Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:10:28.604Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:10:28.604Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-22T00:10:28.704Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:10:28.705Z||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-11-22T00:10:28.705Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:28.721Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:28.722Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:10:29.605Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:10:29.605Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:10:29.607Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:10:29.607Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:29.708Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:10:29.708Z||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-11-22T00:10:29.709Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:29.729Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:29.730Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-22T00:10:30.608Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:10:30.608Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:10:30.611Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:10:30.611Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-22T00:10:30.711Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:10:30.711Z||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-11-22T00:10:30.711Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:30.739Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:30.740Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:10:31.611Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:10:31.612Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:10:31.614Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:10:31.614Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:10:31.714Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:10:31.715Z||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-11-22T00:10:31.715Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:31.750Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:31.750Z||pool-8-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-11-22T00:10:32.614Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:10:32.615Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:10:32.617Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:10:32.617Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:10:32.717Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:10:32.718Z||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-11-22T00:10:32.718Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:32.734Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:32.735Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-22T00:10:33.619Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"serviceName": "vFW 2022-11-22 00-08-46",
"serviceVersion": "1.0",
"serviceUUID": "4fe5d5cd-a08b-435f-b3ff-f312946c5097",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "602a5809-c979-4afe-87b5-73519ec4838e",
"resources": [
{
"resourceInstanceName": "vFW 10a0d5f1-a9f9 0",
"resourceCustomizationUUID": "b3ac4f76-5c8b-449d-94b7-e19400abe18b",
"resourceName": "vFW 10a0d5f1-a9f9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3e65e757-328b-4f22-afba-01c5ef7676ee",
"resourceInvariantUUID": "1a2c4aa4-85a1-48a1-aaf8-c61ea4a660e0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw10a0d5f1a9f90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json",
"artifactChecksum": "ZDc0ODVlOGM0Yjk2YzhhNTU1MzU5YWE3MjRiN2NmZjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dd4a8890-10ae-48c3-a90f-aa88ed3ce513",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "92dc33d6-96f5-4171-95f8-d8abe4b02a5f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1d720624-8ffe-42de-8cca-c0717aa5787e",
"generatedFromUUID": "92dc33d6-96f5-4171-95f8-d8abe4b02a5f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1d720624-8ffe-42de-8cca-c0717aa5787e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221122000846-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"artifactChecksum": "OTA1ODExNGVjNTVmOWNiODZhMzY1ZmE1MDBmN2E5ODE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "345ed6f3-07b1-48b7-b39b-8106891725f7"
}
],
"workloadContext": "Production"
}
2022-11-22T00:10:33.620Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T00:10:33.620Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4fe5d5cd-a08b-435f-b3ff-f312946c5097 ASDC
2022-11-22T00:10:33.730Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2059a93c-6553-4caa-8eed-e5f31b16961a
ServiceName:vFW 2022-11-22 00-08-46
ServiceVersion:1.0
ServiceUUID:4fe5d5cd-a08b-435f-b3ff-f312946c5097
ServiceInvariantUUID:602a5809-c979-4afe-87b5-73519ec4838e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221122000846-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar
ArtifactUUID:345ed6f3-07b1-48b7-b39b-8106891725f7
ArtifactChecksum:OTA1ODExNGVjNTVmOWNiODZhMzY1ZmE1MDBmN2E5ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 10a0d5f1-a9f9 0
ResourceCustomizationUUID:b3ac4f76-5c8b-449d-94b7-e19400abe18b
ResourceInvariantUUID:1a2c4aa4-85a1-48a1-aaf8-c61ea4a660e0
ResourceName:vFW 10a0d5f1-a9f9
ResourceType:VF
ResourceUUID:3e65e757-328b-4f22-afba-01c5ef7676ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw10a0d5f1a9f90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json
ArtifactUUID:dd4a8890-10ae-48c3-a90f-aa88ed3ce513
ArtifactChecksum:ZDc0ODVlOGM0Yjk2YzhhNTU1MzU5YWE3MjRiN2NmZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml
ArtifactUUID:92dc33d6-96f5-4171-95f8-d8abe4b02a5f
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env
ArtifactUUID:1d720624-8ffe-42de-8cca-c0717aa5787e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env
ArtifactUUID:1d720624-8ffe-42de-8cca-c0717aa5787e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-22T00:10:33.732Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4fe5d5cd-a08b-435f-b3ff-f312946c5097 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-11-22T00:10:33.786Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T00:10:33.787Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-22T00:10:33.788Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-22T00:10:33.788Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 345ed6f3-07b1-48b7-b39b-8106891725f7 from URL: /sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:33.788Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-22T00:10:33.790Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:33.859Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-22T00:10:33.865Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar 345ed6f3-07b1-48b7-b39b-8106891725f7 100705
2022-11-22T00:10:33.865Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar ASDC sendASDCNotification
2022-11-22T00:10:33.865Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:33.866Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T00:10:33.867Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:10:33.868Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:10:33.869Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075833865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:10:33.969Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:10:33.970Z||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-11-22T00:10:33.970Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:33.990Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:33.990Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:10:34.869Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T00:10:34.870Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-22T00:10:34.871Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 345ed6f3-07b1-48b7-b39b-8106891725f7, URL: /sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar to file: /app/ASDC/1/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:34.871Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221122000846-csar.csar
2022-11-22T00:10:34.997Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:34.997Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:35.578Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7727854255415923072/Definitions/service-Vfw20221122000846-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-11-22T00:10:38.615Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T00:10:38.620Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-22T00:10:38.620Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:38.621Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-22T00:10:38.621Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:38.621Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:38.621Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:38.621Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 10a0d5f1-a9f9 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:38.621Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:38.622Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:38.622Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:38.622Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:38.622Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:38.622Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:38.622Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:38.622Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-22T00:10:38.628Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:38.630Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:10:38.633Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is matching search criteria
2022-11-22T00:10:38.634Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-22T00:10:38.635Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 10a0d5f1-a9f9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T00:10:38.637Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:38.637Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:10:38.637Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is matching search criteria
2022-11-22T00:10:38.637Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-22T00:10:38.638Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 10a0d5f1-a9f9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T00:10:38.638Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:38.638Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:10:38.641Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:38.642Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is not matching search criteria
2022-11-22T00:10:38.642Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T00:10:38.642Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T00:10:38.642Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T00:10:38.642Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T00:10:38.643Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T00:10:38.643Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T00:10:38.643Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T00:10:38.643Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T00:10:38.643Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T00:10:38.644Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T00:10:38.644Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T00:10:38.644Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T00:10:38.644Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T00:10:38.644Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T00:10:38.644Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T00:10:38.645Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-22T00:10:38.645Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:38.645Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T00:10:38.646Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:38.646Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is matching search criteria
2022-11-22T00:10:38.647Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 10a0d5f1-a9f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T00:10:38.647Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:38.647Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is matching search criteria
2022-11-22T00:10:38.647Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 10a0d5f1-a9f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T00:10:38.648Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:38.648Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is matching search criteria
2022-11-22T00:10:38.648Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 10a0d5f1-a9f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T00:10:38.648Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:38.648Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is not matching search criteria
2022-11-22T00:10:38.649Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T00:10:38.649Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-22T00:10:38.649Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T00:10:38.649Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T00:10:38.649Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T00:10:38.650Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T00:10:38.650Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T00:10:38.650Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T00:10:38.650Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T00:10:38.650Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T00:10:38.650Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T00:10:38.651Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4e273d3f-fdfd-489e-b1d9-fdd77eafd2d0
2022-11-22T00:10:38.651Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:38.651Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is not matching search criteria
2022-11-22T00:10:38.651Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T00:10:38.652Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T00:10:38.652Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T00:10:38.652Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T00:10:38.652Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T00:10:38.652Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T00:10:38.652Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T00:10:38.653Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-22T00:10:38.653Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T00:10:38.653Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T00:10:38.653Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T00:10:38.653Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T00:10:38.653Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d87d2d16-9b9f-4518-b059-b2c3904a6b4f
2022-11-22T00:10:38.654Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:38.654Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is not matching search criteria
2022-11-22T00:10:38.654Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T00:10:38.654Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T00:10:38.654Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T00:10:38.655Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T00:10:38.655Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T00:10:38.655Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T00:10:38.655Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T00:10:38.655Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T00:10:38.656Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T00:10:38.656Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T00:10:38.656Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T00:10:38.656Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-22T00:10:38.656Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2b0c0d19-10eb-4f90-b2c0-f21a364b2e06
2022-11-22T00:10:38.656Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:38.657Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:10:38.657Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:38.657Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:10:38.658Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:38.658Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:10:38.658Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:38.658Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:10:38.659Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-22 00-08-46
Description:catalog service description
Model UUID:4fe5d5cd-a08b-435f-b3ff-f312946c5097
Model Version:NULL
Model InvariantUuid:602a5809-c979-4afe-87b5-73519ec4838e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 10a0d5f1-a9f9
Model UUID:9192ada0-cddb-4fc0-af95-579dc6ec37b2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1a2c4aa4-85a1-48a1-aaf8-c61ea4a660e0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b3ac4f76-5c8b-449d-94b7-e19400abe18b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6f26bb88-9eb0-4d95-9b47-649416ed181c
ModelName:Vfw10a0d5f1A9f9..base_vfw..module-0
ModelUuid:86e32b07-2c40-4da1-b5d6-41be3651ab8b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4e273d3f-fdfd-489e-b1d9-fdd77eafd2d0
ModelInvariantUuid:a741d4ba-b515-4c7d-8c84-df46ca235cee
ModelName:vFW 10a0d5f1-a9f9-nodes.vfwCvfc
ModelUuid:0ce07253-9fcc-41e1-b8c6-781dbb014b53
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3443a97f-f9ff-42c0-93df-1e8ce4c14f34
ModelInvariantUuid:e16c00dc-a12a-4b13-a784-13917c6170ea
ModelName:Vfw10a0d5f1A9f9.compute.nodes.heat.vfw
ModelUuid:05872972-2630-4bcb-b925-b4a327b78d0a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d87d2d16-9b9f-4518-b059-b2c3904a6b4f
ModelInvariantUuid:ae58b59a-4a82-4f5b-b0f4-6b1a324548c9
ModelName:vFW 10a0d5f1-a9f9-nodes.vsnCvfc
ModelUuid:d1f315e4-af67-4a74-94df-d39c5ff08fc2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:eab4bba4-b512-483e-970a-3a5dceba11f1
ModelInvariantUuid:fa7e81bc-dbb9-44a2-bf7e-fd1832108372
ModelName:Vfw10a0d5f1A9f9.compute.nodes.heat.vsn
ModelUuid:5b29b0ed-8341-43e3-8fd5-638626d91dcb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2b0c0d19-10eb-4f90-b2c0-f21a364b2e06
ModelInvariantUuid:bd537cab-40b3-4bac-8471-77b84d1724ff
ModelName:vFW 10a0d5f1-a9f9-nodes.vpgCvfc
ModelUuid:27279f3a-d06d-4261-a05e-1aa0408de8cf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a8f22ae7-aae6-477a-8f1b-95f696d3cf4d
ModelInvariantUuid:44ed17a2-9f10-4d7c-8c94-a5538be3809f
ModelName:Vfw10a0d5f1A9f9.compute.nodes.heat.vpg
ModelUuid:5fab695b-a25c-41d4-9fed-8281f63eb019
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-11-22T00:10:38.672Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e65e757-328b-4f22-afba-01c5ef7676ee
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-11-22T00:10:38.765Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||vFW 10a0d5f1-a9f9 0
2022-11-22T00:10:38.771Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e65e757-328b-4f22-afba-01c5ef7676ee
2022-11-22T00:10:38.771Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dd4a8890-10ae-48c3-a90f-aa88ed3ce513 from URL: /sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json
2022-11-22T00:10:38.772Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-22T00:10:38.772Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json
2022-11-22T00:10:38.830Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-22T00:10:38.830Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json dd4a8890-10ae-48c3-a90f-aa88ed3ce513 785
2022-11-22T00:10:38.831Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json ASDC sendASDCNotification
2022-11-22T00:10:38.831Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json
2022-11-22T00:10:38.831Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T00:10:38.832Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:10:38.833Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:10:38.834Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075838831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:10:38.934Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:10:38.935Z||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-11-22T00:10:38.935Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:38.949Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:38.949Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:10:39.835Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw10a0d5f1A9f9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6f26bb88-9eb0-4d95-9b47-649416ed181c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "86e32b07-2c40-4da1-b5d6-41be3651ab8b",
"vfModuleModelCustomizationUUID": "b70214e2-77d7-48a0-8f65-3d6af8154f3f",
"isBase": true,
"artifacts": [
"92dc33d6-96f5-4171-95f8-d8abe4b02a5f",
"1d720624-8ffe-42de-8cca-c0717aa5787e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-22T00:10:39.847Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw10a0d5f1A9f9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:86e32b07-2c40-4da1-b5d6-41be3651ab8b
VfModuleModelInvariantUUID:6f26bb88-9eb0-4d95-9b47-649416ed181c
VfModuleModelDescription:NULL
Artifacts UUID List:{
92dc33d6-96f5-4171-95f8-d8abe4b02a5f
,
1d720624-8ffe-42de-8cca-c0717aa5787e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-22T00:10:39.850Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw10a0d5f1A9f9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6f26bb88-9eb0-4d95-9b47-649416ed181c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "86e32b07-2c40-4da1-b5d6-41be3651ab8b",
"vfModuleModelCustomizationUUID": "b70214e2-77d7-48a0-8f65-3d6af8154f3f",
"isBase": true,
"artifacts": [
"92dc33d6-96f5-4171-95f8-d8abe4b02a5f",
"1d720624-8ffe-42de-8cca-c0717aa5787e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-22T00:10:39.850Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw10a0d5f1A9f9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:86e32b07-2c40-4da1-b5d6-41be3651ab8b
VfModuleModelInvariantUUID:6f26bb88-9eb0-4d95-9b47-649416ed181c
VfModuleModelDescription:NULL
Artifacts UUID List:{
92dc33d6-96f5-4171-95f8-d8abe4b02a5f
,
1d720624-8ffe-42de-8cca-c0717aa5787e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-22T00:10:39.850Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92dc33d6-96f5-4171-95f8-d8abe4b02a5f from URL: /sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml
2022-11-22T00:10:39.850Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-22T00:10:39.850Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml
2022-11-22T00:10:39.917Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-22T00:10:39.917Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml 92dc33d6-96f5-4171-95f8-d8abe4b02a5f 20368
2022-11-22T00:10:39.917Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-22T00:10:39.917Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml
2022-11-22T00:10:39.918Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T00:10:39.918Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:10:39.919Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:10:39.919Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075839917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:10:40.019Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T00:10:40.020Z||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-11-22T00:10:40.020Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:40.034Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:40.034Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:10:40.920Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1d720624-8ffe-42de-8cca-c0717aa5787e from URL: /sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env
2022-11-22T00:10:40.920Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-22T00:10:40.921Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env
2022-11-22T00:10:40.993Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-22T00:10:40.993Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env 1d720624-8ffe-42de-8cca-c0717aa5787e 2098
2022-11-22T00:10:40.994Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-22T00:10:40.994Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env
2022-11-22T00:10:40.994Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T00:10:40.994Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:10:40.996Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:10:40.996Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075840994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:10:41.096Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:10:41.098Z||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-11-22T00:10:41.098Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:41.113Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:41.113Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:10:41.997Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4fe5d5cd-a08b-435f-b3ff-f312946c5097
2022-11-22T00:10:41.997Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 10a0d5f1-a9f9 0 3e65e757-328b-4f22-afba-01c5ef7676ee ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T00:10:42.036Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d8510fb, org.onap.sdc.toscaparser.api.parameters.Input@15e4326a, org.onap.sdc.toscaparser.api.parameters.Input@3820ed8d, org.onap.sdc.toscaparser.api.parameters.Input@90cae28, org.onap.sdc.toscaparser.api.parameters.Input@1c1b753a]
2022-11-22T00:10:42.039Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.040Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:10:42.040Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-11-22T00:10:42.040Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b3ac4f76-5c8b-449d-94b7-e19400abe18b
2022-11-22T00:10:42.040Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b3ac4f76-5c8b-449d-94b7-e19400abe18b matches Tosca VF Customization UUID: b3ac4f76-5c8b-449d-94b7-e19400abe18b
2022-11-22T00:10:42.040Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b3ac4f76-5c8b-449d-94b7-e19400abe18b 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-11-22T00:10:42.047Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.047Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:10:42.048Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b3ac4f76-5c8b-449d-94b7-e19400abe18b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-22T00:10:42.048Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5619d5ee
2022-11-22T00:10:42.048Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.048Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T00:10:42.049Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b70214e2-77d7-48a0-8f65-3d6af8154f3f
2022-11-22T00:10:42.050Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b70214e2-77d7-48a0-8f65-3d6af8154f3f
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-11-22T00:10:42.056Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.056Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is matching search criteria
2022-11-22T00:10:42.056Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 10a0d5f1-a9f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T00:10:42.057Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.057Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is matching search criteria
2022-11-22T00:10:42.057Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 10a0d5f1-a9f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T00:10:42.057Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.057Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is not matching search criteria
2022-11-22T00:10:42.057Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T00:10:42.058Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-22T00:10:42.058Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T00:10:42.058Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T00:10:42.058Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T00:10:42.058Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T00:10:42.058Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T00:10:42.059Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T00:10:42.059Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T00:10:42.059Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T00:10:42.059Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T00:10:42.059Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4e273d3f-fdfd-489e-b1d9-fdd77eafd2d0
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-11-22T00:10:42.067Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.067Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is matching search criteria
2022-11-22T00:10:42.067Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 10a0d5f1-a9f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T00:10:42.067Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.067Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is not matching search criteria
2022-11-22T00:10:42.068Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T00:10:42.068Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T00:10:42.068Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T00:10:42.068Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T00:10:42.068Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T00:10:42.068Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T00:10:42.068Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T00:10:42.069Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-22T00:10:42.069Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T00:10:42.069Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T00:10:42.069Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T00:10:42.069Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T00:10:42.070Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d87d2d16-9b9f-4518-b059-b2c3904a6b4f
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-11-22T00:10:42.072Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.072Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is matching search criteria
2022-11-22T00:10:42.073Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 10a0d5f1-a9f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T00:10:42.075Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.075Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is not matching search criteria
2022-11-22T00:10:42.076Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T00:10:42.076Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T00:10:42.076Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T00:10:42.076Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T00:10:42.076Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T00:10:42.076Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T00:10:42.077Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T00:10:42.077Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T00:10:42.077Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T00:10:42.077Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T00:10:42.077Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T00:10:42.077Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-22T00:10:42.078Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2b0c0d19-10eb-4f90-b2c0-f21a364b2e06
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-11-22T00:10:42.080Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.080Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is matching search criteria
2022-11-22T00:10:42.081Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 10a0d5f1-a9f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T00:10:42.081Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.081Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Node template vFW 10a0d5f1-a9f9 0 is matching search criteria
2022-11-22T00:10:42.081Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 10a0d5f1-a9f9 0] matching following query criteria: sdcType=VF, customizationUUID=b3ac4f76-5c8b-449d-94b7-e19400abe18b
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-11-22T00:10:42.083Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.083Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:10:42.084Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4fe5d5cd-a08b-435f-b3ff-f312946c5097: vFW 10a0d5f1-a9f9
2022-11-22T00:10:42.084Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.084Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:10:42.084Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.084Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:10:42.085Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.085Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:10:42.085Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.085Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:10:42.085Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:10:42.085Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-11-22 00-08-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:10:42.086Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-11-22 00-08-46
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T00:10:42.384Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 10a0d5f1-a9f9 3e65e757-328b-4f22-afba-01c5ef7676ee 1 ASDC deployResourceStructure
2022-11-22T00:10:42.384Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json ASDC sendASDCNotification
2022-11-22T00:10:42.385Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json
2022-11-22T00:10:42.385Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T00:10:42.385Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:10:42.388Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:10:42.388Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075842384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T00:10:42.488Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:10:42.489Z||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-11-22T00:10:42.489Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:42.507Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:42.507Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:10:43.390Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-22T00:10:43.390Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml
2022-11-22T00:10:43.390Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T00:10:43.391Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:10:43.397Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:10:43.397Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075843388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-22T00:10:43.497Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:10:43.498Z||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-11-22T00:10:43.498Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:43.511Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:43.512Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-22T00:10:44.398Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-22T00:10:44.398Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env
2022-11-22T00:10:44.398Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T00:10:44.399Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:10:44.401Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:10:44.401Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075844398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-22T00:10:44.501Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:10:44.502Z||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-11-22T00:10:44.502Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:44.516Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:44.516Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:10:45.402Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar ASDC sendASDCNotification
2022-11-22T00:10:45.402Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar
2022-11-22T00:10:45.402Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T00:10:45.403Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:10:45.404Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:10:45.404Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075845402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:10:45.505Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T00:10:45.505Z||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-11-22T00:10:45.506Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:10:45.521Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:10:45.521Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-22T00:10:46.405Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2059a93c-6553-4caa-8eed-e5f31b16961a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-22T00:10:46.428Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2059a93c-6553-4caa-8eed-e5f31b16961a
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-11-22T00:10:46.432Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T00:10:46.432Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T00:10:46.432Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T00:10:46.433Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T00:10:46.433Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T00:10:46.433Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T00:10:46.433Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T00:10:46.433Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T00:10:46.433Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T00:10:46.442Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T00:11:16.443Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2059a93c-6553-4caa-8eed-e5f31b16961a 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-11-22T00:11:16.453Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2059a93c-6553-4caa-8eed-e5f31b16961a and serviceModelVersionId: 4fe5d5cd-a08b-435f-b3ff-f312946c5097
2022-11-22T00:11:16.453Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 602a5809-c979-4afe-87b5-73519ec4838e
2022-11-22T00:11:25.939Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:11:25.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-11-22T00:11:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:11:25.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:25.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-22T00:11:25.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "policy-id",
"timestamp": 1669075821739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:11:25.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-22T00:11:30.262Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/602a5809-c979-4afe-87b5-73519ec4838e/model-vers/model-ver/4fe5d5cd-a08b-435f-b3ff-f312946c5097?depth=0
2022-11-22T00:11:30.376Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T00:11:30.831Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/602a5809-c979-4afe-87b5-73519ec4838e/model-vers/model-ver/4fe5d5cd-a08b-435f-b3ff-f312946c5097?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-22T00:11:30.835Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/602a5809-c979-4afe-87b5-73519ec4838e/model-vers/model-ver/4fe5d5cd-a08b-435f-b3ff-f312946c5097?depth=0|INFO|500||Invoke
2022-11-22T00:11:30.854Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/602a5809-c979-4afe-87b5-73519ec4838e/model-vers/model-ver/4fe5d5cd-a08b-435f-b3ff-f312946c5097?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-22T00:11:31.178Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/602a5809-c979-4afe-87b5-73519ec4838e/model-vers/model-ver/4fe5d5cd-a08b-435f-b3ff-f312946c5097?depth=0|INFO|500||InvokeReturn
2022-11-22T00:11:31.179Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/602a5809-c979-4afe-87b5-73519ec4838e/model-vers/model-ver/4fe5d5cd-a08b-435f-b3ff-f312946c5097?depth=0 has http status code:200 and response headers:{date=[Tue, 22 Nov 2022 00:11:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[285], vertex-id=[200824], x-aai-txid=[2-aai-resources-221122-00:11:32:413-18408], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-22T00:11:31.179Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-22T00:11:31.185Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T00:11:31.185Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T00:11:31.195Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-11-22T00:11:31.196Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2059a93c-6553-4caa-8eed-e5f31b16961a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T00:11:31.197Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T00:11:31.197Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:31.202Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:31.202Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075891196,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T00:11:31.299Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-22T00:11:31.300Z||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-11-22T00:11:31.300Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:31.329Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:31.330Z||pool-18-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"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-11-22T00:11:32.221Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-22T00:11:32.221Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"743b4ed9-4226-4049-b7d7-cde823efd9b3","serviceName":"basic_onboard_dvOlDH","serviceVersion":"1.0","serviceUUID":"4fef7519-b534-4352-b452-0eecb803d871","serviceDescription":"service","serviceInvariantUUID":"53fd356b-5f33-4aa3-b2cc-29316065b4ed","resources":[{"resourceInstanceName":"basic_onboard_dvOlDH 0","resourceName":"basic_onboard_dvOlDH","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"256c56ee-752e-41c6-a125-87d5faf103aa","resourceInvariantUUID":"bf930faa-a408-4d29-ae1a-0e8452fd6bc7","resourceCustomizationUUID":"4040eddd-d099-45b2-bd21-40d262175e71","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vf-license-model.xml","artifactChecksum":"YjY1NjIwY2FlOGY1MDQzZjM5ZjFhM2NmYWFmMmUwMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"26f03056-4e2f-4a9a-b1a3-3fca78d9659c","artifactVersion":"1"},{"artifactName":"basic_onboard_dvoldh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json","artifactChecksum":"ZTVkMTUxNjQzMDc2NGZjNjRhM2JkNWQwNjdjNTAyZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e55ac55b-bbda-4c2d-a0eb-57d37f63dd28","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c87a50be-a4c4-4f55-a087-6c8c63f0be30","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"890bb197-7033-4f62-be61-8950ad0a403e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d9cd2391-690e-4bb2-a938-efa6759e195a","artifactVersion":"2","generatedFromUUID":"c87a50be-a4c4-4f55-a087-6c8c63f0be30"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDvoldh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-template.yml","artifactChecksum":"NDY5NDNlY2JiYTY0ODQ2MmE2MWEwMDRlYmRmN2Y4NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af0fd6ea-a11b-4aeb-a3e0-d117fad66030","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDvoldh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar","artifactChecksum":"ZDNmYWZiYjQyZmM5NDNlOGI0ZWE3NjIxZmY5MTQxMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"987dd9ac-8a74-4984-9939-242c0a7a9915","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T00:11:32.222Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:11:32.222Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:32.224Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:32.224Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:11:32.324Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T00:11:32.326Z||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-11-22T00:11:32.326Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:32.346Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:32.347Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:11:33.225Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:11:33.226Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:33.228Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:33.228Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json",
"status": "NOTIFIED"
}
2022-11-22T00:11:33.328Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:11:33.329Z||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-11-22T00:11:33.329Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:33.343Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:33.344Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:11:34.228Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:11:34.230Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:34.232Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:34.232Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-22T00:11:34.332Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:11:34.333Z||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-11-22T00:11:34.333Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:34.361Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:34.361Z||pool-21-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:11:35.232Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:11:35.233Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:35.235Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:35.235Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:11:35.336Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:11:35.337Z||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-11-22T00:11:35.337Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:35.350Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:35.350Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:11:36.236Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:11:36.237Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:36.239Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:36.239Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-22T00:11:36.339Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:11:36.340Z||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-11-22T00:11:36.341Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:36.359Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:36.360Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:11:37.240Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:11:37.240Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:37.242Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:37.242Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:11:37.342Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:11:37.343Z||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-11-22T00:11:37.343Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:37.360Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:37.360Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:11:38.243Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:11:38.243Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:38.246Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:38.246Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:11:38.346Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:11:38.347Z||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-11-22T00:11:38.347Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:38.364Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:38.364Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-22T00:11:39.248Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"serviceName": "basic_onboard_dvOlDH",
"serviceVersion": "1.0",
"serviceUUID": "4fef7519-b534-4352-b452-0eecb803d871",
"serviceDescription": "service",
"serviceInvariantUUID": "53fd356b-5f33-4aa3-b2cc-29316065b4ed",
"resources": [
{
"resourceInstanceName": "basic_onboard_dvOlDH 0",
"resourceCustomizationUUID": "4040eddd-d099-45b2-bd21-40d262175e71",
"resourceName": "basic_onboard_dvOlDH",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "256c56ee-752e-41c6-a125-87d5faf103aa",
"resourceInvariantUUID": "bf930faa-a408-4d29-ae1a-0e8452fd6bc7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dvoldh0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json",
"artifactChecksum": "ZTVkMTUxNjQzMDc2NGZjNjRhM2JkNWQwNjdjNTAyZmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e55ac55b-bbda-4c2d-a0eb-57d37f63dd28",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c87a50be-a4c4-4f55-a087-6c8c63f0be30",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d9cd2391-690e-4bb2-a938-efa6759e195a",
"generatedFromUUID": "c87a50be-a4c4-4f55-a087-6c8c63f0be30"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d9cd2391-690e-4bb2-a938-efa6759e195a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDvoldh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"artifactChecksum": "ZDNmYWZiYjQyZmM5NDNlOGI0ZWE3NjIxZmY5MTQxMTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "987dd9ac-8a74-4984-9939-242c0a7a9915"
}
],
"workloadContext": "Production"
}
2022-11-22T00:11:39.249Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T00:11:39.249Z|2059a93c-6553-4caa-8eed-e5f31b16961a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4fef7519-b534-4352-b452-0eecb803d871 ASDC
2022-11-22T00:11:39.249Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:743b4ed9-4226-4049-b7d7-cde823efd9b3
ServiceName:basic_onboard_dvOlDH
ServiceVersion:1.0
ServiceUUID:4fef7519-b534-4352-b452-0eecb803d871
ServiceInvariantUUID:53fd356b-5f33-4aa3-b2cc-29316065b4ed
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDvoldh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar
ArtifactUUID:987dd9ac-8a74-4984-9939-242c0a7a9915
ArtifactChecksum:ZDNmYWZiYjQyZmM5NDNlOGI0ZWE3NjIxZmY5MTQxMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dvOlDH 0
ResourceCustomizationUUID:4040eddd-d099-45b2-bd21-40d262175e71
ResourceInvariantUUID:bf930faa-a408-4d29-ae1a-0e8452fd6bc7
ResourceName:basic_onboard_dvOlDH
ResourceType:VF
ResourceUUID:256c56ee-752e-41c6-a125-87d5faf103aa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dvoldh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json
ArtifactUUID:e55ac55b-bbda-4c2d-a0eb-57d37f63dd28
ArtifactChecksum:ZTVkMTUxNjQzMDc2NGZjNjRhM2JkNWQwNjdjNTAyZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c87a50be-a4c4-4f55-a087-6c8c63f0be30
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env
ArtifactUUID:d9cd2391-690e-4bb2-a938-efa6759e195a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env
ArtifactUUID:d9cd2391-690e-4bb2-a938-efa6759e195a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-22T00:11:39.249Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4fef7519-b534-4352-b452-0eecb803d871 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-11-22T00:11:39.283Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T00:11:39.284Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-22T00:11:39.284Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-22T00:11:39.284Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 987dd9ac-8a74-4984-9939-242c0a7a9915 from URL: /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:39.284Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-22T00:11:39.285Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:39.368Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-22T00:11:39.369Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar 987dd9ac-8a74-4984-9939-242c0a7a9915 75293
2022-11-22T00:11:39.370Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar ASDC sendASDCNotification
2022-11-22T00:11:39.370Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:39.370Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T00:11:39.371Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:39.373Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:39.373Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075899370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:11:39.473Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:11:39.474Z||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-11-22T00:11:39.474Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:39.489Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:39.489Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-22T00:11:40.374Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T00:11:40.374Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-22T00:11:40.375Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 987dd9ac-8a74-4984-9939-242c0a7a9915, URL: /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar to file: /app/ASDC/1/service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:40.375Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:40.376Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:40.376Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:40.539Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5855858443761922829/Definitions/service-BasicOnboardDvoldh-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-22T00:11:41.661Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T00:11:41.663Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-22T00:11:41.664Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:41.664Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-22T00:11:41.664Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:41.664Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:41.665Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dvOlDH 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:41.665Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:41.665Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:41.665Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:41.666Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:41.666Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-22T00:11:41.666Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:41.667Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:11:41.667Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dvOlDH 0 is matching search criteria
2022-11-22T00:11:41.667Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-22T00:11:41.667Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dvOlDH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T00:11:41.668Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:41.668Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:11:41.668Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dvOlDH 0 is matching search criteria
2022-11-22T00:11:41.669Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-22T00:11:41.669Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dvOlDH 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T00:11:41.669Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:41.670Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:11:41.670Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:41.670Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dvOlDH 0 is not matching search criteria
2022-11-22T00:11:41.671Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-22T00:11:41.671Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-22T00:11:41.671Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-22T00:11:41.671Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-22T00:11:41.672Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-22T00:11:41.672Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:41.672Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T00:11:41.673Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:41.673Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dvOlDH 0 is matching search criteria
2022-11-22T00:11:41.673Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dvOlDH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T00:11:41.674Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:41.674Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dvOlDH 0 is matching search criteria
2022-11-22T00:11:41.674Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dvOlDH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T00:11:41.674Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:41.675Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dvOlDH 0 is matching search criteria
2022-11-22T00:11:41.675Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dvOlDH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T00:11:41.675Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:41.676Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dvOlDH 0 is not matching search criteria
2022-11-22T00:11:41.676Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-22T00:11:41.676Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-22T00:11:41.677Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d5e1356-7a23-4e27-9de6-c99a58679556
2022-11-22T00:11:41.677Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:41.677Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:11:41.677Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:41.678Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:11:41.678Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:41.678Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:11:41.679Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:41.679Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:11:41.679Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_dvOlDH
Description:service
Model UUID:4fef7519-b534-4352-b452-0eecb803d871
Model Version:NULL
Model InvariantUuid:53fd356b-5f33-4aa3-b2cc-29316065b4ed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_dvOlDH
Model UUID:4aa82abb-41a8-49dc-a27e-e29f68175664
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bf930faa-a408-4d29-ae1a-0e8452fd6bc7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4040eddd-d099-45b2-bd21-40d262175e71
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f66f9c69-4e41-425f-ada0-d5ae0a0baf91
ModelName:BasicOnboardDvoldh..base_ubuntu18..module-0
ModelUuid:dc99b7c6-751e-4da8-8547-06560ba90ae4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1d5e1356-7a23-4e27-9de6-c99a58679556
ModelInvariantUuid:cff195bf-477b-45c8-9e8e-daf7fe2866e3
ModelName:basic_onboard_dvOlDH-nodes.ubuntu18Cvfc
ModelUuid:e98c258d-1359-428f-bcb4-d99ba348adbd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c6d29bc4-2617-4e44-abe6-a1e7cb9909bc
ModelInvariantUuid:6ed26524-1752-4b24-b77c-4c364fdac2dd
ModelName:BasicOnboardDvoldh.compute.nodes.heat.ubuntu18
ModelUuid:919bc0ef-7671-4575-bd34-d5437a476010
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-11-22T00:11:41.689Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 256c56ee-752e-41c6-a125-87d5faf103aa
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-11-22T00:11:41.692Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||basic_onboard_dvOlDH 0
2022-11-22T00:11:41.692Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 256c56ee-752e-41c6-a125-87d5faf103aa
2022-11-22T00:11:41.693Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e55ac55b-bbda-4c2d-a0eb-57d37f63dd28 from URL: /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json
2022-11-22T00:11:41.693Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-22T00:11:41.693Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json
2022-11-22T00:11:41.755Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-22T00:11:41.756Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json e55ac55b-bbda-4c2d-a0eb-57d37f63dd28 798
2022-11-22T00:11:41.756Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json ASDC sendASDCNotification
2022-11-22T00:11:41.756Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json
2022-11-22T00:11:41.757Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T00:11:41.757Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:41.759Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:41.760Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075901756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:11:41.859Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T00:11:41.860Z||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-11-22T00:11:41.860Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:41.880Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:41.880Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:11:42.761Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDvoldh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f66f9c69-4e41-425f-ada0-d5ae0a0baf91",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dc99b7c6-751e-4da8-8547-06560ba90ae4",
"vfModuleModelCustomizationUUID": "09b6d2db-a438-4a05-b022-61cab1277203",
"isBase": true,
"artifacts": [
"c87a50be-a4c4-4f55-a087-6c8c63f0be30",
"d9cd2391-690e-4bb2-a938-efa6759e195a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-22T00:11:42.765Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDvoldh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc99b7c6-751e-4da8-8547-06560ba90ae4
VfModuleModelInvariantUUID:f66f9c69-4e41-425f-ada0-d5ae0a0baf91
VfModuleModelDescription:NULL
Artifacts UUID List:{
c87a50be-a4c4-4f55-a087-6c8c63f0be30
,
d9cd2391-690e-4bb2-a938-efa6759e195a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-22T00:11:42.767Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDvoldh..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f66f9c69-4e41-425f-ada0-d5ae0a0baf91",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dc99b7c6-751e-4da8-8547-06560ba90ae4",
"vfModuleModelCustomizationUUID": "09b6d2db-a438-4a05-b022-61cab1277203",
"isBase": true,
"artifacts": [
"c87a50be-a4c4-4f55-a087-6c8c63f0be30",
"d9cd2391-690e-4bb2-a938-efa6759e195a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-22T00:11:42.767Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDvoldh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc99b7c6-751e-4da8-8547-06560ba90ae4
VfModuleModelInvariantUUID:f66f9c69-4e41-425f-ada0-d5ae0a0baf91
VfModuleModelDescription:NULL
Artifacts UUID List:{
c87a50be-a4c4-4f55-a087-6c8c63f0be30
,
d9cd2391-690e-4bb2-a938-efa6759e195a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-22T00:11:42.767Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c87a50be-a4c4-4f55-a087-6c8c63f0be30 from URL: /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml
2022-11-22T00:11:42.767Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-22T00:11:42.767Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml
2022-11-22T00:11:42.822Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-22T00:11:42.822Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml c87a50be-a4c4-4f55-a087-6c8c63f0be30 5033
2022-11-22T00:11:42.823Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-22T00:11:42.823Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml
2022-11-22T00:11:42.823Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T00:11:42.823Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:42.825Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:42.826Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075902823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:11:42.926Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:11:42.926Z||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-11-22T00:11:42.926Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:42.942Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:42.943Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:11:43.826Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d9cd2391-690e-4bb2-a938-efa6759e195a from URL: /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env
2022-11-22T00:11:43.827Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-22T00:11:43.827Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env
2022-11-22T00:11:43.886Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-22T00:11:43.887Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env d9cd2391-690e-4bb2-a938-efa6759e195a 909
2022-11-22T00:11:43.887Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-22T00:11:43.887Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env
2022-11-22T00:11:43.888Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T00:11:43.888Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:43.890Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:43.890Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075903887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:11:43.990Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:11:43.991Z||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-11-22T00:11:43.991Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:44.005Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:44.006Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:11:44.891Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4fef7519-b534-4352-b452-0eecb803d871
2022-11-22T00:11:44.892Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dvOlDH 0 256c56ee-752e-41c6-a125-87d5faf103aa 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-11-22T00:11:44.916Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13bf0b2a, org.onap.sdc.toscaparser.api.parameters.Input@65db7074, org.onap.sdc.toscaparser.api.parameters.Input@20cd9ad0, org.onap.sdc.toscaparser.api.parameters.Input@6c80767, org.onap.sdc.toscaparser.api.parameters.Input@6d45aacf]
2022-11-22T00:11:44.918Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:44.918Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:11:44.919Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-11-22T00:11:44.919Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4040eddd-d099-45b2-bd21-40d262175e71
2022-11-22T00:11:44.919Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4040eddd-d099-45b2-bd21-40d262175e71 matches Tosca VF Customization UUID: 4040eddd-d099-45b2-bd21-40d262175e71
2022-11-22T00:11:44.920Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4040eddd-d099-45b2-bd21-40d262175e71 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-11-22T00:11:44.923Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:44.923Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:11:44.924Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4040eddd-d099-45b2-bd21-40d262175e71: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-22T00:11:44.924Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59c1fbdb
2022-11-22T00:11:44.925Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:44.925Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T00:11:44.925Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 09b6d2db-a438-4a05-b022-61cab1277203
2022-11-22T00:11:44.926Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 09b6d2db-a438-4a05-b022-61cab1277203
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-11-22T00:11:44.928Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:44.929Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dvOlDH 0 is matching search criteria
2022-11-22T00:11:44.929Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dvOlDH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T00:11:44.930Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:44.930Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dvOlDH 0 is matching search criteria
2022-11-22T00:11:44.930Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dvOlDH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T00:11:44.931Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:44.931Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dvOlDH 0 is not matching search criteria
2022-11-22T00:11:44.932Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-22T00:11:44.932Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-22T00:11:44.932Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d5e1356-7a23-4e27-9de6-c99a58679556
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-11-22T00:11:44.935Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:44.936Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dvOlDH 0 is matching search criteria
2022-11-22T00:11:44.936Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dvOlDH 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T00:11:44.937Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:44.937Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dvOlDH 0 is matching search criteria
2022-11-22T00:11:44.937Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dvOlDH 0] matching following query criteria: sdcType=VF, customizationUUID=4040eddd-d099-45b2-bd21-40d262175e71
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-11-22T00:11:44.940Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:44.940Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:11:44.941Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4fef7519-b534-4352-b452-0eecb803d871: basic_onboard_dvOlDH
2022-11-22T00:11:44.941Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:44.941Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:11:44.942Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:44.942Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:11:44.942Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:44.943Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:11:44.943Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:44.944Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:11:44.944Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:11:44.944Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dvOlDH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:11:44.945Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_dvOlDH
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T00:11:45.060Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dvOlDH 256c56ee-752e-41c6-a125-87d5faf103aa 1 ASDC deployResourceStructure
2022-11-22T00:11:45.060Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json ASDC sendASDCNotification
2022-11-22T00:11:45.060Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json
2022-11-22T00:11:45.060Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T00:11:45.061Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:45.062Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:45.062Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075905060,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T00:11:45.163Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:11:45.163Z||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-11-22T00:11:45.164Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:45.181Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:45.181Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:11:46.063Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-22T00:11:46.064Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml
2022-11-22T00:11:46.064Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T00:11:46.065Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:46.067Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:46.067Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075906063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-22T00:11:46.167Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T00:11:46.168Z||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-11-22T00:11:46.168Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:46.181Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:46.182Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:11:47.068Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-22T00:11:47.069Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env
2022-11-22T00:11:47.069Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T00:11:47.070Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:47.071Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:47.072Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075907068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-22T00:11:47.172Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:11:47.173Z||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-11-22T00:11:47.173Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:47.186Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:47.187Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:11:48.072Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar ASDC sendASDCNotification
2022-11-22T00:11:48.073Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar
2022-11-22T00:11:48.073Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T00:11:48.074Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:11:48.075Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:11:48.076Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075908072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:11:48.176Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:11:48.177Z||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-11-22T00:11:48.177Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:11:48.192Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:11:48.192Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:11:49.077Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 743b4ed9-4226-4049-b7d7-cde823efd9b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-22T00:11:49.092Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 743b4ed9-4226-4049-b7d7-cde823efd9b3
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-11-22T00:11:49.095Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T00:11:49.095Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T00:11:49.095Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T00:12:19.095Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 743b4ed9-4226-4049-b7d7-cde823efd9b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-22T00:12:19.109Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 743b4ed9-4226-4049-b7d7-cde823efd9b3
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-11-22T00:12:19.112Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T00:12:19.112Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T00:12:19.112Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T00:12:25.940Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:12:25.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-11-22T00:12:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:12:25.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:12:25.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-22T00:12:25.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "cds",
"timestamp": 1669075820053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:12:25.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-22T00:12:49.112Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 743b4ed9-4226-4049-b7d7-cde823efd9b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-22T00:12:49.127Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 743b4ed9-4226-4049-b7d7-cde823efd9b3
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-11-22T00:12:49.129Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T00:12:49.129Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T00:12:49.130Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T00:13:19.130Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 743b4ed9-4226-4049-b7d7-cde823efd9b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-22T00:13:19.144Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 743b4ed9-4226-4049-b7d7-cde823efd9b3
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-11-22T00:13:19.147Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T00:13:19.147Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T00:13:19.147Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T00:13:25.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:13:25.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-11-22T00:13:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:13:25.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:13:25.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075823266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:25.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:25.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:25.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:25.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "aai-ml",
"timestamp": 1669075824670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:25.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:25.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "policy-id",
"timestamp": 1669075821739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:13:25.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:25.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075823266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-22T00:13:25.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:25.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "cds",
"timestamp": 1669075827977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:13:25.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:25.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json",
"status": "NOTIFIED"
}
2022-11-22T00:13:25.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:25.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "aai-ml",
"timestamp": 1669075824670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:25.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:25.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "policy-id",
"timestamp": 1669075829518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:13:25.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:25.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075823266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:25.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:25.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-22T00:13:25.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:25.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "aai-ml",
"timestamp": 1669075824670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:25.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:25.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "policy-id",
"timestamp": 1669075830524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:13:25.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:25.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075823266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:13:25.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:25.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:25.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:25.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "aai-ml",
"timestamp": 1669075824670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:25.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:25.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "policy-id",
"timestamp": 1669075831527,
"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-11-22T00:13:25.987Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 743b4ed9-4226-4049-b7d7-cde823efd9b3
2022-11-22T00:13:25.987Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 743b4ed9-4226-4049-b7d7-cde823efd9b3 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-11-22T00:13:25.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:25.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075831142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:13:26.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-22T00:13:26.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:26.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "aai-ml",
"timestamp": 1669075824670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:26.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:26.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075832259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:13:26.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:26.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:26.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "aai-ml",
"timestamp": 1669075824670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:13:26.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:26.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075833368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:13:26.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:13:26.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:26.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "aai-ml",
"timestamp": 1669075832406,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:13:26.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075834396,
"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-11-22T00:13:26.009Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 743b4ed9-4226-4049-b7d7-cde823efd9b3
2022-11-22T00:13:26.009Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 743b4ed9-4226-4049-b7d7-cde823efd9b3 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-11-22T00:13:26.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075833865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:13:26.020Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669075835400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T00:13:26.021Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075838427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:26.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:26.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075838831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:13:26.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075838427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:26.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:26.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "aai-ml",
"timestamp": 1669075839147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:13:26.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075839917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:13:26.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075838427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:26.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:26.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "aai-ml",
"timestamp": 1669075840151,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T00:13:26.036Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 743b4ed9-4226-4049-b7d7-cde823efd9b3
2022-11-22T00:13:26.036Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 743b4ed9-4226-4049-b7d7-cde823efd9b3 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-11-22T00:13:26.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075840994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:13:26.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075838427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:26.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:26.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075838427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:26.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:26.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075842384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/vfw10a0d5f1a9f90_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T00:13:26.047Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075838427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:13:26.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:26.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075843388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-22T00:13:26.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075838427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:13:26.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:13:26.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075844398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/resourceInstances/vfw10a0d5f1a9f90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-22T00:13:26.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075845402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122000846/1.0/artifacts/service-Vfw20221122000846-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:13:26.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075846255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:13:26.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075848697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:13:26.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:13:26.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:13:26.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669075849705,
"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-11-22T00:13:26.055Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 743b4ed9-4226-4049-b7d7-cde823efd9b3
2022-11-22T00:13:26.055Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 743b4ed9-4226-4049-b7d7-cde823efd9b3 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-11-22T00:13:49.147Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 743b4ed9-4226-4049-b7d7-cde823efd9b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-22T00:13:49.161Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 743b4ed9-4226-4049-b7d7-cde823efd9b3
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-11-22T00:13:49.165Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T00:13:49.165Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T00:13:49.165Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T00:13:49.165Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T00:13:49.165Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T00:13:49.165Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T00:13:49.166Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T00:13:49.166Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T00:13:49.166Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T00:13:49.173Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T00:14:19.174Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 743b4ed9-4226-4049-b7d7-cde823efd9b3 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-11-22T00:14:19.182Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 743b4ed9-4226-4049-b7d7-cde823efd9b3 and serviceModelVersionId: 4fef7519-b534-4352-b452-0eecb803d871
2022-11-22T00:14:19.182Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53fd356b-5f33-4aa3-b2cc-29316065b4ed
2022-11-22T00:14:19.184Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53fd356b-5f33-4aa3-b2cc-29316065b4ed/model-vers/model-ver/4fef7519-b534-4352-b452-0eecb803d871?depth=0
2022-11-22T00:14:19.188Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T00:14:19.239Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53fd356b-5f33-4aa3-b2cc-29316065b4ed/model-vers/model-ver/4fef7519-b534-4352-b452-0eecb803d871?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-22T00:14:19.240Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53fd356b-5f33-4aa3-b2cc-29316065b4ed/model-vers/model-ver/4fef7519-b534-4352-b452-0eecb803d871?depth=0|INFO|500||Invoke
2022-11-22T00:14:19.246Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53fd356b-5f33-4aa3-b2cc-29316065b4ed/model-vers/model-ver/4fef7519-b534-4352-b452-0eecb803d871?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-22T00:14:19.386Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53fd356b-5f33-4aa3-b2cc-29316065b4ed/model-vers/model-ver/4fef7519-b534-4352-b452-0eecb803d871?depth=0|INFO|500||InvokeReturn
2022-11-22T00:14:19.387Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/53fd356b-5f33-4aa3-b2cc-29316065b4ed/model-vers/model-ver/4fef7519-b534-4352-b452-0eecb803d871?depth=0 has http status code:200 and response headers:{date=[Tue, 22 Nov 2022 00:14:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[119], vertex-id=[340048], x-aai-txid=[2-aai-resources-221122-00:14:20:819-50272], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-22T00:14:19.387Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-22T00:14:19.387Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T00:14:19.387Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T00:14:19.394Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-11-22T00:14:19.394Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 743b4ed9-4226-4049-b7d7-cde823efd9b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T00:14:19.395Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T00:14:19.395Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:14:19.398Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:14:19.398Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076059395,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T00:14:19.498Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T00:14:19.499Z||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-11-22T00:14:19.499Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:14:19.517Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:14:19.517Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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-11-22T00:14:20.414Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:14:20.414Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||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-11-22T00:14:20.414Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kQTwcHB655zpmFQS) ...
2022-11-22T00:14:25.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:14:25.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-11-22T00:14:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:14:25.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:14:25.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2059a93c-6553-4caa-8eed-e5f31b16961a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075891196,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T00:14:25.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:14:25.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:14:25.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:14:25.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json",
"status": "NOTIFIED"
}
2022-11-22T00:14:25.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:14:25.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-22T00:14:25.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:14:25.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:14:25.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:14:25.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-22T00:14:25.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:14:25.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:14:25.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:14:25.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075825928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:14:25.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T00:14:25.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075899370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:14:25.981Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:14:25.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075901756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:14:25.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:14:25.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075902823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:14:25.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:14:25.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075903887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:14:25.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:14:25.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075905060,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/basic_onboard_dvoldh0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T00:14:25.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:14:25.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075906063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-22T00:14:25.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:14:25.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075907068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/resourceInstances/basic_onboard_dvoldh0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-22T00:14:25.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:14:25.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T00:14:25.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669075908072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDvoldh/1.0/artifacts/service-BasicOnboardDvoldh-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:14:25.985Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:14:30.749Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:14:30.750Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:14:30.751Z||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-11-22T00:14:30.751Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:14:40.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:14:40.306Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:14:40.306Z||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-11-22T00:14:40.306Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:14:49.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:14:49.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:14:49.881Z||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-11-22T00:14:49.882Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:14:59.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:15:25.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:15:25.929Z||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-11-22T00:15:25.929Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:15:25.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:15:25.940Z||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-11-22T00:15:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:15:26.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:15:26.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:15:26.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "743b4ed9-4226-4049-b7d7-cde823efd9b3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076059395,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T00:15:26.481Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:15:35.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:16:25.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:16:25.929Z||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-11-22T00:16:25.930Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:16:25.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:16:25.940Z||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-11-22T00:16:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:16:35.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:16:35.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:17:25.929Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:17:25.932Z||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-11-22T00:17:25.932Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:17:25.939Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:17:25.940Z||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-11-22T00:17:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:17:35.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:17:35.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:18:25.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:18:25.930Z||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-11-22T00:18:25.930Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:18:25.939Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:18:25.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-11-22T00:18:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:18:35.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:18:35.516Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:19:25.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:19:25.929Z||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-11-22T00:19:25.930Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:19:25.939Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:19:25.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-11-22T00:19:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:19:35.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:19:35.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:20:25.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:20:25.929Z||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-11-22T00:20:25.930Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:20:25.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:20:25.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-11-22T00:20:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:20:35.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:20:35.492Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:21:25.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:21:25.929Z||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-11-22T00:21:25.929Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:21:25.939Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:21:25.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-11-22T00:21:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:21:35.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:21:35.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:22:25.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:22:25.929Z||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-11-22T00:22:25.929Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:22:25.939Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:22:25.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-11-22T00:22:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:22:35.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:22:35.494Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:23:25.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:23:25.929Z||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-11-22T00:23:25.929Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:23:25.939Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:23:25.940Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|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-11-22T00:23:25.940Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|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 kQTwcHB655zpmFQS) ...
2022-11-22T00:23:35.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:23:35.546Z|743b4ed9-4226-4049-b7d7-cde823efd9b3|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:24:25.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:24:25.930Z||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-11-22T00:24:25.930Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:24:25.939Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:24:25.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-11-22T00:24:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:24:28.705Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:24:28.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T00:24:28.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"46e32147-f596-4afe-9c4d-f80541282167","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3d20a509-85e5-4c08-9058-d30b167e4ef2","serviceDescription":"service","serviceInvariantUUID":"5865364a-3e6a-41ce-aab1-ca75853d56f3","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0a0b7538-93cd-4504-8c2b-46c4ec0b0d18","resourceInvariantUUID":"c999c5e1-922c-4bfd-b178-00a876195a45","resourceCustomizationUUID":"545d908c-2876-4888-834f-856309c7e8ea","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"N2I2NGZiN2Q2ODFjZjVjMTgyNjEyNGVjMjIzNGZiNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a02e4af-e678-4466-8773-9dce7764f2e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDg3NjZkZjBkYmY5ZmUzMGJkMTY3OWMyOTRhMDUzMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"53676abd-acff-493a-9575-aec9cb447721","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T00:24:28.715Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:24:28.715Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:24:28.720Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:24:28.720Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076665928,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:24:28.820Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T00:24:28.822Z||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-11-22T00:24:28.822Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:24:28.854Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:24:28.855Z||pool-35-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:24:28.969Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:24:28.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-22T00:24:28.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "cds",
"timestamp": 1669076660053,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:24:28.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-22T00:24:28.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-22T00:24:28.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669076663265,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:24:28.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-22T00:24:29.721Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:24:29.722Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:24:29.724Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:24:29.724Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076665928,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:24:29.824Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T00:24:29.825Z||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-11-22T00:24:29.825Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:24:29.843Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:24:29.843Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:24:30.726Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3d20a509-85e5-4c08-9058-d30b167e4ef2",
"serviceDescription": "service",
"serviceInvariantUUID": "5865364a-3e6a-41ce-aab1-ca75853d56f3",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "545d908c-2876-4888-834f-856309c7e8ea",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "0a0b7538-93cd-4504-8c2b-46c4ec0b0d18",
"resourceInvariantUUID": "c999c5e1-922c-4bfd-b178-00a876195a45",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MDg3NjZkZjBkYmY5ZmUzMGJkMTY3OWMyOTRhMDUzMmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "53676abd-acff-493a-9575-aec9cb447721"
}
],
"workloadContext": "Production"
}
2022-11-22T00:24:30.726Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T00:24:30.726Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3d20a509-85e5-4c08-9058-d30b167e4ef2 ASDC
2022-11-22T00:24:30.727Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:46e32147-f596-4afe-9c4d-f80541282167
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3d20a509-85e5-4c08-9058-d30b167e4ef2
ServiceInvariantUUID:5865364a-3e6a-41ce-aab1-ca75853d56f3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:53676abd-acff-493a-9575-aec9cb447721
ArtifactChecksum:MDg3NjZkZjBkYmY5ZmUzMGJkMTY3OWMyOTRhMDUzMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:545d908c-2876-4888-834f-856309c7e8ea
ResourceInvariantUUID:c999c5e1-922c-4bfd-b178-00a876195a45
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0a0b7538-93cd-4504-8c2b-46c4ec0b0d18
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-22T00:24:30.727Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d20a509-85e5-4c08-9058-d30b167e4ef2 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-11-22T00:24:30.772Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T00:24:30.774Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-22T00:24:30.774Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-22T00:24:30.775Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 53676abd-acff-493a-9575-aec9cb447721 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-22T00:24:30.775Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-22T00:24:30.775Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-22T00:24:31.200Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-22T00:24:31.201Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 53676abd-acff-493a-9575-aec9cb447721 57656
2022-11-22T00:24:31.201Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-22T00:24:31.201Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-22T00:24:31.201Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T00:24:31.201Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:24:31.204Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:24:31.204Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076671201,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:24:31.304Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-22T00:24:31.304Z||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-11-22T00:24:31.305Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:24:31.328Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:24:31.328Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:24:32.205Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T00:24:32.206Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-22T00:24:32.207Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 53676abd-acff-493a-9575-aec9cb447721, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T00:24:32.207Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-22T00:24:32.207Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T00:24:32.208Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T00:24:32.371Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11355260404180969732/Definitions/service-BasicNetwork-template.yml
2022-11-22T00:24:32.984Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T00:24:32.985Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-22T00:24:32.985Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T00:24:32.985Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-22T00:24:32.985Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T00:24:32.986Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T00:24:32.986Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T00:24:32.986Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T00:24:32.986Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T00:24:32.986Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T00:24:32.987Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T00:24:32.987Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T00:24:32.987Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-22T00:24:32.987Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:24:32.988Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:24:32.988Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-22T00:24:32.988Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-22T00:24:32.989Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T00:24:32.989Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:24:32.989Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:24:32.989Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-22T00:24:32.990Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-22T00:24:32.990Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T00:24:32.990Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:24:32.990Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:24:32.990Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:24:32.991Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:24:32.991Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:24:32.991Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:24:32.992Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:24:32.992Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:24:32.992Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:24:32.992Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:24:32.993Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3d20a509-85e5-4c08-9058-d30b167e4ef2
Model Version:NULL
Model InvariantUuid:5865364a-3e6a-41ce-aab1-ca75853d56f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c999c5e1-922c-4bfd-b178-00a876195a45
Model UUID:a2bbc699-4ec2-4bbe-8911-2912d8eb133b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:545d908c-2876-4888-834f-856309c7e8ea
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-22T00:24:33.003Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 0a0b7538-93cd-4504-8c2b-46c4ec0b0d18
2022-11-22T00:24:33.003Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||No resources found for Service: 3d20a509-85e5-4c08-9058-d30b167e4ef2
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-11-22T00:24:33.012Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||
2022-11-22T00:24:33.012Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-22T00:24:33.013Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3d20a509-85e5-4c08-9058-d30b167e4ef2
2022-11-22T00:24:33.014Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3d20a509-85e5-4c08-9058-d30b167e4ef2
2022-11-22T00:24:33.014Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-22T00:24:33.014Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T00:24:33.021Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11dce45f, org.onap.sdc.toscaparser.api.parameters.Input@dff4463, org.onap.sdc.toscaparser.api.parameters.Input@391bdae7, org.onap.sdc.toscaparser.api.parameters.Input@59d7044a, org.onap.sdc.toscaparser.api.parameters.Input@2f5ffd33]
2022-11-22T00:24:33.023Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:24:33.023Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:24:33.024Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:24:33.024Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:24:33.024Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3d20a509-85e5-4c08-9058-d30b167e4ef2: Generic NeutronNet
2022-11-22T00:24:33.024Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:24:33.025Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:24:33.026Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:24:33.026Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-22T00:24:33.066Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:24:33.066Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:24:33.067Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:24:33.067Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:24:33.067Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:24:33.068Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:24:33.068Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-22T00:24:33.134Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-22T00:24:33.134Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-22T00:24:33.135Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-22T00:24:33.135Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T00:24:33.136Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:24:33.138Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:24:33.138Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076673134,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:24:33.238Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:24:33.239Z||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-11-22T00:24:33.239Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:24:33.254Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:24:33.254Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:24:34.139Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46e32147-f596-4afe-9c4d-f80541282167
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-22T00:24:34.154Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46e32147-f596-4afe-9c4d-f80541282167
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-11-22T00:24:34.156Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T00:24:34.157Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T00:24:34.157Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T00:25:04.157Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46e32147-f596-4afe-9c4d-f80541282167
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-22T00:25:04.171Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46e32147-f596-4afe-9c4d-f80541282167
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-11-22T00:25:04.174Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T00:25:04.175Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T00:25:04.175Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T00:25:25.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:25:25.941Z||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-11-22T00:25:25.941Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:25:25.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:25:25.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:25:25.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "policy-id",
"timestamp": 1669076661738,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:25:25.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:25:25.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:25:25.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076665928,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:25:25.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:25:34.175Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46e32147-f596-4afe-9c4d-f80541282167
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-22T00:25:34.194Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46e32147-f596-4afe-9c4d-f80541282167
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-11-22T00:25:34.196Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T00:25:34.197Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T00:25:34.197Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T00:26:04.197Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46e32147-f596-4afe-9c4d-f80541282167
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-22T00:26:04.215Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46e32147-f596-4afe-9c4d-f80541282167
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-11-22T00:26:04.218Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T00:26:04.218Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T00:26:04.219Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T00:26:25.940Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:26:25.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-11-22T00:26:25.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 kQTwcHB655zpmFQS) ...
2022-11-22T00:26:25.969Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:26:25.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:26:25.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "aai-ml",
"timestamp": 1669076664670,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:26:25.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:26:34.219Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46e32147-f596-4afe-9c4d-f80541282167
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-22T00:26:34.232Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46e32147-f596-4afe-9c4d-f80541282167
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-11-22T00:26:34.248Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T00:26:34.248Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T00:26:34.248Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T00:27:04.249Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46e32147-f596-4afe-9c4d-f80541282167
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-22T00:27:05.145Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46e32147-f596-4afe-9c4d-f80541282167
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-11-22T00:27:05.149Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T00:27:05.149Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T00:27:05.149Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T00:27:25.939Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:27:25.940Z||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-11-22T00:27:25.940Z||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 kQTwcHB655zpmFQS) ...
2022-11-22T00:27:25.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:27:25.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:25.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076665928,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:27:25.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:25.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:25.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "cds",
"timestamp": 1669076660053,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:27:25.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:25.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:25.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669076663265,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:27:25.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:25.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:25.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "policy-id",
"timestamp": 1669076661738,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:27:25.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:25.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:25.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "aai-ml",
"timestamp": 1669076664670,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:27:25.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:25.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:25.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "aai-ml",
"timestamp": 1669076670725,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:27:25.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:27:25.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:25.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "cds",
"timestamp": 1669076671993,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:27:25.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:27:25.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:25.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076671201,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:27:25.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:27:25.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:25.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "policy-id",
"timestamp": 1669076672828,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:27:25.985Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:27:25.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:25.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "policy-id",
"timestamp": 1669076673833,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:27:25.985Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:27:25.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:25.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076673134,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:27:25.986Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:27:25.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:25.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "policy-id",
"timestamp": 1669076674838,
"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-11-22T00:27:25.997Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46e32147-f596-4afe-9c4d-f80541282167
2022-11-22T00:27:25.998Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46e32147-f596-4afe-9c4d-f80541282167 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-11-22T00:27:26.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "aai-ml",
"timestamp": 1669076674734,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:27:26.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:27:26.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "aai-ml",
"timestamp": 1669076675739,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T00:27:26.022Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46e32147-f596-4afe-9c4d-f80541282167
2022-11-22T00:27:26.023Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46e32147-f596-4afe-9c4d-f80541282167 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-11-22T00:27:26.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076678426,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076678426,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:27:26.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076681158,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:27:26.035Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:27:26.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076682890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:27:26.036Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:27:26.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076683894,
"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-11-22T00:27:26.043Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46e32147-f596-4afe-9c4d-f80541282167
2022-11-22T00:27:26.043Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46e32147-f596-4afe-9c4d-f80541282167 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-11-22T00:27:26.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669076703265,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.055Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "cds",
"timestamp": 1669076705053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "policy-id",
"timestamp": 1669076701738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669076703265,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "cds",
"timestamp": 1669076705053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "policy-id",
"timestamp": 1669076701738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669076703265,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "cds",
"timestamp": 1669076705053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "policy-id",
"timestamp": 1669076701738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076708425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "cds",
"timestamp": 1669076705053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669076703265,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "policy-id",
"timestamp": 1669076701738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076708425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "cds",
"timestamp": 1669076705053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669076703265,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "policy-id",
"timestamp": 1669076701738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076708425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669076703265,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "cds",
"timestamp": 1669076705053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "policy-id",
"timestamp": 1669076701738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076708425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669076703265,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "cds",
"timestamp": 1669076705053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "policy-id",
"timestamp": 1669076701738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076708425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669076703265,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:27:26.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "policy-id",
"timestamp": 1669076701738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:27:26.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "cds",
"timestamp": 1669076705053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:27:26.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076708425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076708425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "policy-id",
"timestamp": 1669076716012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:27:26.080Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:27:26.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "cds",
"timestamp": 1669076715238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:27:26.081Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:27:26.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076708425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:27:26.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "policy-id",
"timestamp": 1669076717019,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:27:26.082Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:27:26.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "policy-id",
"timestamp": 1669076718022,
"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-11-22T00:27:26.101Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f825b1fa-6dfd-4647-9565-8b9e3028978d
2022-11-22T00:27:26.101Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f825b1fa-6dfd-4647-9565-8b9e3028978d 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-11-22T00:27:26.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076717229,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:27:26.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:27:26.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076719186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T00:27:26.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T00:27:26.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669076720190,
"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-11-22T00:27:26.125Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f825b1fa-6dfd-4647-9565-8b9e3028978d
2022-11-22T00:27:26.126Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f825b1fa-6dfd-4647-9565-8b9e3028978d 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-11-22T00:27:26.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d592a6a-1936-4a91-80c3-c1d85cfc9765",
"consumerID": "cds",
"timestamp": 1669076720053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d592a6a-1936-4a91-80c3-c1d85cfc9765",
"consumerID": "policy-id",
"timestamp": 1669076721738,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d592a6a-1936-4a91-80c3-c1d85cfc9765",
"consumerID": "cds",
"timestamp": 1669076720053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d592a6a-1936-4a91-80c3-c1d85cfc9765",
"consumerID": "policy-id",
"timestamp": 1669076721738,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d592a6a-1936-4a91-80c3-c1d85cfc9765",
"consumerID": "cds",
"timestamp": 1669076720053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d592a6a-1936-4a91-80c3-c1d85cfc9765",
"consumerID": "policy-id",
"timestamp": 1669076721738,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-22T00:27:26.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d592a6a-1936-4a91-80c3-c1d85cfc9765",
"consumerID": "cds",
"timestamp": 1669076720053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d592a6a-1936-4a91-80c3-c1d85cfc9765",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669076723265,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d592a6a-1936-4a91-80c3-c1d85cfc9765",
"consumerID": "policy-id",
"timestamp": 1669076721738,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d592a6a-1936-4a91-80c3-c1d85cfc9765",
"consumerID": "cds",
"timestamp": 1669076720053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d592a6a-1936-4a91-80c3-c1d85cfc9765",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669076723265,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-22T00:27:26.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d592a6a-1936-4a91-80c3-c1d85cfc9765",
"consumerID": "policy-id",
"timestamp": 1669076721738,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d592a6a-1936-4a91-80c3-c1d85cfc9765",
"consumerID": "cds",
"timestamp": 1669076720053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d592a6a-1936-4a91-80c3-c1d85cfc9765",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669076723265,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-22T00:27:26.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6d592a6a-1936-4a91-80c3-c1d85cfc9765",
"consumerID": "policy-id",
"timestamp": 1669076721738,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:26.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-22T00:27:26.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "aai-ml",
"timestamp": 1669076724670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:27:26.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-22T00:27:35.149Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46e32147-f596-4afe-9c4d-f80541282167
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-22T00:27:35.165Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46e32147-f596-4afe-9c4d-f80541282167
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-11-22T00:27:35.169Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T00:27:35.169Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T00:27:35.169Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T00:27:35.169Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T00:27:35.169Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T00:27:35.170Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T00:27:35.170Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T00:27:35.170Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T00:27:35.170Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-22T00:27:35.177Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T00:28:05.178Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46e32147-f596-4afe-9c4d-f80541282167 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-11-22T00:28:05.185Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46e32147-f596-4afe-9c4d-f80541282167 and serviceModelVersionId: 3d20a509-85e5-4c08-9058-d30b167e4ef2
2022-11-22T00:28:05.185Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5865364a-3e6a-41ce-aab1-ca75853d56f3
2022-11-22T00:28:05.187Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5865364a-3e6a-41ce-aab1-ca75853d56f3/model-vers/model-ver/3d20a509-85e5-4c08-9058-d30b167e4ef2?depth=0
2022-11-22T00:28:05.197Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T00:28:05.272Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5865364a-3e6a-41ce-aab1-ca75853d56f3/model-vers/model-ver/3d20a509-85e5-4c08-9058-d30b167e4ef2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-22T00:28:05.274Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5865364a-3e6a-41ce-aab1-ca75853d56f3/model-vers/model-ver/3d20a509-85e5-4c08-9058-d30b167e4ef2?depth=0|INFO|500||Invoke
2022-11-22T00:28:05.280Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5865364a-3e6a-41ce-aab1-ca75853d56f3/model-vers/model-ver/3d20a509-85e5-4c08-9058-d30b167e4ef2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-22T00:28:05.434Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5865364a-3e6a-41ce-aab1-ca75853d56f3/model-vers/model-ver/3d20a509-85e5-4c08-9058-d30b167e4ef2?depth=0|INFO|500||InvokeReturn
2022-11-22T00:28:05.435Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5865364a-3e6a-41ce-aab1-ca75853d56f3/model-vers/model-ver/3d20a509-85e5-4c08-9058-d30b167e4ef2?depth=0 has http status code:200 and response headers:{date=[Tue, 22 Nov 2022 00:28:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[348240], x-aai-txid=[1-aai-resources-221122-00:28:06:936-50332], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-22T00:28:05.435Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-11-22T00:28:05.436Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T00:28:05.436Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T00:28:05.443Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-11-22T00:28:05.443Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46e32147-f596-4afe-9c4d-f80541282167 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T00:28:05.444Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T00:28:05.444Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:28:05.449Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:28:05.449Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "46e32147-f596-4afe-9c4d-f80541282167",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076885444,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T00:28:05.549Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:28:05.551Z||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-11-22T00:28:05.551Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:28:05.573Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:28:05.574Z||pool-39-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"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-11-22T00:28:06.467Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T00:28:06.468Z|46e32147-f596-4afe-9c4d-f80541282167|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-11-22T00:28:06.468Z|46e32147-f596-4afe-9c4d-f80541282167|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 kQTwcHB655zpmFQS) ...
2022-11-22T00:28:11.001Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:28:11.003Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T00:28:11.003Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f825b1fa-6dfd-4647-9565-8b9e3028978d","serviceName":"Demo_pNF_G0rzyKf6Rtl3AJckrdHh","serviceVersion":"1.0","serviceUUID":"1ff20290-9101-4242-96a3-5b34cbc12335","serviceDescription":"catalog service description","serviceInvariantUUID":"8cf96dec-5a79-4ba5-a015-45b40778d9d6","resources":[{"resourceInstanceName":"pNF b7f15243-a230 0","resourceName":"pNF b7f15243-a230","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"84f4c0e9-7be6-4e98-9345-dd885467d8ee","resourceInvariantUUID":"c382bf4e-b703-4931-ad0a-613d21205bd6","resourceCustomizationUUID":"ac471a60-552d-43a8-b8af-bbe51cd595eb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/vf-license-model.xml","artifactChecksum":"YzQzNzY1ZTU2ZGFlZTM3ZmVjNTcwMDNkNDA4ZDI0OTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8055b203-ab16-48cf-aa8a-f6a4018b15d4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/pNF.csar","artifactChecksum":"YmI2ODA3MDVlY2U3ZmQwNWY3MmM2OWVhZWE2NDg0Y2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b17daa19-4fd1-44fb-ba1f-4d9f0242e6ab","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1adcfab3-e3f4-4368-8b60-830ef20b4ea8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/vendor-license-model.xml","artifactChecksum":"OWYzYzYzMWJhMjNiMzM3NDMzMzI0YTQwNzRhNmYyNzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a1141aa0-a812-4533-9a2a-221028fbb4fc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"73b3ee17-08f2-4eda-b939-35897cef2a4c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5fc6fe1e-aa29-4555-bb16-1967db6ab054","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfG0rzykf6rtl3ajckrdhh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-template.yml","artifactChecksum":"YzhhYjMxYmZiMmNmNWRjYTllOTFlYmI3ZDAzZjc0MjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e456ee0-a68d-431b-80e7-5cb0a051631d","artifactVersion":"1"},{"artifactName":"service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar","artifactChecksum":"YTdkMGI4NzFmZGU2N2E4NGU3YjdkMjU1NjZlZjYzYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c34ad874-d8f2-44e8-a77c-71fa407868e8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T00:28:11.006Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:28:11.006Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:28:11.008Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:28:11.008Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076886467,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:28:11.108Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T00:28:11.109Z||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-11-22T00:28:11.110Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:28:11.130Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:28:11.131Z||pool-40-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:28:12.009Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:28:12.010Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:28:12.012Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:28:12.012Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076886467,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:28:12.112Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:28:12.113Z||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-11-22T00:28:12.113Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:28:12.142Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:28:12.142Z||pool-41-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:28:13.012Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:28:13.013Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:28:13.015Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:28:13.015Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076886467,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:28:13.116Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:28:13.117Z||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-11-22T00:28:13.117Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:28:13.131Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:28:13.131Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:28:14.016Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:28:14.017Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:28:14.019Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:28:14.019Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076886467,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:28:14.119Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:28:14.120Z||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-11-22T00:28:14.120Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:28:14.134Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:28:14.134Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:28:15.019Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:28:15.020Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:28:15.022Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:28:15.022Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076886467,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:28:15.122Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:28:15.123Z||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-11-22T00:28:15.123Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:28:15.136Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:28:15.137Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:28:16.023Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:28:16.024Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:28:16.026Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:28:16.026Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076886467,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/resourceInstances/pnfb7f15243a2300/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:28:16.126Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:28:16.128Z||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-11-22T00:28:16.128Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:28:16.141Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:28:16.142Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:28:17.027Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:28:17.028Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:28:17.030Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:28:17.031Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076886467,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T00:28:17.131Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T00:28:17.131Z||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-11-22T00:28:17.132Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:28:17.145Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:28:17.145Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:28:18.031Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T00:28:18.032Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:28:18.034Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:28:18.034Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076886467,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T00:28:18.135Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:28:18.135Z||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-11-22T00:28:18.136Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:28:18.151Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:28:18.151Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-22T00:28:19.036Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"serviceName": "Demo_pNF_G0rzyKf6Rtl3AJckrdHh",
"serviceVersion": "1.0",
"serviceUUID": "1ff20290-9101-4242-96a3-5b34cbc12335",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8cf96dec-5a79-4ba5-a015-45b40778d9d6",
"resources": [
{
"resourceInstanceName": "pNF b7f15243-a230 0",
"resourceCustomizationUUID": "ac471a60-552d-43a8-b8af-bbe51cd595eb",
"resourceName": "pNF b7f15243-a230",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "84f4c0e9-7be6-4e98-9345-dd885467d8ee",
"resourceInvariantUUID": "c382bf4e-b703-4931-ad0a-613d21205bd6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar",
"artifactChecksum": "YTdkMGI4NzFmZGU2N2E4NGU3YjdkMjU1NjZlZjYzYzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c34ad874-d8f2-44e8-a77c-71fa407868e8"
}
],
"workloadContext": "Production"
}
2022-11-22T00:28:19.037Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T00:28:19.038Z|46e32147-f596-4afe-9c4d-f80541282167|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1ff20290-9101-4242-96a3-5b34cbc12335 ASDC
2022-11-22T00:28:19.039Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f825b1fa-6dfd-4647-9565-8b9e3028978d
ServiceName:Demo_pNF_G0rzyKf6Rtl3AJckrdHh
ServiceVersion:1.0
ServiceUUID:1ff20290-9101-4242-96a3-5b34cbc12335
ServiceInvariantUUID:8cf96dec-5a79-4ba5-a015-45b40778d9d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
ArtifactUUID:c34ad874-d8f2-44e8-a77c-71fa407868e8
ArtifactChecksum:YTdkMGI4NzFmZGU2N2E4NGU3YjdkMjU1NjZlZjYzYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b7f15243-a230 0
ResourceCustomizationUUID:ac471a60-552d-43a8-b8af-bbe51cd595eb
ResourceInvariantUUID:c382bf4e-b703-4931-ad0a-613d21205bd6
ResourceName:pNF b7f15243-a230
ResourceType:PNF
ResourceUUID:84f4c0e9-7be6-4e98-9345-dd885467d8ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-22T00:28:19.040Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ff20290-9101-4242-96a3-5b34cbc12335 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-11-22T00:28:19.082Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T00:28:19.082Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-22T00:28:19.082Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-22T00:28:19.082Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c34ad874-d8f2-44e8-a77c-71fa407868e8 from URL: /sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
2022-11-22T00:28:19.083Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-22T00:28:19.083Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
2022-11-22T00:28:19.271Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-22T00:28:19.272Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar c34ad874-d8f2-44e8-a77c-71fa407868e8 87772
2022-11-22T00:28:19.272Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar ASDC sendASDCNotification
2022-11-22T00:28:19.272Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
2022-11-22T00:28:19.273Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T00:28:19.273Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-22T00:28:19.275Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T00:28:19.275Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f825b1fa-6dfd-4647-9565-8b9e3028978d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669076899272,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T00:28:19.376Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T00:28:19.377Z||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-11-22T00:28:19.377Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kQTwcHB655zpmFQS) ...
2022-11-22T00:28:19.393Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T00:28:19.393Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-22T00:28:20.276Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T00:28:20.277Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-22T00:28:20.277Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c34ad874-d8f2-44e8-a77c-71fa407868e8, URL: /sdc/v1/catalog/services/DemoPnfG0rzykf6rtl3ajckrdhh/1.0/artifacts/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar to file: /app/ASDC/1/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
2022-11-22T00:28:20.278Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
2022-11-22T00:28:20.278Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
2022-11-22T00:28:20.278Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
2022-11-22T00:28:20.543Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP127635471132992543/Definitions/service-DemoPnfG0rzykf6rtl3ajckrdhh-template.yml
2022-11-22T00:28:21.423Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T00:28:21.424Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-22T00:28:21.424Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
2022-11-22T00:28:21.424Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-22T00:28:21.425Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
2022-11-22T00:28:21.425Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
2022-11-22T00:28:21.425Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
2022-11-22T00:28:21.425Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
2022-11-22T00:28:21.425Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
2022-11-22T00:28:21.426Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
2022-11-22T00:28:21.426Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b7f15243-a230 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-DemoPnfG0rzykf6rtl3ajckrdhh-csar.csar
2022-11-22T00:28:21.426Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-22T00:28:21.426Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T00:28:21.426Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_G0rzyKf6Rtl3AJckrdHh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T00:28:21.427Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||DEBUG|500||Node template pNF b7f15243-a230 0 is matching search criteria
2022-11-22T00:28:21.427Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-22T00:28:21.427Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF b7f15243-a230 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T00:28:21.428Z|f825b1fa-6dfd-4647-9565-8b9e3028978d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery