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-09-26T10:08:35.708Z||main|||||INFO|500||The following profiles are active: basic
2022-09-26T10:09:00.568Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-26T10:09:00.569Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-26T10:09:00.684Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-26T10:09:06.929Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-26T10:09:07.961Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-26T10:09:08.456Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-26T10:09:08.492Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-26T10:09:08.610Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-26T10:09:08.838Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-26T10:09:09.439Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-26T10:09:11.172Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-26T10:09:14.018Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-26T10:09:14.076Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-26T10:09:15.679Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-26T10:09:17.121Z||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-09-26T10:09:18.645Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-26T10:09:19.767Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2022-09-26T10:09:20.570Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-09-26T10:09:20.571Z||main|||||ERROR|500||(conn=1055) Table 'catalogdb.activity_spec' doesn't exist
2022-09-26T10:09:20.592Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2022-09-26T10:09:23.790Z||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-09-26T10:09:27.764Z||main|||||WARN|500||---
2022-09-26T10:09:27.764Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-26T10:09:27.765Z||main|||||WARN|500||---
2022-09-26T10:09:28.243Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-26T10:09:33.118Z||main|||||INFO|500||Started Application in 62.938 seconds (JVM running for 69.895)
2022-09-26T10:09:33.140Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-26T10:09:33.143Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-26T10:09:33.167Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-26T10:09:33.192Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-26T10:09:33.233Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9de7795-4532-446b-82a9-b28fd1765bcb url= /sdc/v1/artifactTypes
2022-09-26T10:09:33.234Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-26T10:09:33.349Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-26T10:09:33.351Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78581b0c
2022-09-26T10:09:33.351Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-26T10:09:33.369Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-26T10:09:33.371Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-26T10:09:33.377Z||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$$492ff4fe.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-09-26T10:10:23.106Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-26T10:10:23.107Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-26T10:10:23.108Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-26T10:10:23.110Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-26T10:10:23.120Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 20d447ac-b045-4d36-afca-a52ec8751fdc url= /sdc/v1/artifactTypes
2022-09-26T10:10:23.120Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-26T10:10:23.137Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-26T10:10:23.138Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@330147de
2022-09-26T10:10:23.138Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-26T10:10:23.139Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-26T10:10:23.139Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-26T10:10:23.139Z||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$$492ff4fe.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-09-26T10:11:13.106Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-26T10:11:13.107Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-26T10:11:13.108Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-26T10:11:13.111Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-26T10:11:13.117Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 50582bb4-6de8-48a8-a6fa-61c6386f2497 url= /sdc/v1/artifactTypes
2022-09-26T10:11:13.117Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-26T10:11:13.123Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-26T10:11:13.123Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d5e379c
2022-09-26T10:11:13.123Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-26T10:11:13.124Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-26T10:11:13.124Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-26T10:11:13.125Z||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$$492ff4fe.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-09-26T10:12:03.107Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-26T10:12:03.108Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-26T10:12:03.109Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-26T10:12:03.113Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-26T10:12:03.119Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= adace3cc-1911-46ff-82a8-cf7e501198b2 url= /sdc/v1/artifactTypes
2022-09-26T10:12:03.120Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-26T10:12:03.127Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-09-26T10:12:03.127Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60177e38
2022-09-26T10:12:03.127Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-09-26T10:12:03.128Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-09-26T10:12:03.128Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-09-26T10:12:03.129Z||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$$492ff4fe.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-09-26T10:12:53.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-26T10:12:53.111Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-26T10:12:53.111Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-26T10:12:53.117Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-26T10:12:53.121Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a17a87c1-42ba-4e3c-8db2-ec507150beb1 url= /sdc/v1/artifactTypes
2022-09-26T10:12:53.122Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-09-26T10:12:53.511Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-26T10:12:53.526Z||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-09-26T10:12:53.575Z||scheduling-1|||||DEBUG|500||create keys
2022-09-26T10:12:53.587Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-26T10:12:53.744Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:12:53.771Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 27c357ef-55f2-404d-a3d9-f595bb46fd0f url= /sdc/v1/registerForDistribution
2022-09-26T10:12:53.938Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 27c357ef-55f2-404d-a3d9-f595bb46fd0f url= /sdc/v1/registerForDistribution
2022-09-26T10:12:53.939Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-26T10:12:53.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:12:53.954Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:12:53.962Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-26T10:12:53.966Z||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-09-26T10:12:53.966Z||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-09-26T10:12:53.966Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:12:53.966Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:13:04.331Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:13:04.372Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:13:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:13:53.951Z||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-09-26T10:13:53.951Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:13:53.952Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:13:53.953Z||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-09-26T10:13:53.954Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:14:03.528Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:14:03.530Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:14:53.948Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:14:53.950Z||pool-2-thread-4|||||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-09-26T10:14:53.950Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:14:53.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:14:53.953Z||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-09-26T10:14:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:15:03.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:15:03.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:15:53.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:15:53.950Z||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-09-26T10:15:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:15:53.952Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:15:53.952Z||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-09-26T10:15:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:16:03.524Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:16:03.524Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:16:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:16:53.951Z||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-09-26T10:16:53.951Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:16:53.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:16:53.953Z||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-09-26T10:16:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:17:03.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:17:03.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:17:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:17:53.949Z||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-09-26T10:17:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:17:53.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:17:53.953Z||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-09-26T10:17:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:18:03.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:18:03.519Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:18:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:18:53.949Z||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-09-26T10:18:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:18:53.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:18:53.954Z||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-09-26T10:18:53.954Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:18:56.980Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-26T10:19:03.517Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:19:03.521Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:19:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:19:53.949Z||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-09-26T10:19:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:19:53.952Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:19:53.953Z||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-09-26T10:19:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:20:03.520Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:20:03.525Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:20:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:20:53.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:20:53.953Z||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-09-26T10:20:53.954Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:20:53.954Z||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-09-26T10:20:53.954Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:21:03.523Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:21:03.567Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:21:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:21:53.949Z||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-09-26T10:21:53.949Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:21:53.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:21:53.953Z||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-09-26T10:21:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:22:03.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:22:03.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:22:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:22:53.949Z||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-09-26T10:22:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:22:53.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:22:53.953Z||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-09-26T10:22:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:23:03.512Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:23:03.529Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:23:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:23:53.949Z||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-09-26T10:23:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:23:53.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:23:53.953Z||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-09-26T10:23:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:24:03.522Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:24:03.525Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:24:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:24:53.950Z||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-09-26T10:24:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:24:53.952Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:24:53.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T10:24:53.953Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:25:03.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:25:03.534Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:25:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:25:53.950Z||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-09-26T10:25:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:25:53.952Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:25:53.952Z||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-09-26T10:25:53.953Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:26:03.514Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:26:03.515Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:26:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:26:53.949Z||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-09-26T10:26:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:26:53.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:26:53.953Z||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-09-26T10:26:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:27:03.525Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:27:03.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:27:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:27:53.949Z||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-09-26T10:27:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:27:53.952Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:27:53.953Z||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-09-26T10:27:53.954Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:28:03.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:28:03.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:28:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:28:53.950Z||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-09-26T10:28:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:28:53.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:28:53.953Z||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-09-26T10:28:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:29:03.526Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:29:03.528Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:29:53.949Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:29:53.951Z||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-09-26T10:29:53.952Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:29:53.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:29:53.954Z||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-09-26T10:29:53.954Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:30:03.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:30:03.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:30:53.949Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:30:53.950Z||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-09-26T10:30:53.951Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:30:53.952Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:30:53.953Z||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-09-26T10:30:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:31:03.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:31:03.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:31:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:31:53.950Z||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-09-26T10:31:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:31:53.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:31:53.953Z||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-09-26T10:31:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:32:03.521Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:32:03.524Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:32:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:32:53.950Z||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-09-26T10:32:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:32:53.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:32:53.953Z||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-09-26T10:32:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:33:03.514Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:33:03.515Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:33:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:33:53.949Z||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-09-26T10:33:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:33:53.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:33:53.953Z||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-09-26T10:33:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:34:03.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:34:03.514Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:34:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:34:53.949Z||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-09-26T10:34:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:34:53.952Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:34:53.952Z||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-09-26T10:34:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:35:03.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:35:03.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:35:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:35:53.949Z||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-09-26T10:35:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:35:53.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:35:53.953Z||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-09-26T10:35:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:36:03.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:36:03.523Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:36:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:36:53.951Z||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-09-26T10:36:53.951Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:36:53.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:36:53.952Z||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-09-26T10:36:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:37:03.519Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:37:03.522Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:37:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:37:53.949Z||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-09-26T10:37:53.949Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:37:53.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:37:53.953Z||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-09-26T10:37:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:38:03.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:38:03.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:38:53.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:38:53.949Z||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-09-26T10:38:53.949Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:38:53.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:38:53.953Z||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-09-26T10:38:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:39:03.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:39:03.520Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:39:53.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:39:53.949Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T10:39:53.950Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:39:53.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:39:53.953Z||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-09-26T10:39:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:40:03.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:40:03.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:40:53.949Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:40:53.950Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T10:40:53.950Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:40:53.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:40:53.953Z||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-09-26T10:40:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:41:03.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:41:03.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:41:53.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:41:53.949Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T10:41:53.950Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:41:53.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:41:53.953Z||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-09-26T10:41:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:42:03.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:42:03.515Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:42:53.949Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:42:53.951Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T10:42:53.951Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:42:53.952Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:42:53.953Z||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-09-26T10:42:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:43:03.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:43:03.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:43:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:43:53.949Z||pool-2-thread-7|||||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-09-26T10:43:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:43:53.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:43:53.953Z||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-09-26T10:43:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:44:03.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:44:03.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:44:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:44:53.951Z||pool-2-thread-7|||||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-09-26T10:44:53.951Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:44:53.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:44:53.953Z||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-09-26T10:44:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:45:03.520Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:45:03.521Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:45:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:45:53.950Z||pool-2-thread-7|||||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-09-26T10:45:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:45:53.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:45:53.953Z||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-09-26T10:45:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:46:03.512Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:46:03.519Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:46:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:46:53.950Z||pool-2-thread-7|||||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-09-26T10:46:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:46:53.952Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:46:53.952Z||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-09-26T10:46:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:47:03.520Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:47:03.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:47:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:47:53.949Z||pool-2-thread-7|||||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-09-26T10:47:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:47:53.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:47:53.952Z||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-09-26T10:47:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:48:03.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:48:03.511Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:48:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:48:53.950Z||pool-2-thread-7|||||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-09-26T10:48:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:48:53.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:48:53.953Z||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-09-26T10:48:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:49:03.502Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:49:03.523Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:49:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:49:53.950Z||pool-2-thread-7|||||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-09-26T10:49:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:49:53.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:49:53.953Z||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-09-26T10:49:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:50:03.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:50:03.528Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:50:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:50:53.949Z||pool-2-thread-7|||||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-09-26T10:50:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:50:53.952Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:50:53.953Z||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-09-26T10:50:53.954Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:51:03.508Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:51:03.515Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:51:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:51:53.950Z||pool-2-thread-7|||||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-09-26T10:51:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:51:53.952Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:51:53.953Z||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-09-26T10:51:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:52:03.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:52:03.510Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:52:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:52:53.950Z||pool-2-thread-7|||||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-09-26T10:52:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:52:53.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:52:53.953Z||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-09-26T10:52:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:53:03.504Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:53:03.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:53:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:53:53.949Z||pool-2-thread-7|||||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-09-26T10:53:53.949Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:53:53.952Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:53:53.953Z||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-09-26T10:53:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:54:03.500Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:54:03.515Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:54:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:54:53.949Z||pool-2-thread-7|||||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-09-26T10:54:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:54:53.952Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:54:53.953Z||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-09-26T10:54:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:55:03.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:55:03.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:55:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:55:53.949Z||pool-2-thread-7|||||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-09-26T10:55:53.949Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:55:53.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:55:53.953Z||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-09-26T10:55:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:56:03.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:56:03.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:56:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:56:53.949Z||pool-2-thread-7|||||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-09-26T10:56:53.949Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:56:53.952Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:56:53.953Z||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-09-26T10:56:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:57:03.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:57:03.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:57:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:57:53.950Z||pool-2-thread-7|||||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-09-26T10:57:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:57:53.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:57:53.953Z||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-09-26T10:57:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:58:03.507Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:58:03.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:58:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:58:53.949Z||pool-2-thread-7|||||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-09-26T10:58:53.949Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:58:53.952Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:58:53.953Z||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-09-26T10:58:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T10:59:03.523Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:59:03.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T10:59:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:59:53.950Z||pool-2-thread-7|||||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-09-26T10:59:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T10:59:53.952Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T10:59:53.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T10:59:53.953Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:00:03.513Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:00:03.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:00:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:00:53.949Z||pool-2-thread-7|||||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-09-26T11:00:53.949Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:00:53.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:00:53.952Z||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-09-26T11:00:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:01:03.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:01:03.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:01:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:01:53.949Z||pool-2-thread-7|||||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-09-26T11:01:53.949Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:01:53.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:01:53.953Z||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-09-26T11:01:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:02:03.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:02:03.512Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:02:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:02:53.950Z||pool-2-thread-7|||||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-09-26T11:02:53.951Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:02:53.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:02:53.953Z||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-09-26T11:02:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:03:03.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:03:03.552Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:03:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:03:53.950Z||pool-2-thread-7|||||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-09-26T11:03:53.951Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:03:53.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:03:53.953Z||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-09-26T11:03:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:04:03.510Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:04:03.510Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:04:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:04:53.950Z||pool-2-thread-7|||||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-09-26T11:04:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:04:53.952Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:04:53.952Z||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-09-26T11:04:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:05:03.513Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:05:03.518Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:05:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:05:53.950Z||pool-2-thread-7|||||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-09-26T11:05:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:05:53.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:05:53.953Z||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-09-26T11:05:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:06:03.509Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:06:03.523Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:06:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:06:53.950Z||pool-2-thread-7|||||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-09-26T11:06:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:06:53.952Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:06:53.953Z||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-09-26T11:06:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:07:03.509Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:07:03.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:07:53.949Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:07:53.950Z||pool-2-thread-7|||||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-09-26T11:07:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:07:53.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:07:53.953Z||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-09-26T11:07:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:08:03.520Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:08:03.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:08:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:08:53.949Z||pool-2-thread-7|||||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-09-26T11:08:53.949Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:08:53.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:08:53.953Z||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-09-26T11:08:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:09:03.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:09:03.518Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:09:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:09:53.949Z||pool-2-thread-7|||||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-09-26T11:09:53.949Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:09:53.952Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:09:53.953Z||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-09-26T11:09:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:10:03.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:10:03.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:10:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:10:53.949Z||pool-2-thread-7|||||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-09-26T11:10:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:10:53.952Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:10:53.953Z||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-09-26T11:10:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:11:03.514Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:11:03.526Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:11:53.948Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:11:53.950Z||pool-2-thread-7|||||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-09-26T11:11:53.950Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:11:53.952Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:11:53.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T11:11:53.953Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:12:03.521Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:12:03.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:12:53.948Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:12:53.950Z||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-09-26T11:12:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:12:53.952Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:12:53.952Z||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-09-26T11:12:53.953Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:13:03.514Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:13:03.516Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:13:53.948Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:13:53.949Z||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-09-26T11:13:53.949Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:13:53.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:13:53.952Z||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-09-26T11:13:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:14:03.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:14:03.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:14:53.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:14:53.950Z||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-09-26T11:14:53.950Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:14:53.952Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:14:53.953Z||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-09-26T11:14:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:14:54.892Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:14:54.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-26T11:14:54.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"732ca7ee-99c0-4cc1-9b5d-98f21864abcc","serviceName":"vFW 2022-09-26 11-13-34","serviceVersion":"1.0","serviceUUID":"652a83b9-b0f3-47ab-affd-5a4dfbe902fa","serviceDescription":"catalog service description","serviceInvariantUUID":"b707405f-389f-4915-9b02-f04d3b04501d","resources":[{"resourceInstanceName":"vFW 9428f1d9-2dc5 0","resourceName":"vFW 9428f1d9-2dc5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a5e8b14e-7d65-4945-8b2a-5032c58055cf","resourceInvariantUUID":"63405637-ba2c-4b11-afd0-a3727ed50caa","resourceCustomizationUUID":"f25d36d9-c199-44ff-8fd4-aa558a58b9c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vf-license-model.xml","artifactChecksum":"YTRhYjRmMmMwMmIxZjE3MzM3Yjc0ZjMyY2JhZDk1N2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7463e537-8883-4545-9cd3-c2e8320e2c49","artifactVersion":"1"},{"artifactName":"vfw9428f1d92dc50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json","artifactChecksum":"OGJkNWQwNjUxZTY3NTIzOWFlOTg1NzI3MTkyNzRjNjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d503b9d9-cfe9-4a36-98d3-2e00ef07df4f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a2f676b7-8a3c-4e9b-8ea8-e80cb049ade2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vendor-license-model.xml","artifactChecksum":"MzMyMDdmMzQzZmMyOGMxN2IxOTY5OWUxODA2NTc4MDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f8182b13-75a5-4860-a174-648a4794001b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"75dce44c-b55b-45d6-b833-fad620e7d3f5","artifactVersion":"2","generatedFromUUID":"a2f676b7-8a3c-4e9b-8ea8-e80cb049ade2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220926111334-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-template.yml","artifactChecksum":"NzY4ZjlmYzQwZWNiM2VmOTBkYmE4MDJlZDNjOTBjM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d20c2ac6-1bc9-480a-b22b-6de8b65619fe","artifactVersion":"1"},{"artifactName":"service-Vfw20220926111334-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar","artifactChecksum":"MTJjYTZiMjk1ODNkODg2ODllOTA4MzIxNWM2ZTc0MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d016a5b-7738-4393-8670-4183793814ac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-26T11:14:54.912Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:14:54.921Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:14:54.935Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:14:54.936Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190893948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:14:55.036Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-26T11:14:55.042Z||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-09-26T11:14:55.042Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:14:55.091Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:14:55.092Z||pool-3-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":13,"count":1}
2022-09-26T11:14:55.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:14:55.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-26T11:14:55.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190892715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:14:55.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-26T11:14:55.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-26T11:14:55.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190893942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:14:55.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-26T11:14:55.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-26T11:14:55.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190893948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:14:55.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-26T11:14:55.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-26T11:14:55.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "cds",
"timestamp": 1664190899886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:14:55.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-26T11:14:55.944Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:14:55.944Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:14:55.946Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:14:55.946Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190893948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json",
"status": "NOTIFIED"
}
2022-09-26T11:14:56.047Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-26T11:14:56.048Z||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-09-26T11:14:56.049Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:14:56.072Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:14:56.072Z||pool-4-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:14:56.947Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:14:56.947Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:14:56.950Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:14:56.950Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190893948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-26T11:14:57.050Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:14:57.051Z||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-09-26T11:14:57.052Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:14:57.084Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:14:57.085Z||pool-5-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:14:57.951Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:14:57.952Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:14:57.960Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:14:57.960Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190893948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:14:58.060Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:14:58.061Z||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-09-26T11:14:58.061Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:14:58.082Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:14:58.083Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-09-26T11:14:58.961Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:14:58.962Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:14:58.965Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:14:58.965Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190893948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-26T11:14:59.065Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:14:59.066Z||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-09-26T11:14:59.066Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:14:59.086Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:14:59.087Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:14:59.966Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:14:59.967Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:14:59.970Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:14:59.970Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190893948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:15:00.071Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:15:00.072Z||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-09-26T11:15:00.072Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:15:00.121Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:15:00.122Z||pool-8-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:15:00.971Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:15:00.973Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:15:00.977Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:15:00.977Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190893948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:15:01.077Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:15:01.078Z||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-09-26T11:15:01.078Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:15:01.124Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:15:01.124Z||pool-9-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:15:01.979Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"serviceName": "vFW 2022-09-26 11-13-34",
"serviceVersion": "1.0",
"serviceUUID": "652a83b9-b0f3-47ab-affd-5a4dfbe902fa",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b707405f-389f-4915-9b02-f04d3b04501d",
"resources": [
{
"resourceInstanceName": "vFW 9428f1d9-2dc5 0",
"resourceCustomizationUUID": "f25d36d9-c199-44ff-8fd4-aa558a58b9c5",
"resourceName": "vFW 9428f1d9-2dc5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a5e8b14e-7d65-4945-8b2a-5032c58055cf",
"resourceInvariantUUID": "63405637-ba2c-4b11-afd0-a3727ed50caa",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9428f1d92dc50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json",
"artifactChecksum": "OGJkNWQwNjUxZTY3NTIzOWFlOTg1NzI3MTkyNzRjNjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d503b9d9-cfe9-4a36-98d3-2e00ef07df4f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a2f676b7-8a3c-4e9b-8ea8-e80cb049ade2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "75dce44c-b55b-45d6-b833-fad620e7d3f5",
"generatedFromUUID": "a2f676b7-8a3c-4e9b-8ea8-e80cb049ade2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "75dce44c-b55b-45d6-b833-fad620e7d3f5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220926111334-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"artifactChecksum": "MTJjYTZiMjk1ODNkODg2ODllOTA4MzIxNWM2ZTc0MWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3d016a5b-7738-4393-8670-4183793814ac"
}
],
"workloadContext": "Production"
}
2022-09-26T11:15:01.981Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-26T11:15:01.981Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 652a83b9-b0f3-47ab-affd-5a4dfbe902fa ASDC
2022-09-26T11:15:02.137Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:732ca7ee-99c0-4cc1-9b5d-98f21864abcc
ServiceName:vFW 2022-09-26 11-13-34
ServiceVersion:1.0
ServiceUUID:652a83b9-b0f3-47ab-affd-5a4dfbe902fa
ServiceInvariantUUID:b707405f-389f-4915-9b02-f04d3b04501d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220926111334-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar
ArtifactUUID:3d016a5b-7738-4393-8670-4183793814ac
ArtifactChecksum:MTJjYTZiMjk1ODNkODg2ODllOTA4MzIxNWM2ZTc0MWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9428f1d9-2dc5 0
ResourceCustomizationUUID:f25d36d9-c199-44ff-8fd4-aa558a58b9c5
ResourceInvariantUUID:63405637-ba2c-4b11-afd0-a3727ed50caa
ResourceName:vFW 9428f1d9-2dc5
ResourceType:VF
ResourceUUID:a5e8b14e-7d65-4945-8b2a-5032c58055cf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9428f1d92dc50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json
ArtifactUUID:d503b9d9-cfe9-4a36-98d3-2e00ef07df4f
ArtifactChecksum:OGJkNWQwNjUxZTY3NTIzOWFlOTg1NzI3MTkyNzRjNjA=
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/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml
ArtifactUUID:a2f676b7-8a3c-4e9b-8ea8-e80cb049ade2
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/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env
ArtifactUUID:75dce44c-b55b-45d6-b833-fad620e7d3f5
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/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env
ArtifactUUID:75dce44c-b55b-45d6-b833-fad620e7d3f5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-26T11:15:02.138Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 652a83b9-b0f3-47ab-affd-5a4dfbe902fa 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-09-26T11:15:02.385Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-26T11:15:02.387Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-26T11:15:02.389Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-26T11:15:02.389Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3d016a5b-7738-4393-8670-4183793814ac from URL: /sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:02.390Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-26T11:15:02.391Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:02.495Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-26T11:15:02.502Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar 3d016a5b-7738-4393-8670-4183793814ac 100666
2022-09-26T11:15:02.503Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar ASDC sendASDCNotification
2022-09-26T11:15:02.503Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:02.505Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-26T11:15:02.506Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:15:02.508Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:15:02.508Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190902503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:15:02.609Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:15:02.611Z||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-09-26T11:15:02.611Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:15:02.641Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:15:02.641Z||pool-10-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:15:03.509Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-26T11:15:03.511Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-26T11:15:03.512Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3d016a5b-7738-4393-8670-4183793814ac, URL: /sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar to file: /app/ASDC/1/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:03.513Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220926111334-csar.csar
2022-09-26T11:15:03.618Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:03.619Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:04.495Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP51141365047873956/Definitions/service-Vfw20220926111334-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-09-26T11:15:07.478Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-26T11:15:07.483Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-26T11:15:07.483Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:07.484Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-26T11:15:07.484Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:07.484Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:07.484Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:07.484Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:07.484Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:07.485Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:07.485Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:07.485Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:07.485Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:07.485Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:07.485Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9428f1d9-2dc5 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-Vfw20220926111334-csar.csar
2022-09-26T11:15:07.485Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-26T11:15:07.492Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:07.494Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:15:07.498Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is matching search criteria
2022-09-26T11:15:07.498Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-26T11:15:07.500Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9428f1d9-2dc5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-26T11:15:07.502Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:07.502Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:15:07.502Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is matching search criteria
2022-09-26T11:15:07.503Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-26T11:15:07.503Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9428f1d9-2dc5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-26T11:15:07.503Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:07.504Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:15:07.507Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:07.507Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is not matching search criteria
2022-09-26T11:15:07.508Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-26T11:15:07.508Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-26T11:15:07.508Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:15:07.509Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-26T11:15:07.509Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:15:07.509Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-26T11:15:07.509Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-26T11:15:07.510Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-26T11:15:07.510Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-26T11:15:07.510Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:15:07.510Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-26T11:15:07.511Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-26T11:15:07.511Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-26T11:15:07.511Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-26T11:15:07.511Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:15:07.512Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-26T11:15:07.512Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:07.512Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-26T11:15:07.514Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:07.515Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is matching search criteria
2022-09-26T11:15:07.515Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9428f1d9-2dc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:15:07.516Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:07.516Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is matching search criteria
2022-09-26T11:15:07.516Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9428f1d9-2dc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:15:07.517Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:07.517Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is matching search criteria
2022-09-26T11:15:07.517Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9428f1d9-2dc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:15:07.517Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:07.518Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is not matching search criteria
2022-09-26T11:15:07.518Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-26T11:15:07.518Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-26T11:15:07.518Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-26T11:15:07.519Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-26T11:15:07.519Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-26T11:15:07.519Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:15:07.519Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-26T11:15:07.520Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-26T11:15:07.520Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-26T11:15:07.520Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-26T11:15:07.520Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:15:07.521Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e74f051b-0516-4ea2-a633-e8c6d93817de
2022-09-26T11:15:07.521Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:07.521Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is not matching search criteria
2022-09-26T11:15:07.521Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-26T11:15:07.522Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-26T11:15:07.522Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:15:07.522Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-26T11:15:07.522Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:15:07.522Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-26T11:15:07.523Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-26T11:15:07.523Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-26T11:15:07.523Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-26T11:15:07.523Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-26T11:15:07.524Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-26T11:15:07.524Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:15:07.524Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6e2a8e06-808d-4a91-932a-8b8e1c7c8462
2022-09-26T11:15:07.524Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:07.525Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is not matching search criteria
2022-09-26T11:15:07.525Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-26T11:15:07.525Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-26T11:15:07.525Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:15:07.526Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-26T11:15:07.526Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:15:07.526Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-26T11:15:07.526Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-26T11:15:07.526Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-26T11:15:07.527Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-26T11:15:07.527Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:15:07.527Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-26T11:15:07.527Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-26T11:15:07.528Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8ff56c39-7046-48fd-9367-e052ab0af8f4
2022-09-26T11:15:07.528Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:07.528Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:15:07.528Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:07.529Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:15:07.529Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:07.529Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:15:07.530Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:07.530Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:15:07.530Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-26 11-13-34
Description:catalog service description
Model UUID:652a83b9-b0f3-47ab-affd-5a4dfbe902fa
Model Version:NULL
Model InvariantUuid:b707405f-389f-4915-9b02-f04d3b04501d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9428f1d9-2dc5
Model UUID:85c24671-218f-423c-b5de-466b533bb599
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:63405637-ba2c-4b11-afd0-a3727ed50caa
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f25d36d9-c199-44ff-8fd4-aa558a58b9c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6b9711df-d14a-4dc2-9e26-f49dad178bc2
ModelName:Vfw9428f1d92dc5..base_vfw..module-0
ModelUuid:88fbcc8f-63e4-47d3-85db-8e484e4e50f3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e74f051b-0516-4ea2-a633-e8c6d93817de
ModelInvariantUuid:00500608-ad7d-4cba-b9f0-5cb1912007dd
ModelName:vFW 9428f1d9-2dc5-nodes.vfwCvfc
ModelUuid:1dd85d0f-ebd3-4caf-9c6c-0d5c29ca6164
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:93d77aa5-5c51-4d7b-877e-82d361b9907d
ModelInvariantUuid:b3c107ca-45d5-4015-afbd-1f3695479258
ModelName:Vfw9428f1d92dc5.compute.nodes.heat.vfw
ModelUuid:0fb2321c-5c53-44d5-8db2-9bb7bbb625ca
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6e2a8e06-808d-4a91-932a-8b8e1c7c8462
ModelInvariantUuid:5e3ff410-2530-455f-a5bd-14447eb3bc9f
ModelName:vFW 9428f1d9-2dc5-nodes.vsnCvfc
ModelUuid:2d15d6c4-e67f-4ea8-bc66-fd7c2de169dc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:18f629ee-4c9e-4ef3-976e-966d4a052e46
ModelInvariantUuid:4257280a-daee-4520-bd1c-e61945927c56
ModelName:Vfw9428f1d92dc5.compute.nodes.heat.vsn
ModelUuid:a4cc8f23-6fe4-4f24-8b6e-c575b9d969b5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8ff56c39-7046-48fd-9367-e052ab0af8f4
ModelInvariantUuid:3ded218f-4c71-4b08-980d-10a2400853ab
ModelName:vFW 9428f1d9-2dc5-nodes.vpgCvfc
ModelUuid:7d13ecdb-5d18-4a89-99a6-1bebc862df4a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:54784e66-4bd1-41c5-8e41-e0ddeb36555b
ModelInvariantUuid:6b2088f7-9cee-4cb3-8f5e-fee9e8d6485b
ModelName:Vfw9428f1d92dc5.compute.nodes.heat.vpg
ModelUuid:4b58eacb-0d47-4614-9fe1-16f36bcea794
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-09-26T11:15:07.564Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a5e8b14e-7d65-4945-8b2a-5032c58055cf
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-09-26T11:15:07.630Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||vFW 9428f1d9-2dc5 0
2022-09-26T11:15:07.638Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a5e8b14e-7d65-4945-8b2a-5032c58055cf
2022-09-26T11:15:07.638Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d503b9d9-cfe9-4a36-98d3-2e00ef07df4f from URL: /sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json
2022-09-26T11:15:07.639Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-26T11:15:07.639Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json
2022-09-26T11:15:07.829Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-26T11:15:07.830Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json d503b9d9-cfe9-4a36-98d3-2e00ef07df4f 785
2022-09-26T11:15:07.830Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json ASDC sendASDCNotification
2022-09-26T11:15:07.830Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json
2022-09-26T11:15:07.831Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-26T11:15:07.831Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:15:07.833Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:15:07.833Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190907830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:15:07.939Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-26T11:15:07.940Z||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-09-26T11:15:07.940Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:15:07.965Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:15:07.966Z||pool-11-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:15:08.835Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9428f1d92dc5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6b9711df-d14a-4dc2-9e26-f49dad178bc2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "88fbcc8f-63e4-47d3-85db-8e484e4e50f3",
"vfModuleModelCustomizationUUID": "0493afc9-f972-4c46-81bc-d6651ec8ddaf",
"isBase": true,
"artifacts": [
"a2f676b7-8a3c-4e9b-8ea8-e80cb049ade2",
"75dce44c-b55b-45d6-b833-fad620e7d3f5"
],
"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-09-26T11:15:08.850Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9428f1d92dc5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88fbcc8f-63e4-47d3-85db-8e484e4e50f3
VfModuleModelInvariantUUID:6b9711df-d14a-4dc2-9e26-f49dad178bc2
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2f676b7-8a3c-4e9b-8ea8-e80cb049ade2
,
75dce44c-b55b-45d6-b833-fad620e7d3f5
}
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-09-26T11:15:08.853Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9428f1d92dc5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6b9711df-d14a-4dc2-9e26-f49dad178bc2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "88fbcc8f-63e4-47d3-85db-8e484e4e50f3",
"vfModuleModelCustomizationUUID": "0493afc9-f972-4c46-81bc-d6651ec8ddaf",
"isBase": true,
"artifacts": [
"a2f676b7-8a3c-4e9b-8ea8-e80cb049ade2",
"75dce44c-b55b-45d6-b833-fad620e7d3f5"
],
"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-09-26T11:15:08.853Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9428f1d92dc5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88fbcc8f-63e4-47d3-85db-8e484e4e50f3
VfModuleModelInvariantUUID:6b9711df-d14a-4dc2-9e26-f49dad178bc2
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2f676b7-8a3c-4e9b-8ea8-e80cb049ade2
,
75dce44c-b55b-45d6-b833-fad620e7d3f5
}
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-09-26T11:15:08.853Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a2f676b7-8a3c-4e9b-8ea8-e80cb049ade2 from URL: /sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml
2022-09-26T11:15:08.853Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-26T11:15:08.854Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml
2022-09-26T11:15:08.994Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-26T11:15:08.995Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml a2f676b7-8a3c-4e9b-8ea8-e80cb049ade2 20368
2022-09-26T11:15:08.995Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-26T11:15:08.996Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml
2022-09-26T11:15:08.996Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-26T11:15:08.996Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:15:08.999Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:15:09.000Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190908995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:15:09.099Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-26T11:15:09.100Z||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-09-26T11:15:09.100Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:15:09.129Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:15:09.129Z||pool-12-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:15:10.001Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 75dce44c-b55b-45d6-b833-fad620e7d3f5 from URL: /sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env
2022-09-26T11:15:10.002Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-26T11:15:10.002Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env
2022-09-26T11:15:10.224Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-26T11:15:10.225Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env 75dce44c-b55b-45d6-b833-fad620e7d3f5 2098
2022-09-26T11:15:10.226Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-26T11:15:10.226Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env
2022-09-26T11:15:10.226Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-26T11:15:10.228Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:15:10.231Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:15:10.231Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190910226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:15:10.331Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:15:10.332Z||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-09-26T11:15:10.332Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:15:10.387Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:15:10.387Z||pool-13-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:15:11.232Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 652a83b9-b0f3-47ab-affd-5a4dfbe902fa
2022-09-26T11:15:11.233Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9428f1d9-2dc5 0 a5e8b14e-7d65-4945-8b2a-5032c58055cf 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-09-26T11:15:11.287Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39a7c6c8, org.onap.sdc.toscaparser.api.parameters.Input@2daa1cc0, org.onap.sdc.toscaparser.api.parameters.Input@2a4c6c3c, org.onap.sdc.toscaparser.api.parameters.Input@46dd779d, org.onap.sdc.toscaparser.api.parameters.Input@414b6808]
2022-09-26T11:15:11.291Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.291Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:15:11.291Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-09-26T11:15:11.292Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f25d36d9-c199-44ff-8fd4-aa558a58b9c5
2022-09-26T11:15:11.292Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f25d36d9-c199-44ff-8fd4-aa558a58b9c5 matches Tosca VF Customization UUID: f25d36d9-c199-44ff-8fd4-aa558a58b9c5
2022-09-26T11:15:11.293Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f25d36d9-c199-44ff-8fd4-aa558a58b9c5 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-09-26T11:15:11.303Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.304Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:15:11.306Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f25d36d9-c199-44ff-8fd4-aa558a58b9c5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-26T11:15:11.306Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1fd365ac
2022-09-26T11:15:11.307Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.307Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-26T11:15:11.308Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0493afc9-f972-4c46-81bc-d6651ec8ddaf
2022-09-26T11:15:11.309Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0493afc9-f972-4c46-81bc-d6651ec8ddaf
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-09-26T11:15:11.328Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.328Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is matching search criteria
2022-09-26T11:15:11.328Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9428f1d9-2dc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:15:11.329Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.330Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is matching search criteria
2022-09-26T11:15:11.330Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9428f1d9-2dc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:15:11.330Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.331Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is not matching search criteria
2022-09-26T11:15:11.331Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-26T11:15:11.331Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-26T11:15:11.331Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-26T11:15:11.332Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-26T11:15:11.332Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-26T11:15:11.332Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:15:11.333Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-26T11:15:11.333Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-26T11:15:11.333Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-26T11:15:11.333Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-26T11:15:11.334Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:15:11.334Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e74f051b-0516-4ea2-a633-e8c6d93817de
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-09-26T11:15:11.353Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.353Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is matching search criteria
2022-09-26T11:15:11.353Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9428f1d9-2dc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:15:11.354Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.354Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is not matching search criteria
2022-09-26T11:15:11.354Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-26T11:15:11.355Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-26T11:15:11.355Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:15:11.355Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-26T11:15:11.355Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:15:11.356Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-26T11:15:11.356Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-26T11:15:11.356Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-26T11:15:11.357Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-26T11:15:11.357Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-26T11:15:11.357Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-26T11:15:11.358Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:15:11.358Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6e2a8e06-808d-4a91-932a-8b8e1c7c8462
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-09-26T11:15:11.364Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.364Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is matching search criteria
2022-09-26T11:15:11.364Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9428f1d9-2dc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:15:11.367Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.367Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is not matching search criteria
2022-09-26T11:15:11.368Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-26T11:15:11.368Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-26T11:15:11.368Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:15:11.369Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-26T11:15:11.369Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:15:11.369Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-26T11:15:11.369Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-26T11:15:11.370Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-26T11:15:11.370Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-26T11:15:11.370Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:15:11.371Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-26T11:15:11.371Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-26T11:15:11.371Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8ff56c39-7046-48fd-9367-e052ab0af8f4
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-09-26T11:15:11.375Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.375Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is matching search criteria
2022-09-26T11:15:11.376Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9428f1d9-2dc5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:15:11.378Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.378Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Node template vFW 9428f1d9-2dc5 0 is matching search criteria
2022-09-26T11:15:11.379Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9428f1d9-2dc5 0] matching following query criteria: sdcType=VF, customizationUUID=f25d36d9-c199-44ff-8fd4-aa558a58b9c5
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-09-26T11:15:11.382Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.382Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:15:11.384Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 652a83b9-b0f3-47ab-affd-5a4dfbe902fa: vFW 9428f1d9-2dc5
2022-09-26T11:15:11.385Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.385Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:15:11.386Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.386Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:15:11.386Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.386Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:15:11.387Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.387Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:15:11.387Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:15:11.387Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-26 11-13-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:15:11.388Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-09-26 11-13-34
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-09-26T11:15:12.163Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9428f1d9-2dc5 a5e8b14e-7d65-4945-8b2a-5032c58055cf 1 ASDC deployResourceStructure
2022-09-26T11:15:12.163Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json ASDC sendASDCNotification
2022-09-26T11:15:12.164Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json
2022-09-26T11:15:12.164Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-26T11:15:12.164Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:15:12.166Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:15:12.167Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190912163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json",
"status": "DEPLOY_OK"
}
2022-09-26T11:15:12.267Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:15:12.268Z||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-09-26T11:15:12.268Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:15:12.292Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:15:12.292Z||pool-14-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:15:13.168Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-26T11:15:13.169Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml
2022-09-26T11:15:13.169Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-26T11:15:13.169Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:15:13.172Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:15:13.172Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190913168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-26T11:15:13.272Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-26T11:15:13.274Z||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-09-26T11:15:13.274Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:15:13.307Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:15:13.308Z||pool-15-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-09-26T11:15:14.174Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-26T11:15:14.174Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env
2022-09-26T11:15:14.174Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-26T11:15:14.175Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:15:14.177Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:15:14.177Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190914173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-26T11:15:14.277Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:15:14.279Z||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-09-26T11:15:14.279Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:15:14.303Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:15:14.304Z||pool-16-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:15:15.178Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar ASDC sendASDCNotification
2022-09-26T11:15:15.179Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar
2022-09-26T11:15:15.179Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-26T11:15:15.179Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:15:15.181Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:15:15.181Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190915178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-26T11:15:15.281Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-26T11:15:15.282Z||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-09-26T11:15:15.283Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:15:15.304Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:15:15.305Z||pool-17-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-09-26T11:15:16.183Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 732ca7ee-99c0-4cc1-9b5d-98f21864abcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-26T11:15:16.218Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 732ca7ee-99c0-4cc1-9b5d-98f21864abcc
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-09-26T11:15:16.224Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-26T11:15:16.224Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-26T11:15:16.224Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-26T11:15:46.225Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 732ca7ee-99c0-4cc1-9b5d-98f21864abcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-26T11:15:46.244Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 732ca7ee-99c0-4cc1-9b5d-98f21864abcc
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-09-26T11:15:46.246Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-26T11:15:46.247Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-26T11:15:46.247Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-26T11:15:53.952Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:15:53.953Z||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-09-26T11:15:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:15:54.238Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:15:54.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-26T11:15:54.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190893942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:15:54.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:16.247Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 732ca7ee-99c0-4cc1-9b5d-98f21864abcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-26T11:16:16.264Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 732ca7ee-99c0-4cc1-9b5d-98f21864abcc
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-09-26T11:16:16.267Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-26T11:16:16.267Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-26T11:16:16.267Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-26T11:16:46.267Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 732ca7ee-99c0-4cc1-9b5d-98f21864abcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-26T11:16:46.287Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 732ca7ee-99c0-4cc1-9b5d-98f21864abcc
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-09-26T11:16:46.293Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-26T11:16:46.293Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-26T11:16:46.293Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-26T11:16:53.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:16:53.953Z||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-09-26T11:16:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:16:53.987Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:16:54.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190893948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190892715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "cds",
"timestamp": 1664190899886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "aai-ml",
"timestamp": 1664190895028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190893942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190893948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190892715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "cds",
"timestamp": 1664190899886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "aai-ml",
"timestamp": 1664190895028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190893942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190893948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190892715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "cds",
"timestamp": 1664190899886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "aai-ml",
"timestamp": 1664190895028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190893942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190892715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190893948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "cds",
"timestamp": 1664190899886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "aai-ml",
"timestamp": 1664190895028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190893948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "cds",
"timestamp": 1664190899886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190893942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190892715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "aai-ml",
"timestamp": 1664190895028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190893942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190893948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "cds",
"timestamp": 1664190899886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190892715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "aai-ml",
"timestamp": 1664190895028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "policy-id",
"timestamp": 1664190908930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190909833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190902278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "cds",
"timestamp": 1664190911167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190902503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "aai-ml",
"timestamp": 1664190895028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "policy-id",
"timestamp": 1664190908930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190910993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "policy-id",
"timestamp": 1664190908930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "aai-ml",
"timestamp": 1664190903098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190912216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "policy-id",
"timestamp": 1664190908930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "aai-ml",
"timestamp": 1664190904156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-26T11:16:54.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190913367,
"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-09-26T11:16:54.533Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 732ca7ee-99c0-4cc1-9b5d-98f21864abcc
2022-09-26T11:16:54.533Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 732ca7ee-99c0-4cc1-9b5d-98f21864abcc 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-09-26T11:16:54.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "policy-id",
"timestamp": 1664190908930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "aai-ml",
"timestamp": 1664190905170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-26T11:16:54.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190914373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json",
"status": "DEPLOY_OK"
}
2022-09-26T11:16:54.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "policy-id",
"timestamp": 1664190908930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "aai-ml",
"timestamp": 1664190906176,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-26T11:16:54.556Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 732ca7ee-99c0-4cc1-9b5d-98f21864abcc
2022-09-26T11:16:54.556Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 732ca7ee-99c0-4cc1-9b5d-98f21864abcc 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-09-26T11:16:54.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190907830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "policy-id",
"timestamp": 1664190908930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190908277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-26T11:16:54.571Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190908995,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190909282,
"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-09-26T11:16:54.579Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 732ca7ee-99c0-4cc1-9b5d-98f21864abcc
2022-09-26T11:16:54.579Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 732ca7ee-99c0-4cc1-9b5d-98f21864abcc 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-09-26T11:16:54.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "policy-id",
"timestamp": 1664190916904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.592Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190910226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.592Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "policy-id",
"timestamp": 1664190917937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-26T11:16:54.593Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "policy-id",
"timestamp": 1664190918947,
"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-09-26T11:16:54.599Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 732ca7ee-99c0-4cc1-9b5d-98f21864abcc
2022-09-26T11:16:54.600Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 732ca7ee-99c0-4cc1-9b5d-98f21864abcc 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-09-26T11:16:54.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190912163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/vfw9428f1d92dc50_modules.json",
"status": "DEPLOY_OK"
}
2022-09-26T11:16:54.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190913168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-26T11:16:54.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190914173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/resourceInstances/vfw9428f1d92dc50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-26T11:16:54.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664190915178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926111334/1.0/artifacts/service-Vfw20220926111334-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-26T11:16:54.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "cds",
"timestamp": 1664190929886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "policy-id",
"timestamp": 1664190928931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "cds",
"timestamp": 1664190929886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "policy-id",
"timestamp": 1664190928931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "cds",
"timestamp": 1664190929886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "policy-id",
"timestamp": 1664190928931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190923942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "cds",
"timestamp": 1664190929886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "policy-id",
"timestamp": 1664190928931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190923942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "cds",
"timestamp": 1664190929886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190932715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "policy-id",
"timestamp": 1664190928931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190923942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "cds",
"timestamp": 1664190929886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190932715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "aai-ml",
"timestamp": 1664190925028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "policy-id",
"timestamp": 1664190928931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190923942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "cds",
"timestamp": 1664190929886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190932715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "aai-ml",
"timestamp": 1664190925028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "policy-id",
"timestamp": 1664190928931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190923942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190932715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "aai-ml",
"timestamp": 1664190925028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "cds",
"timestamp": 1664190937999,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "policy-id",
"timestamp": 1664190936815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190923942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190932715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "aai-ml",
"timestamp": 1664190925028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "policy-id",
"timestamp": 1664190937820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-26T11:16:54.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190923942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190932715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "aai-ml",
"timestamp": 1664190925028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "policy-id",
"timestamp": 1664190938824,
"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-09-26T11:16:54.659Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7360940-339b-4d2a-a9cb-ebe2b3933e6d
2022-09-26T11:16:54.660Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7360940-339b-4d2a-a9cb-ebe2b3933e6d 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-09-26T11:16:54.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190931701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190932715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "aai-ml",
"timestamp": 1664190925028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:16:54.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190940490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "aai-ml",
"timestamp": 1664190925028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:16:54.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:16:54.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190941585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "aai-ml",
"timestamp": 1664190932845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190934061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-26T11:16:54.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "aai-ml",
"timestamp": 1664190933853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-26T11:16:54.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664190935066,
"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-09-26T11:16:54.686Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b7360940-339b-4d2a-a9cb-ebe2b3933e6d
2022-09-26T11:16:54.686Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7360940-339b-4d2a-a9cb-ebe2b3933e6d 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-09-26T11:16:54.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190942653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:16:54.698Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "aai-ml",
"timestamp": 1664190934857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-26T11:16:54.699Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:16:54.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190943706,
"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-09-26T11:16:54.706Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7360940-339b-4d2a-a9cb-ebe2b3933e6d
2022-09-26T11:16:54.707Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7360940-339b-4d2a-a9cb-ebe2b3933e6d 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-09-26T11:16:54.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "aai-ml",
"timestamp": 1664190935861,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-26T11:16:54.724Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b7360940-339b-4d2a-a9cb-ebe2b3933e6d
2022-09-26T11:16:54.725Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7360940-339b-4d2a-a9cb-ebe2b3933e6d 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-09-26T11:16:54.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:16:54.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664190944713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-26T11:16:54.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:17:16.294Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 732ca7ee-99c0-4cc1-9b5d-98f21864abcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-26T11:17:16.312Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 732ca7ee-99c0-4cc1-9b5d-98f21864abcc
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-09-26T11:17:16.315Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-26T11:17:16.315Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-26T11:17:16.315Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-26T11:17:16.316Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-26T11:17:16.316Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-26T11:17:16.316Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-26T11:17:16.323Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-26T11:17:46.323Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 732ca7ee-99c0-4cc1-9b5d-98f21864abcc 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-09-26T11:17:46.335Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 732ca7ee-99c0-4cc1-9b5d-98f21864abcc and serviceModelVersionId: 652a83b9-b0f3-47ab-affd-5a4dfbe902fa
2022-09-26T11:17:46.335Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b707405f-389f-4915-9b02-f04d3b04501d
2022-09-26T11:17:53.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:17:53.953Z||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-09-26T11:17:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:02.376Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa?depth=0
2022-09-26T11:18:02.493Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-09-26T11:18:03.028Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa?depth=0|INFO|500||Invoke
2022-09-26T11:18:03.037Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[732ca7ee-99c0-4cc1-9b5d-98f21864abcc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6963212a-8568-4bed-b503-fcb868e93474], X-ECOMP-RequestID=[732ca7ee-99c0-4cc1-9b5d-98f21864abcc], X-TransactionId=[], X-ONAP-RequestID=[732ca7ee-99c0-4cc1-9b5d-98f21864abcc], Content-Type=[application/merge-patch+json]}
2022-09-26T11:18:03.060Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-26T11:18:03.165Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa?depth=0 has http status code:404 and response headers:{date=[Mon, 26 Sep 2022 11:18:06 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[68], x-aai-txid=[2-aai-resources-220926-11:18:06:113-76265], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-09-26T11:18:03.168Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa","ERR.5.4.6114"]}}}
2022-09-26T11:18:03.169Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa?depth=0|INFO|404|Not Found|InvokeReturn
2022-09-26T11:18:03.191Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=732ca7ee-99c0-4cc1-9b5d-98f21864abcc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa) (ec=ERR.5.4.6114)
2022-09-26T11:18:03.192Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=732ca7ee-99c0-4cc1-9b5d-98f21864abcc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-09-26T11:18:03.193Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=732ca7ee-99c0-4cc1-9b5d-98f21864abcc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa) (ec=ERR.5.4.6114)
2022-09-26T11:18:03.193Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=732ca7ee-99c0-4cc1-9b5d-98f21864abcc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-26T11:18:03.201Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-09-26T11:18:03.202Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 732ca7ee-99c0-4cc1-9b5d-98f21864abcc and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=732ca7ee-99c0-4cc1-9b5d-98f21864abcc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa) (ec=ERR.5.4.6114)
2022-09-26T11:18:03.204Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-26T11:18:03.204Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:03.207Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:03.208Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191083203,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d732ca7ee-99c0-4cc1-9b5d-98f21864abcc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa) (ec\u003dERR.5.4.6114)"
}
2022-09-26T11:18:03.307Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-26T11:18:03.308Z||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-09-26T11:18:03.309Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:03.334Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:03.335Z||pool-18-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:18:03.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:03.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:03.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "732ca7ee-99c0-4cc1-9b5d-98f21864abcc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191083203,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d732ca7ee-99c0-4cc1-9b5d-98f21864abcc Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/b707405f-389f-4915-9b02-f04d3b04501d/model-vers/model-ver/652a83b9-b0f3-47ab-affd-5a4dfbe902fa) (ec\u003dERR.5.4.6114)"
}
2022-09-26T11:18:03.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-26T11:18:04.227Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:18:04.228Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|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-09-26T11:18:04.228Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:08.860Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:08.862Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-26T11:18:08.862Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b7360940-339b-4d2a-a9cb-ebe2b3933e6d","serviceName":"basic_onboard_fkwvxt","serviceVersion":"1.0","serviceUUID":"adf7205f-7a0f-45b8-aa39-57ef6439ef46","serviceDescription":"service","serviceInvariantUUID":"e91bda17-2839-48ec-b794-2530f1194882","resources":[{"resourceInstanceName":"basic_onboard_fkwvxt 0","resourceName":"basic_onboard_fkwvxt","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4c47e134-f738-4c93-bb9b-1bb04e85549e","resourceInvariantUUID":"7f2aec82-62bd-492f-a9f4-d062a7919cda","resourceCustomizationUUID":"eb1c5f3b-1d4b-4a29-912d-18ab8a7d0e3c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vf-license-model.xml","artifactChecksum":"ZTJmODU4MWFjYTZjYThlZTQ5N2E5MjBlMjVhZDU4NjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae619951-99aa-4ac5-bf71-4d5c429594d2","artifactVersion":"1"},{"artifactName":"basic_onboard_fkwvxt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json","artifactChecksum":"MDY4NDEwNDJiZDZjNGNkZTVkYTE3N2UyMGM3NTEwODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"008d2498-71af-4a42-bc90-5e371afd4f47","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"34153021-fa4a-4b8e-b039-bc0aa7729b42","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"abdad86f-68f0-4396-91cb-01619053f256","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"894bff62-d75b-4c20-b5fc-a933ac581793","artifactVersion":"2","generatedFromUUID":"34153021-fa4a-4b8e-b039-bc0aa7729b42"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFkwvxt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-template.yml","artifactChecksum":"NjM1MjE2ZWE3YjYxMzJmMzAxYTQyZTczNjIyOGRkZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07b4d7cc-f179-4a78-a468-9a215c798d01","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFkwvxt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar","artifactChecksum":"Zjk5MGRhNzA4MGEyMTljNGMyNTdiZGQwMDU4NGExYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04cd6fdc-e9cc-40d8-bddb-79ef6d06c718","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-26T11:18:08.866Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:18:08.867Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:08.869Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:08.870Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191084226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:18:08.970Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:18:08.971Z||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-09-26T11:18:08.971Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:09.002Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:09.003Z||pool-19-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:18:09.870Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:18:09.873Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:09.875Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:09.876Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191084226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json",
"status": "NOTIFIED"
}
2022-09-26T11:18:09.976Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-26T11:18:09.977Z||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-09-26T11:18:09.977Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:10.026Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:10.027Z||pool-20-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:18:10.876Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:18:10.877Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:10.879Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:10.880Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191084226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-26T11:18:10.980Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:18:10.981Z||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-09-26T11:18:10.981Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:11.009Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:11.009Z||pool-21-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:18:11.880Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:18:11.881Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:11.884Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:11.884Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191084226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:18:11.984Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:18:11.985Z||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-09-26T11:18:11.985Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:12.042Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:12.043Z||pool-22-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:18:12.885Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:18:12.886Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:12.888Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:12.888Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191084226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-26T11:18:12.988Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:18:12.989Z||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-09-26T11:18:12.989Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:13.010Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:13.010Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:18:13.889Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:18:13.890Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:13.892Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:13.892Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191084226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:18:13.993Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:18:13.993Z||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-09-26T11:18:13.994Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:14.014Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:14.015Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:18:14.892Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:18:14.893Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:14.896Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:14.897Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191084226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:18:14.997Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:18:14.998Z||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-09-26T11:18:14.998Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:15.024Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:15.025Z||pool-25-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:18:15.898Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"serviceName": "basic_onboard_fkwvxt",
"serviceVersion": "1.0",
"serviceUUID": "adf7205f-7a0f-45b8-aa39-57ef6439ef46",
"serviceDescription": "service",
"serviceInvariantUUID": "e91bda17-2839-48ec-b794-2530f1194882",
"resources": [
{
"resourceInstanceName": "basic_onboard_fkwvxt 0",
"resourceCustomizationUUID": "eb1c5f3b-1d4b-4a29-912d-18ab8a7d0e3c",
"resourceName": "basic_onboard_fkwvxt",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4c47e134-f738-4c93-bb9b-1bb04e85549e",
"resourceInvariantUUID": "7f2aec82-62bd-492f-a9f4-d062a7919cda",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_fkwvxt0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json",
"artifactChecksum": "MDY4NDEwNDJiZDZjNGNkZTVkYTE3N2UyMGM3NTEwODI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "008d2498-71af-4a42-bc90-5e371afd4f47",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "34153021-fa4a-4b8e-b039-bc0aa7729b42",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "894bff62-d75b-4c20-b5fc-a933ac581793",
"generatedFromUUID": "34153021-fa4a-4b8e-b039-bc0aa7729b42"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "894bff62-d75b-4c20-b5fc-a933ac581793",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardFkwvxt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"artifactChecksum": "Zjk5MGRhNzA4MGEyMTljNGMyNTdiZGQwMDU4NGExYTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "04cd6fdc-e9cc-40d8-bddb-79ef6d06c718"
}
],
"workloadContext": "Production"
}
2022-09-26T11:18:15.899Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-26T11:18:15.899Z|732ca7ee-99c0-4cc1-9b5d-98f21864abcc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 adf7205f-7a0f-45b8-aa39-57ef6439ef46 ASDC
2022-09-26T11:18:15.900Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b7360940-339b-4d2a-a9cb-ebe2b3933e6d
ServiceName:basic_onboard_fkwvxt
ServiceVersion:1.0
ServiceUUID:adf7205f-7a0f-45b8-aa39-57ef6439ef46
ServiceInvariantUUID:e91bda17-2839-48ec-b794-2530f1194882
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFkwvxt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar
ArtifactUUID:04cd6fdc-e9cc-40d8-bddb-79ef6d06c718
ArtifactChecksum:Zjk5MGRhNzA4MGEyMTljNGMyNTdiZGQwMDU4NGExYTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_fkwvxt 0
ResourceCustomizationUUID:eb1c5f3b-1d4b-4a29-912d-18ab8a7d0e3c
ResourceInvariantUUID:7f2aec82-62bd-492f-a9f4-d062a7919cda
ResourceName:basic_onboard_fkwvxt
ResourceType:VF
ResourceUUID:4c47e134-f738-4c93-bb9b-1bb04e85549e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fkwvxt0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json
ArtifactUUID:008d2498-71af-4a42-bc90-5e371afd4f47
ArtifactChecksum:MDY4NDEwNDJiZDZjNGNkZTVkYTE3N2UyMGM3NTEwODI=
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/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml
ArtifactUUID:34153021-fa4a-4b8e-b039-bc0aa7729b42
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/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env
ArtifactUUID:894bff62-d75b-4c20-b5fc-a933ac581793
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/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env
ArtifactUUID:894bff62-d75b-4c20-b5fc-a933ac581793
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-26T11:18:15.900Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF adf7205f-7a0f-45b8-aa39-57ef6439ef46 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-09-26T11:18:15.938Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-26T11:18:15.938Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-26T11:18:15.939Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-26T11:18:15.939Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 04cd6fdc-e9cc-40d8-bddb-79ef6d06c718 from URL: /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:15.939Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-26T11:18:15.939Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:16.015Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-26T11:18:16.016Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar 04cd6fdc-e9cc-40d8-bddb-79ef6d06c718 75254
2022-09-26T11:18:16.016Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar ASDC sendASDCNotification
2022-09-26T11:18:16.016Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:16.017Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-26T11:18:16.017Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:16.019Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:16.019Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191096016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:18:16.119Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:18:16.120Z||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-09-26T11:18:16.120Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:16.142Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:16.143Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-26T11:18:17.020Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-26T11:18:17.021Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-26T11:18:17.021Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 04cd6fdc-e9cc-40d8-bddb-79ef6d06c718, URL: /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar to file: /app/ASDC/1/service-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:17.022Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:17.022Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:17.023Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:17.149Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP638114345476114672/Definitions/service-BasicOnboardFkwvxt-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-09-26T11:18:18.402Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-26T11:18:18.402Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-26T11:18:18.402Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:18.403Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-26T11:18:18.403Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:18.403Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:18.403Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:18.403Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:18.403Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_fkwvxt 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-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:18.403Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:18.404Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:18.404Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-26T11:18:18.404Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:18.404Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:18:18.404Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fkwvxt 0 is matching search criteria
2022-09-26T11:18:18.405Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-26T11:18:18.405Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fkwvxt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-26T11:18:18.405Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:18.405Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:18:18.405Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fkwvxt 0 is matching search criteria
2022-09-26T11:18:18.406Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-26T11:18:18.406Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fkwvxt 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-26T11:18:18.406Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:18.406Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:18:18.406Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:18.407Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fkwvxt 0 is not matching search criteria
2022-09-26T11:18:18.407Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-26T11:18:18.407Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-26T11:18:18.407Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-26T11:18:18.407Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-26T11:18:18.408Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-26T11:18:18.408Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:18.408Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-26T11:18:18.408Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:18.408Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fkwvxt 0 is matching search criteria
2022-09-26T11:18:18.409Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fkwvxt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:18:18.409Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:18.409Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fkwvxt 0 is matching search criteria
2022-09-26T11:18:18.409Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fkwvxt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:18:18.409Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:18.410Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fkwvxt 0 is matching search criteria
2022-09-26T11:18:18.410Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fkwvxt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:18:18.410Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:18.410Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fkwvxt 0 is not matching search criteria
2022-09-26T11:18:18.410Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-26T11:18:18.411Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-26T11:18:18.411Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cacff123-3bed-4459-976b-024885460354
2022-09-26T11:18:18.411Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:18.411Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:18:18.411Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:18.412Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:18:18.412Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:18.412Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:18:18.412Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:18.412Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:18:18.413Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_fkwvxt
Description:service
Model UUID:adf7205f-7a0f-45b8-aa39-57ef6439ef46
Model Version:NULL
Model InvariantUuid:e91bda17-2839-48ec-b794-2530f1194882
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_fkwvxt
Model UUID:8dd71001-0aa3-4033-9d83-c5bdaeea2465
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7f2aec82-62bd-492f-a9f4-d062a7919cda
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:eb1c5f3b-1d4b-4a29-912d-18ab8a7d0e3c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3a5adfda-531a-4b61-a222-6d10037f80cf
ModelName:BasicOnboardFkwvxt..base_ubuntu18..module-0
ModelUuid:df61b5a8-38a9-473c-92a4-9d739f51d085
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cacff123-3bed-4459-976b-024885460354
ModelInvariantUuid:275040be-72c4-44f0-a22d-276efcbd5225
ModelName:basic_onboard_fkwvxt-nodes.ubuntu18Cvfc
ModelUuid:6ad5fc48-c451-42d8-96ea-9060926ee0dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b286c63c-4ba1-4e2c-9719-955d7e548a40
ModelInvariantUuid:256372fc-2eaa-45eb-ba74-b677dac5ce98
ModelName:BasicOnboardFkwvxt.compute.nodes.heat.ubuntu18
ModelUuid:c83678e9-40c4-46ca-8175-7af0f76cffbd
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-09-26T11:18:18.429Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4c47e134-f738-4c93-bb9b-1bb04e85549e
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-09-26T11:18:18.435Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||basic_onboard_fkwvxt 0
2022-09-26T11:18:18.435Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4c47e134-f738-4c93-bb9b-1bb04e85549e
2022-09-26T11:18:18.435Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 008d2498-71af-4a42-bc90-5e371afd4f47 from URL: /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json
2022-09-26T11:18:18.435Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-26T11:18:18.435Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json
2022-09-26T11:18:18.544Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-26T11:18:18.545Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json 008d2498-71af-4a42-bc90-5e371afd4f47 798
2022-09-26T11:18:18.545Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json ASDC sendASDCNotification
2022-09-26T11:18:18.545Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json
2022-09-26T11:18:18.545Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-26T11:18:18.546Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:18.548Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:18.548Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191098545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:18:18.649Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-26T11:18:18.650Z||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-09-26T11:18:18.650Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:18.673Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:18.674Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:18:19.548Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFkwvxt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3a5adfda-531a-4b61-a222-6d10037f80cf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "df61b5a8-38a9-473c-92a4-9d739f51d085",
"vfModuleModelCustomizationUUID": "418866ae-f80a-4476-8224-9720c72eba21",
"isBase": true,
"artifacts": [
"34153021-fa4a-4b8e-b039-bc0aa7729b42",
"894bff62-d75b-4c20-b5fc-a933ac581793"
],
"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-09-26T11:18:19.553Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFkwvxt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:df61b5a8-38a9-473c-92a4-9d739f51d085
VfModuleModelInvariantUUID:3a5adfda-531a-4b61-a222-6d10037f80cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
34153021-fa4a-4b8e-b039-bc0aa7729b42
,
894bff62-d75b-4c20-b5fc-a933ac581793
}
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-09-26T11:18:19.557Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFkwvxt..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3a5adfda-531a-4b61-a222-6d10037f80cf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "df61b5a8-38a9-473c-92a4-9d739f51d085",
"vfModuleModelCustomizationUUID": "418866ae-f80a-4476-8224-9720c72eba21",
"isBase": true,
"artifacts": [
"34153021-fa4a-4b8e-b039-bc0aa7729b42",
"894bff62-d75b-4c20-b5fc-a933ac581793"
],
"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-09-26T11:18:19.557Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFkwvxt..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:df61b5a8-38a9-473c-92a4-9d739f51d085
VfModuleModelInvariantUUID:3a5adfda-531a-4b61-a222-6d10037f80cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
34153021-fa4a-4b8e-b039-bc0aa7729b42
,
894bff62-d75b-4c20-b5fc-a933ac581793
}
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-09-26T11:18:19.557Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 34153021-fa4a-4b8e-b039-bc0aa7729b42 from URL: /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml
2022-09-26T11:18:19.557Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-26T11:18:19.558Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml
2022-09-26T11:18:19.628Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-26T11:18:19.628Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml 34153021-fa4a-4b8e-b039-bc0aa7729b42 5033
2022-09-26T11:18:19.629Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-26T11:18:19.629Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml
2022-09-26T11:18:19.629Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-26T11:18:19.629Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:19.631Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:19.631Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191099629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:18:19.731Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:18:19.732Z||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-09-26T11:18:19.733Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:19.768Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:19.768Z||pool-28-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:18:20.632Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 894bff62-d75b-4c20-b5fc-a933ac581793 from URL: /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env
2022-09-26T11:18:20.633Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-26T11:18:20.633Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env
2022-09-26T11:18:20.775Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-26T11:18:20.776Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env 894bff62-d75b-4c20-b5fc-a933ac581793 909
2022-09-26T11:18:20.776Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-26T11:18:20.776Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env
2022-09-26T11:18:20.776Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-26T11:18:20.777Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:20.779Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:20.779Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191100776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:18:20.879Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:18:20.880Z||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-09-26T11:18:20.880Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:20.923Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:20.924Z||pool-29-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:18:21.780Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: adf7205f-7a0f-45b8-aa39-57ef6439ef46
2022-09-26T11:18:21.780Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_fkwvxt 0 4c47e134-f738-4c93-bb9b-1bb04e85549e 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-09-26T11:18:21.807Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@676c2e95, org.onap.sdc.toscaparser.api.parameters.Input@3da8fb27, org.onap.sdc.toscaparser.api.parameters.Input@242593e5, org.onap.sdc.toscaparser.api.parameters.Input@3af74454, org.onap.sdc.toscaparser.api.parameters.Input@3ce9cd19]
2022-09-26T11:18:21.809Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:21.809Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:18:21.809Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-09-26T11:18:21.809Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= eb1c5f3b-1d4b-4a29-912d-18ab8a7d0e3c
2022-09-26T11:18:21.809Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eb1c5f3b-1d4b-4a29-912d-18ab8a7d0e3c matches Tosca VF Customization UUID: eb1c5f3b-1d4b-4a29-912d-18ab8a7d0e3c
2022-09-26T11:18:21.809Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: eb1c5f3b-1d4b-4a29-912d-18ab8a7d0e3c 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-09-26T11:18:21.813Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:21.813Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:18:21.813Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id eb1c5f3b-1d4b-4a29-912d-18ab8a7d0e3c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-26T11:18:21.813Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e054988
2022-09-26T11:18:21.813Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:21.814Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-26T11:18:21.814Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 418866ae-f80a-4476-8224-9720c72eba21
2022-09-26T11:18:21.814Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 418866ae-f80a-4476-8224-9720c72eba21
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-09-26T11:18:21.817Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:21.817Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fkwvxt 0 is matching search criteria
2022-09-26T11:18:21.818Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fkwvxt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:18:21.818Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:21.818Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fkwvxt 0 is matching search criteria
2022-09-26T11:18:21.818Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fkwvxt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:18:21.818Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:21.819Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fkwvxt 0 is not matching search criteria
2022-09-26T11:18:21.819Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-26T11:18:21.819Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-26T11:18:21.819Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cacff123-3bed-4459-976b-024885460354
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-09-26T11:18:21.822Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:21.822Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fkwvxt 0 is matching search criteria
2022-09-26T11:18:21.822Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fkwvxt 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:18:21.823Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:21.823Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_fkwvxt 0 is matching search criteria
2022-09-26T11:18:21.823Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_fkwvxt 0] matching following query criteria: sdcType=VF, customizationUUID=eb1c5f3b-1d4b-4a29-912d-18ab8a7d0e3c
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-09-26T11:18:21.826Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:21.826Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:18:21.826Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid adf7205f-7a0f-45b8-aa39-57ef6439ef46: basic_onboard_fkwvxt
2022-09-26T11:18:21.826Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:21.826Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:18:21.827Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:21.827Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:18:21.827Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:21.827Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:18:21.828Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:21.828Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:18:21.828Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:18:21.828Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_fkwvxt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:18:21.828Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_fkwvxt
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-09-26T11:18:21.984Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_fkwvxt 4c47e134-f738-4c93-bb9b-1bb04e85549e 1 ASDC deployResourceStructure
2022-09-26T11:18:21.985Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json ASDC sendASDCNotification
2022-09-26T11:18:21.985Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json
2022-09-26T11:18:21.985Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-26T11:18:21.986Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:21.987Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:21.988Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191101985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-26T11:18:22.088Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:18:22.089Z||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-09-26T11:18:22.089Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:22.146Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:22.147Z||pool-30-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:18:22.988Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-26T11:18:22.989Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml
2022-09-26T11:18:22.989Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-26T11:18:22.989Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:22.992Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:22.992Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191102988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-26T11:18:23.092Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:18:23.093Z||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-09-26T11:18:23.093Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:23.123Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:23.123Z||pool-31-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:18:23.993Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-26T11:18:23.994Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env
2022-09-26T11:18:23.994Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-26T11:18:23.994Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:23.996Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:23.997Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191103993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-26T11:18:24.097Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:18:24.098Z||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-09-26T11:18:24.098Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:24.124Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:24.125Z||pool-32-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-09-26T11:18:24.998Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar ASDC sendASDCNotification
2022-09-26T11:18:24.998Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar
2022-09-26T11:18:24.998Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-26T11:18:24.999Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:25.002Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:25.002Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191104998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-26T11:18:25.102Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:18:25.103Z||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-09-26T11:18:25.103Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:25.149Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:25.149Z||pool-33-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:18:26.003Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7360940-339b-4d2a-a9cb-ebe2b3933e6d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-26T11:18:26.022Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7360940-339b-4d2a-a9cb-ebe2b3933e6d
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-09-26T11:18:26.027Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-26T11:18:26.027Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-26T11:18:26.027Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-26T11:18:26.027Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-26T11:18:26.028Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-09-26T11:18:26.028Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-26T11:18:26.037Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-26T11:18:53.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:18:53.953Z||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-09-26T11:18:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:54.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:54.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:54.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191084226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:18:54.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:18:54.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:54.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191084226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json",
"status": "NOTIFIED"
}
2022-09-26T11:18:54.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:18:54.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:54.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191084226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-26T11:18:54.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:18:54.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:54.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191084226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:18:54.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:18:54.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:54.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191084226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-26T11:18:54.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:18:54.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:54.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191084226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:18:54.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:18:54.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:54.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191084226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:18:54.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-26T11:18:54.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:54.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191096016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:18:54.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:18:54.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:54.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191098545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:18:54.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:18:54.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:54.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191099629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:18:54.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:18:54.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:54.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191100776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:18:54.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:18:54.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:54.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191101985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/basic_onboard_fkwvxt0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-26T11:18:54.627Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:18:54.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:54.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191102988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-26T11:18:54.627Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:18:54.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:54.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191103993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/resourceInstances/basic_onboard_fkwvxt0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-26T11:18:54.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:18:54.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-26T11:18:54.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191104998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkwvxt/1.0/artifacts/service-BasicOnboardFkwvxt-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-26T11:18:54.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:18:56.037Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7360940-339b-4d2a-a9cb-ebe2b3933e6d 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-09-26T11:18:56.046Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7360940-339b-4d2a-a9cb-ebe2b3933e6d and serviceModelVersionId: adf7205f-7a0f-45b8-aa39-57ef6439ef46
2022-09-26T11:18:56.046Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e91bda17-2839-48ec-b794-2530f1194882
2022-09-26T11:18:56.047Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46?depth=0
2022-09-26T11:18:56.051Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-09-26T11:18:56.099Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46?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-09-26T11:18:56.100Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46?depth=0|INFO|500||Invoke
2022-09-26T11:18:56.105Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-26T11:18:56.163Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46?depth=0|INFO|404|Not Found|InvokeReturn
2022-09-26T11:18:56.163Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46?depth=0 has http status code:404 and response headers:{date=[Mon, 26 Sep 2022 11:18:59 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[44], x-aai-txid=[0-aai-resources-220926-11:18:59:157-20481], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-09-26T11:18:56.164Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46","ERR.5.4.6114"]}}}
2022-09-26T11:18:56.168Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=b7360940-339b-4d2a-a9cb-ebe2b3933e6d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46) (ec=ERR.5.4.6114)
2022-09-26T11:18:56.168Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b7360940-339b-4d2a-a9cb-ebe2b3933e6d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-09-26T11:18:56.169Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b7360940-339b-4d2a-a9cb-ebe2b3933e6d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46) (ec=ERR.5.4.6114)
2022-09-26T11:18:56.169Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=b7360940-339b-4d2a-a9cb-ebe2b3933e6d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-26T11:18:56.178Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-09-26T11:18:56.178Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7360940-339b-4d2a-a9cb-ebe2b3933e6d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=b7360940-339b-4d2a-a9cb-ebe2b3933e6d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46) (ec=ERR.5.4.6114)
2022-09-26T11:18:56.179Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-26T11:18:56.179Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:18:56.181Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:18:56.181Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191136178,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db7360940-339b-4d2a-a9cb-ebe2b3933e6d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46) (ec\u003dERR.5.4.6114)"
}
2022-09-26T11:18:56.281Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:18:56.282Z||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-09-26T11:18:56.283Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:18:56.320Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:18:56.321Z||pool-34-thread-1|||||INFO|500||cambria reply ok (39 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-09-26T11:18:57.196Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:18:57.197Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|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-09-26T11:18:57.197Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:19:06.771Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:19:06.772Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:19:06.772Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|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-09-26T11:19:06.772Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:19:16.355Z|b7360940-339b-4d2a-a9cb-ebe2b3933e6d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:19:16.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:19:16.357Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T11:19:16.357Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:19:25.942Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:19:53.948Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:19:53.950Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T11:19:53.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:19:53.952Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:19:53.952Z||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-09-26T11:19:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:19:54.607Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:19:54.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-26T11:19:54.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b7360940-339b-4d2a-a9cb-ebe2b3933e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191136178,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003db7360940-339b-4d2a-a9cb-ebe2b3933e6d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e91bda17-2839-48ec-b794-2530f1194882/model-vers/model-ver/adf7205f-7a0f-45b8-aa39-57ef6439ef46) (ec\u003dERR.5.4.6114)"
}
2022-09-26T11:19:54.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:20:03.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:20:53.948Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:20:53.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T11:20:53.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:20:53.952Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:20:53.953Z||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-09-26T11:20:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:21:03.514Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:21:03.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:21:53.948Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:21:53.949Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T11:21:53.950Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:21:53.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:21:53.953Z||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-09-26T11:21:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:22:03.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:22:03.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:22:53.948Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:22:53.949Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T11:22:53.949Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:22:53.952Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:22:53.952Z||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-09-26T11:22:53.952Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:23:03.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:23:03.518Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:23:53.948Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:23:53.949Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T11:23:53.950Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:23:53.952Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:23:53.952Z||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-09-26T11:23:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:24:03.531Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:24:03.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:24:53.948Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:24:53.949Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T11:24:53.950Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:24:53.952Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:24:53.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T11:24:53.953Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:25:03.522Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:25:03.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:25:53.948Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:25:53.949Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T11:25:53.949Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:25:53.952Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:25:53.952Z||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-09-26T11:25:53.953Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:26:03.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:26:03.529Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:26:53.948Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:26:53.950Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-26T11:26:53.950Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:26:53.952Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-26T11:26:53.952Z||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-09-26T11:26:53.953Z||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 dyFBF6h4BUjbC1rS) ...
2022-09-26T11:26:54.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:26:54.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3bde0d31-29a2-4579-ac99-d1e39ecae435","serviceName":"vFW 2022-09-26 11-25-13","serviceVersion":"1.0","serviceUUID":"2e24d3ec-31bf-4433-9150-53a47f6fb990","serviceDescription":"catalog service description","serviceInvariantUUID":"695b1c2a-22d0-4d7f-ae07-3396024c1174","resources":[{"resourceInstanceName":"vFW 93ed9f99-797b 0","resourceName":"vFW 93ed9f99-797b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec59665b-7944-43ff-a252-5b11ff25aaf8","resourceInvariantUUID":"b6f1cec8-1995-4b52-9a86-1352f295ebab","resourceCustomizationUUID":"a54ae0f6-d238-4587-8d22-f1455431cf4d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vf-license-model.xml","artifactChecksum":"ZGUwM2IwMTg3ZDZhODhiNmNhMDhiMzA4YjVkNmY4NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba5fbf89-6632-4c12-b46f-0aa2c51f0636","artifactVersion":"1"},{"artifactName":"vfw93ed9f99797b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json","artifactChecksum":"NTFjNzQ5MWQwNWI1ODYzYzQ1NzBiODgwZTg4Yjk0ZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d263ef56-b999-4f93-a709-9724b44e739f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a0c54245-226f-471b-900c-2ef99d2a1a4b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vendor-license-model.xml","artifactChecksum":"Nzg1NjI3ZTIzYmZiN2QzNjA3OTU0ZTAzNTA5ZjZkMmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7ef2d6a4-653f-4519-86db-f2d9480c4b76","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b59a111b-11ff-40b6-a061-899deab688fe","artifactVersion":"2","generatedFromUUID":"a0c54245-226f-471b-900c-2ef99d2a1a4b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220926112513-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-template.yml","artifactChecksum":"ZmMxM2MzMjc2ZDk3NjA5ZTNlNDFhYzM3ODExMWZkNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1485150e-b79f-43eb-b8ad-69b1c6d548ec","artifactVersion":"1"},{"artifactName":"service-Vfw20220926112513-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar","artifactChecksum":"MWZhM2FlNWUzN2IyNjgyZTRjNDFmNjRmYzA1ZDhmNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ac861b2-224e-41de-80b9-b38312a1c578","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-26T11:26:54.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:26:54.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "cds",
"timestamp": 1664191589885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "policy-id",
"timestamp": 1664191588930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "cds",
"timestamp": 1664191589885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "policy-id",
"timestamp": 1664191588930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "cds",
"timestamp": 1664191589885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.601Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:26:54.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "policy-id",
"timestamp": 1664191588930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-26T11:26:54.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664191583942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "cds",
"timestamp": 1664191589885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.603Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:26:54.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "policy-id",
"timestamp": 1664191588930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664191583942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "cds",
"timestamp": 1664191589885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664191592715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "policy-id",
"timestamp": 1664191588930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664191583942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "cds",
"timestamp": 1664191589885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664191592715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json",
"status": "NOTIFIED"
}
2022-09-26T11:26:54.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "aai-ml",
"timestamp": 1664191585028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "policy-id",
"timestamp": 1664191588930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664191583942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "cds",
"timestamp": 1664191589885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:26:54.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664191592715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-26T11:26:54.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "aai-ml",
"timestamp": 1664191585028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "policy-id",
"timestamp": 1664191588930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:26:54.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664191583942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "cds",
"timestamp": 1664191597706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:26:54.610Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:26:54.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664191592715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "aai-ml",
"timestamp": 1664191585028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "policy-id",
"timestamp": 1664191596702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:26:54.611Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:26:54.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664191583942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.611Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:26:54.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664191592715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-26T11:26:54.612Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191613948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "aai-ml",
"timestamp": 1664191585028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "policy-id",
"timestamp": 1664191597709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-26T11:26:54.613Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:26:54.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664191583942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:26:54.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664191592715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "aai-ml",
"timestamp": 1664191585028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "policy-id",
"timestamp": 1664191598713,
"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-09-26T11:26:54.644Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bde0d31-29a2-4579-ac99-d1e39ecae435
2022-09-26T11:26:54.644Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bde0d31-29a2-4579-ac99-d1e39ecae435 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-09-26T11:26:54.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664191591693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:26:54.683Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:26:54.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664191592715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:26:54.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "aai-ml",
"timestamp": 1664191585028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:54.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "aai-ml",
"timestamp": 1664191585028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:26:54.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-09-26T11:26:54.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664191600551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:26:54.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:26:54.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "aai-ml",
"timestamp": 1664191592802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:26:54.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:26:54.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664191601653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:26:54.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:26:54.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "aai-ml",
"timestamp": 1664191593811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-26T11:26:54.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:26:54.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664191602746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:26:54.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:26:54.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664191595168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-26T11:26:54.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:26:54.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "aai-ml",
"timestamp": 1664191594817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-09-26T11:26:54.687Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:26:54.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664191596172,
"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-09-26T11:26:54.697Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3bde0d31-29a2-4579-ac99-d1e39ecae435
2022-09-26T11:26:54.697Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bde0d31-29a2-4579-ac99-d1e39ecae435 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-09-26T11:26:54.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664191603817,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-09-26T11:26:54.711Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-26T11:26:54.712Z||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-09-26T11:26:54.712Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:26:54.717Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bde0d31-29a2-4579-ac99-d1e39ecae435
2022-09-26T11:26:54.717Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bde0d31-29a2-4579-ac99-d1e39ecae435 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-09-26T11:26:54.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "aai-ml",
"timestamp": 1664191595821,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-26T11:26:54.735Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:26:54.736Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:26:54.737Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3bde0d31-29a2-4579-ac99-d1e39ecae435
2022-09-26T11:26:54.737Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bde0d31-29a2-4579-ac99-d1e39ecae435 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-09-26T11:26:54.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-26T11:26:54.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664191604823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-26T11:26:54.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-26T11:26:55.612Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:26:55.613Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:26:55.616Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:26:55.616Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191613948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json",
"status": "NOTIFIED"
}
2022-09-26T11:26:55.716Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:26:55.717Z||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-09-26T11:26:55.717Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:26:55.741Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:26:55.741Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:26:56.616Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:26:56.618Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:26:56.620Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:26:56.621Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191613948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-26T11:26:56.721Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:26:56.722Z||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-09-26T11:26:56.723Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:26:56.744Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:26:56.745Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:26:57.621Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:26:57.621Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:26:57.624Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:26:57.624Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191613948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:57.725Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:26:57.726Z||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-09-26T11:26:57.726Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:26:57.748Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:26:57.749Z||pool-38-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:26:58.625Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:26:58.626Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:26:58.630Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:26:58.630Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191613948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-26T11:26:58.730Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:26:58.731Z||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-09-26T11:26:58.731Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:26:58.762Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:26:58.762Z||pool-39-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:26:59.631Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:26:59.632Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:26:59.634Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:26:59.635Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191613948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-26T11:26:59.736Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:26:59.737Z||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-09-26T11:26:59.737Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:26:59.756Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:26:59.756Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:27:00.635Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-26T11:27:00.636Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:27:00.638Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:27:00.639Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191613948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"status": "NOTIFIED"
}
2022-09-26T11:27:00.739Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:27:00.740Z||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-09-26T11:27:00.740Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:27:00.763Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:27:00.764Z||pool-41-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-26T11:27:01.640Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"serviceName": "vFW 2022-09-26 11-25-13",
"serviceVersion": "1.0",
"serviceUUID": "2e24d3ec-31bf-4433-9150-53a47f6fb990",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "695b1c2a-22d0-4d7f-ae07-3396024c1174",
"resources": [
{
"resourceInstanceName": "vFW 93ed9f99-797b 0",
"resourceCustomizationUUID": "a54ae0f6-d238-4587-8d22-f1455431cf4d",
"resourceName": "vFW 93ed9f99-797b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ec59665b-7944-43ff-a252-5b11ff25aaf8",
"resourceInvariantUUID": "b6f1cec8-1995-4b52-9a86-1352f295ebab",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw93ed9f99797b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json",
"artifactChecksum": "NTFjNzQ5MWQwNWI1ODYzYzQ1NzBiODgwZTg4Yjk0ZGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d263ef56-b999-4f93-a709-9724b44e739f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a0c54245-226f-471b-900c-2ef99d2a1a4b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b59a111b-11ff-40b6-a061-899deab688fe",
"generatedFromUUID": "a0c54245-226f-471b-900c-2ef99d2a1a4b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b59a111b-11ff-40b6-a061-899deab688fe",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220926112513-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"artifactChecksum": "MWZhM2FlNWUzN2IyNjgyZTRjNDFmNjRmYzA1ZDhmNWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6ac861b2-224e-41de-80b9-b38312a1c578"
}
],
"workloadContext": "Production"
}
2022-09-26T11:27:01.641Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-26T11:27:01.641Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2e24d3ec-31bf-4433-9150-53a47f6fb990 ASDC
2022-09-26T11:27:01.642Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3bde0d31-29a2-4579-ac99-d1e39ecae435
ServiceName:vFW 2022-09-26 11-25-13
ServiceVersion:1.0
ServiceUUID:2e24d3ec-31bf-4433-9150-53a47f6fb990
ServiceInvariantUUID:695b1c2a-22d0-4d7f-ae07-3396024c1174
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220926112513-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar
ArtifactUUID:6ac861b2-224e-41de-80b9-b38312a1c578
ArtifactChecksum:MWZhM2FlNWUzN2IyNjgyZTRjNDFmNjRmYzA1ZDhmNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 93ed9f99-797b 0
ResourceCustomizationUUID:a54ae0f6-d238-4587-8d22-f1455431cf4d
ResourceInvariantUUID:b6f1cec8-1995-4b52-9a86-1352f295ebab
ResourceName:vFW 93ed9f99-797b
ResourceType:VF
ResourceUUID:ec59665b-7944-43ff-a252-5b11ff25aaf8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw93ed9f99797b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json
ArtifactUUID:d263ef56-b999-4f93-a709-9724b44e739f
ArtifactChecksum:NTFjNzQ5MWQwNWI1ODYzYzQ1NzBiODgwZTg4Yjk0ZGY=
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/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml
ArtifactUUID:a0c54245-226f-471b-900c-2ef99d2a1a4b
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/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env
ArtifactUUID:b59a111b-11ff-40b6-a061-899deab688fe
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/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env
ArtifactUUID:b59a111b-11ff-40b6-a061-899deab688fe
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-26T11:27:01.642Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e24d3ec-31bf-4433-9150-53a47f6fb990 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-09-26T11:27:01.696Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-26T11:27:01.697Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-26T11:27:01.697Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-26T11:27:01.697Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6ac861b2-224e-41de-80b9-b38312a1c578 from URL: /sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:01.698Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-26T11:27:01.698Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:01.887Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-26T11:27:01.888Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar 6ac861b2-224e-41de-80b9-b38312a1c578 100631
2022-09-26T11:27:01.889Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar ASDC sendASDCNotification
2022-09-26T11:27:01.889Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:01.889Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-26T11:27:01.889Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:27:01.892Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:27:01.892Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191621889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:27:01.992Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:27:01.993Z||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-09-26T11:27:01.993Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:27:02.112Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:27:02.113Z||pool-42-thread-1|||||INFO|500||cambria reply ok (121 ms):{"serverTimeMs":1,"count":1}
2022-09-26T11:27:02.892Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-26T11:27:02.894Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-26T11:27:02.894Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6ac861b2-224e-41de-80b9-b38312a1c578, URL: /sdc/v1/catalog/services/Vfw20220926112513/1.0/artifacts/service-Vfw20220926112513-csar.csar to file: /app/ASDC/1/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:02.895Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220926112513-csar.csar
2022-09-26T11:27:02.895Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:02.896Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:03.256Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13828103344441199982/Definitions/service-Vfw20220926112513-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-09-26T11:27:05.581Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-26T11:27:05.582Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-26T11:27:05.582Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:05.582Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-26T11:27:05.588Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 93ed9f99-797b 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-Vfw20220926112513-csar.csar
2022-09-26T11:27:05.588Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:05.588Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:05.588Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:05.588Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:05.589Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:05.589Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:05.589Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:05.589Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:05.589Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:05.590Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220926112513-csar.csar
2022-09-26T11:27:05.590Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-26T11:27:05.590Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:05.590Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-26 11-25-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:27:05.591Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vFW 93ed9f99-797b 0 is matching search criteria
2022-09-26T11:27:05.591Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-26T11:27:05.591Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 93ed9f99-797b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-26T11:27:05.592Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:05.592Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-26 11-25-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:27:05.592Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vFW 93ed9f99-797b 0 is matching search criteria
2022-09-26T11:27:05.592Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-26T11:27:05.593Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 93ed9f99-797b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-26T11:27:05.593Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:05.593Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-26 11-25-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:27:05.594Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:05.594Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vFW 93ed9f99-797b 0 is not matching search criteria
2022-09-26T11:27:05.594Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-26T11:27:05.594Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-26T11:27:05.594Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-26T11:27:05.595Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:27:05.595Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:27:05.595Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-26T11:27:05.595Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-26T11:27:05.596Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-26T11:27:05.596Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-26T11:27:05.596Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:27:05.596Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-26T11:27:05.596Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-26T11:27:05.597Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-26T11:27:05.597Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-26T11:27:05.597Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:27:05.597Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-26T11:27:05.598Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:05.598Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-26 11-25-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-26T11:27:05.598Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:05.599Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vFW 93ed9f99-797b 0 is matching search criteria
2022-09-26T11:27:05.599Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 93ed9f99-797b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:27:05.599Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:05.599Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vFW 93ed9f99-797b 0 is matching search criteria
2022-09-26T11:27:05.600Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 93ed9f99-797b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:27:05.600Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:05.600Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vFW 93ed9f99-797b 0 is matching search criteria
2022-09-26T11:27:05.601Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 93ed9f99-797b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:27:05.601Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:05.601Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vFW 93ed9f99-797b 0 is not matching search criteria
2022-09-26T11:27:05.601Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-26T11:27:05.602Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-26T11:27:05.602Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-26T11:27:05.602Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-26T11:27:05.602Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-26T11:27:05.603Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:27:05.603Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-26T11:27:05.603Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-26T11:27:05.603Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-26T11:27:05.603Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-26T11:27:05.604Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:27:05.606Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf7ef7c0-d8fe-4fe6-9471-cf4dc5915ce5
2022-09-26T11:27:05.607Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:05.607Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vFW 93ed9f99-797b 0 is not matching search criteria
2022-09-26T11:27:05.607Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-26T11:27:05.607Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-26T11:27:05.608Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-26T11:27:05.608Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:27:05.608Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:27:05.608Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-26T11:27:05.609Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-26T11:27:05.609Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-26T11:27:05.609Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-26T11:27:05.609Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-26T11:27:05.609Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-26T11:27:05.610Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:27:05.610Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0f1ff99b-b41d-4901-9a3a-55439c030149
2022-09-26T11:27:05.610Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:05.611Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vFW 93ed9f99-797b 0 is not matching search criteria
2022-09-26T11:27:05.611Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-26T11:27:05.611Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-26T11:27:05.612Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-26T11:27:05.612Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:27:05.612Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-26T11:27:05.612Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-26T11:27:05.613Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-26T11:27:05.613Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-26T11:27:05.613Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-26T11:27:05.613Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-26T11:27:05.613Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-26T11:27:05.614Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-26T11:27:05.614Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=48e84c41-ebb9-4137-a438-21950b49bbca
2022-09-26T11:27:05.614Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:05.614Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-26 11-25-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:27:05.615Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:05.615Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-26 11-25-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:27:05.615Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:05.615Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-26 11-25-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:27:05.616Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:05.616Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-26 11-25-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:27:05.616Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-26 11-25-13
Description:catalog service description
Model UUID:2e24d3ec-31bf-4433-9150-53a47f6fb990
Model Version:NULL
Model InvariantUuid:695b1c2a-22d0-4d7f-ae07-3396024c1174
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 93ed9f99-797b
Model UUID:9771104d-72e6-4ab4-932a-182ace90b1c6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b6f1cec8-1995-4b52-9a86-1352f295ebab
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a54ae0f6-d238-4587-8d22-f1455431cf4d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bca7950a-fc00-46b7-b6b3-bc4995a49606
ModelName:Vfw93ed9f99797b..base_vfw..module-0
ModelUuid:876ef39f-6f84-45b4-a6a3-23d7c5da063a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bf7ef7c0-d8fe-4fe6-9471-cf4dc5915ce5
ModelInvariantUuid:5576271b-310f-4825-b514-21a0600e8fde
ModelName:vFW 93ed9f99-797b-nodes.vfwCvfc
ModelUuid:fc8126a1-35d6-4465-96cd-ebd395b0cb64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5e5a49c8-1aec-4553-8972-e21d4354ac5a
ModelInvariantUuid:ce346a7c-18cd-47ef-8789-219164961d4b
ModelName:Vfw93ed9f99797b.compute.nodes.heat.vfw
ModelUuid:8a950c3e-1ce1-456c-a726-6b882463ed48
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0f1ff99b-b41d-4901-9a3a-55439c030149
ModelInvariantUuid:37bdff1b-cf8e-4fa5-9028-2d7d9e47831a
ModelName:vFW 93ed9f99-797b-nodes.vsnCvfc
ModelUuid:ff3a25a7-94a3-40bf-a857-85be207e83fd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:1cffc024-5c0f-4670-bc19-59652f967f24
ModelInvariantUuid:4e4c4759-973c-4531-a151-74da10ce0f5e
ModelName:Vfw93ed9f99797b.compute.nodes.heat.vsn
ModelUuid:6e1fc414-9b3a-4126-868f-215dcb73fc2f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:48e84c41-ebb9-4137-a438-21950b49bbca
ModelInvariantUuid:554608d2-6e0a-4558-8f83-b2cbe3fdc06c
ModelName:vFW 93ed9f99-797b-nodes.vpgCvfc
ModelUuid:336bfd39-8827-4097-b0a2-a4bd1d9645e5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d37a6cfa-0826-462a-93b3-990542721955
ModelInvariantUuid:4a443f53-b780-49b9-ae76-e673dc4ab179
ModelName:Vfw93ed9f99797b.compute.nodes.heat.vpg
ModelUuid:41da9648-d988-451c-8f7a-e15f81806fe2
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-09-26T11:27:05.629Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ec59665b-7944-43ff-a252-5b11ff25aaf8
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-09-26T11:27:05.635Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||vFW 93ed9f99-797b 0
2022-09-26T11:27:05.636Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec59665b-7944-43ff-a252-5b11ff25aaf8
2022-09-26T11:27:05.636Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d263ef56-b999-4f93-a709-9724b44e739f from URL: /sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json
2022-09-26T11:27:05.636Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-26T11:27:05.636Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json
2022-09-26T11:27:05.760Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-26T11:27:05.760Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json d263ef56-b999-4f93-a709-9724b44e739f 785
2022-09-26T11:27:05.761Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json ASDC sendASDCNotification
2022-09-26T11:27:05.761Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json
2022-09-26T11:27:05.761Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-26T11:27:05.761Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:27:05.763Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:27:05.764Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191625761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/vfw93ed9f99797b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:27:05.864Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-26T11:27:05.865Z||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-09-26T11:27:05.865Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:27:05.886Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:27:05.887Z||pool-43-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-09-26T11:27:06.764Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw93ed9f99797b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bca7950a-fc00-46b7-b6b3-bc4995a49606",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "876ef39f-6f84-45b4-a6a3-23d7c5da063a",
"vfModuleModelCustomizationUUID": "86f3a51f-59c4-49c1-bc84-265c6b54284f",
"isBase": true,
"artifacts": [
"a0c54245-226f-471b-900c-2ef99d2a1a4b",
"b59a111b-11ff-40b6-a061-899deab688fe"
],
"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-09-26T11:27:06.770Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw93ed9f99797b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:876ef39f-6f84-45b4-a6a3-23d7c5da063a
VfModuleModelInvariantUUID:bca7950a-fc00-46b7-b6b3-bc4995a49606
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0c54245-226f-471b-900c-2ef99d2a1a4b
,
b59a111b-11ff-40b6-a061-899deab688fe
}
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-09-26T11:27:06.773Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw93ed9f99797b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bca7950a-fc00-46b7-b6b3-bc4995a49606",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "876ef39f-6f84-45b4-a6a3-23d7c5da063a",
"vfModuleModelCustomizationUUID": "86f3a51f-59c4-49c1-bc84-265c6b54284f",
"isBase": true,
"artifacts": [
"a0c54245-226f-471b-900c-2ef99d2a1a4b",
"b59a111b-11ff-40b6-a061-899deab688fe"
],
"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-09-26T11:27:06.773Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw93ed9f99797b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:876ef39f-6f84-45b4-a6a3-23d7c5da063a
VfModuleModelInvariantUUID:bca7950a-fc00-46b7-b6b3-bc4995a49606
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0c54245-226f-471b-900c-2ef99d2a1a4b
,
b59a111b-11ff-40b6-a061-899deab688fe
}
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-09-26T11:27:06.773Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a0c54245-226f-471b-900c-2ef99d2a1a4b from URL: /sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml
2022-09-26T11:27:06.773Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-26T11:27:06.773Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml
2022-09-26T11:27:06.833Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-26T11:27:06.834Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml a0c54245-226f-471b-900c-2ef99d2a1a4b 20368
2022-09-26T11:27:06.835Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-26T11:27:06.835Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml
2022-09-26T11:27:06.835Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-26T11:27:06.835Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:27:06.837Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:27:06.837Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191626834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:27:06.937Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-26T11:27:06.938Z||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-09-26T11:27:06.939Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:27:06.961Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:27:06.962Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-26T11:27:07.838Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b59a111b-11ff-40b6-a061-899deab688fe from URL: /sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env
2022-09-26T11:27:07.839Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-26T11:27:07.840Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env
2022-09-26T11:27:08.012Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-26T11:27:08.013Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env b59a111b-11ff-40b6-a061-899deab688fe 2098
2022-09-26T11:27:08.014Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-26T11:27:08.014Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env
2022-09-26T11:27:08.014Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-26T11:27:08.015Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-26T11:27:08.017Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-26T11:27:08.017Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3bde0d31-29a2-4579-ac99-d1e39ecae435",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664191628013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220926112513/1.0/resourceInstances/vfw93ed9f99797b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-26T11:27:08.117Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-26T11:27:08.118Z||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-09-26T11:27:08.118Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dyFBF6h4BUjbC1rS) ...
2022-09-26T11:27:08.139Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-26T11:27:08.140Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-26T11:27:09.018Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2e24d3ec-31bf-4433-9150-53a47f6fb990
2022-09-26T11:27:09.019Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 93ed9f99-797b 0 ec59665b-7944-43ff-a252-5b11ff25aaf8 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-09-26T11:27:09.047Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1788be65, org.onap.sdc.toscaparser.api.parameters.Input@a44170c, org.onap.sdc.toscaparser.api.parameters.Input@63146a41, org.onap.sdc.toscaparser.api.parameters.Input@305299ff, org.onap.sdc.toscaparser.api.parameters.Input@627b6206]
2022-09-26T11:27:09.049Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:09.050Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-26 11-25-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:27:09.050Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-09-26T11:27:09.050Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a54ae0f6-d238-4587-8d22-f1455431cf4d
2022-09-26T11:27:09.050Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a54ae0f6-d238-4587-8d22-f1455431cf4d matches Tosca VF Customization UUID: a54ae0f6-d238-4587-8d22-f1455431cf4d
2022-09-26T11:27:09.050Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a54ae0f6-d238-4587-8d22-f1455431cf4d 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-09-26T11:27:09.054Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:09.055Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-26 11-25-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-26T11:27:09.056Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a54ae0f6-d238-4587-8d22-f1455431cf4d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-26T11:27:09.056Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c92359f
2022-09-26T11:27:09.056Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:09.057Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-26 11-25-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-26T11:27:09.057Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 86f3a51f-59c4-49c1-bc84-265c6b54284f
2022-09-26T11:27:09.058Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 86f3a51f-59c4-49c1-bc84-265c6b54284f
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-09-26T11:27:09.063Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:09.063Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vFW 93ed9f99-797b 0 is matching search criteria
2022-09-26T11:27:09.063Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 93ed9f99-797b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:27:09.063Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-26T11:27:09.064Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Node template vFW 93ed9f99-797b 0 is matching search criteria
2022-09-26T11:27:09.064Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 93ed9f99-797b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-26T11:27:09.064Z|3bde0d31-29a2-4579-ac99-d1e39ecae435|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery