By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-01T23:22:01.896Z||main|||||INFO|500||The following profiles are active: basic
2022-11-01T23:22:14.015Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-01T23:22:14.016Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-01T23:22:14.123Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-01T23:22:18.545Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-01T23:22:19.185Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-01T23:22:19.787Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-01T23:22:19.837Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-01T23:22:20.056Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-01T23:22:20.317Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-01T23:22:20.978Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-01T23:22:22.756Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-01T23:22:25.289Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-01T23:22:25.352Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-01T23:22:25.962Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-01T23:22:26.264Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-01T23:22:27.465Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-01T23:22:28.603Z||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-11-01T23:22:29.370Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-11-01T23:22:29.370Z||main|||||ERROR|500||(conn=1176) Table 'catalogdb.activity_spec' doesn't exist
2022-11-01T23:22:29.384Z||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-11-01T23:22:32.322Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-01T23:22:34.882Z||main|||||WARN|500||---
2022-11-01T23:22:34.883Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-01T23:22:34.883Z||main|||||WARN|500||---
2022-11-01T23:22:35.388Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-01T23:22:40.340Z||main|||||INFO|500||Started Application in 41.644 seconds (JVM running for 44.314)
2022-11-01T23:22:40.371Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-01T23:22:40.372Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-01T23:22:40.385Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-01T23:22:40.413Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-01T23:22:40.465Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee41d0ef-32ab-4340-9267-ca31a8b5d809 url= /sdc/v1/artifactTypes
2022-11-01T23:22:40.466Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-01T23:22:40.566Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-01T23:22:40.569Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3dc309e8
2022-11-01T23:22:40.569Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-01T23:22:40.584Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-01T23:22:40.586Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-01T23:22:40.591Z||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$$4f0d971.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-11-01T23:23:30.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-01T23:23:30.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-01T23:23:30.336Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-01T23:23:30.340Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-01T23:23:30.347Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dc218bf1-4527-42b4-a5e9-29a731930fc4 url= /sdc/v1/artifactTypes
2022-11-01T23:23:30.347Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-01T23:23:30.352Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-01T23:23:30.352Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16771ce5
2022-11-01T23:23:30.353Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-01T23:23:30.353Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-01T23:23:30.353Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-01T23:23:30.354Z||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$$4f0d971.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-11-01T23:24:20.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-01T23:24:20.338Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-01T23:24:20.338Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-01T23:24:20.343Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-01T23:24:20.351Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 48c301c9-d6fa-4b8d-abfe-22e41af3cc6b url= /sdc/v1/artifactTypes
2022-11-01T23:24:20.351Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-01T23:24:20.357Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-01T23:24:20.358Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@113a333c
2022-11-01T23:24:20.358Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-01T23:24:20.359Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-01T23:24:20.359Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-01T23:24:20.360Z||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$$4f0d971.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-11-01T23:25:10.334Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-01T23:25:10.335Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-01T23:25:10.336Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-01T23:25:10.339Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-01T23:25:10.344Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d9afb409-1d08-4b5a-a8c2-e91c3af63bfc url= /sdc/v1/artifactTypes
2022-11-01T23:25:10.345Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-01T23:25:10.366Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-01T23:25:10.367Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59dac51c
2022-11-01T23:25:10.367Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-01T23:25:10.368Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-01T23:25:10.368Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-01T23:25:10.369Z||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$$4f0d971.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-11-01T23:26:00.335Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-01T23:26:00.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-01T23:26:00.336Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-01T23:26:00.339Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-01T23:26:00.345Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 622dddf3-1ca4-4a4a-8323-bfae0a33adcf url= /sdc/v1/artifactTypes
2022-11-01T23:26:00.345Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-01T23:26:00.351Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-01T23:26:00.351Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a95c684
2022-11-01T23:26:00.352Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-01T23:26:00.352Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-01T23:26:00.352Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-01T23:26:00.353Z||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$$4f0d971.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-11-01T23:26:50.336Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-01T23:26:50.337Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-01T23:26:50.337Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-01T23:26:50.364Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-01T23:26:50.379Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e8696a10-dbe3-45e0-a489-cfdf32dbdcb0 url= /sdc/v1/artifactTypes
2022-11-01T23:26:50.380Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-01T23:26:50.521Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-01T23:26:50.534Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-01T23:26:50.564Z||scheduling-1|||||DEBUG|500||create keys
2022-11-01T23:26:50.573Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-01T23:26:50.711Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:26:50.732Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1bf88b08-4d01-4c20-8d28-fbb354857081 url= /sdc/v1/registerForDistribution
2022-11-01T23:26:51.273Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1bf88b08-4d01-4c20-8d28-fbb354857081 url= /sdc/v1/registerForDistribution
2022-11-01T23:26:51.274Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-01T23:26:51.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:26:51.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:26:51.296Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-01T23:26:51.299Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:26:51.299Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:26:51.302Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:26:51.302Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:27:01.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:27:01.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:27:51.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:27:51.283Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:27:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:27:51.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:27:51.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:27:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:28:00.848Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:28:00.851Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:28:51.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:28:51.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:28:51.287Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:28:51.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:28:51.288Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:28:51.288Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:29:00.868Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:29:00.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:29:51.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:29:51.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:29:51.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:29:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:29:51.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:29:51.289Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 60dlaukaU0n0iqD0) ...
2022-11-01T23:30:00.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:30:00.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:30:51.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:30:51.284Z||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-11-01T23:30:51.284Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:30:51.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:30:51.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:30:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:31:00.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:31:00.855Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:31:51.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:31:51.283Z||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-11-01T23:31:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:31:51.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:31:51.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:31:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:32:00.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:32:00.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:32:40.526Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-01T23:32:51.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:32:51.283Z||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-11-01T23:32:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:32:51.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:32:51.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:32:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:33:00.846Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:33:00.851Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:33:51.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:33:51.284Z||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-11-01T23:33:51.284Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:33:51.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:33:51.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:33:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:34:00.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:34:00.885Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:34:51.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:34:51.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:34:51.288Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:34:51.288Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:34:51.288Z||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-11-01T23:34:51.289Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:35:00.851Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:35:00.858Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:35:51.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:35:51.284Z||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-11-01T23:35:51.284Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:35:51.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:35:51.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:35:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:36:00.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:36:00.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:36:51.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:36:51.283Z||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-11-01T23:36:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:36:51.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:36:51.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:36:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:37:00.865Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:37:00.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:37:51.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:37:51.284Z||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-11-01T23:37:51.285Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:37:51.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:37:51.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:37:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:38:00.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:38:00.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:38:51.283Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:38:51.285Z||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-11-01T23:38:51.285Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:38:51.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:38:51.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:38:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:39:00.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:39:00.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:39:51.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:39:51.284Z||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-11-01T23:39:51.284Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:39:51.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:39:51.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:39:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:40:00.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:40:00.865Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:40:51.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:40:51.284Z||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-11-01T23:40:51.284Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:40:51.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:40:51.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:40:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:41:00.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:41:00.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:41:51.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:41:51.283Z||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-11-01T23:41:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:41:51.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:41:51.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:41:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:42:00.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:42:00.848Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:42:51.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:42:51.283Z||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-11-01T23:42:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:42:51.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:42:51.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:42:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:43:00.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:43:00.862Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:43:51.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:43:51.283Z||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-11-01T23:43:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:43:51.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:43:51.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:43:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:44:00.842Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:44:00.844Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:44:51.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:44:51.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:44:51.285Z||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-11-01T23:44:51.285Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:44:51.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:44:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:45:00.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:45:00.843Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:45:51.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:45:51.284Z||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-11-01T23:45:51.284Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:45:51.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:45:51.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:45:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:46:00.861Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:46:00.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:46:51.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:46:51.283Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:46:51.283Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 60dlaukaU0n0iqD0) ...
2022-11-01T23:46:51.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:46:51.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:46:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:47:00.846Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:47:00.846Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:47:51.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:47:51.283Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:47:51.283Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 60dlaukaU0n0iqD0) ...
2022-11-01T23:47:51.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:47:51.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:47:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:48:00.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:48:00.852Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:48:51.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:48:51.283Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:48:51.283Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 60dlaukaU0n0iqD0) ...
2022-11-01T23:48:51.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:48:51.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:48:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:49:00.842Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:49:00.849Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:49:51.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:49:51.283Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:49:51.283Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 60dlaukaU0n0iqD0) ...
2022-11-01T23:49:51.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:49:51.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:49:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:50:00.845Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:50:00.857Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:50:51.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:50:51.284Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:50:51.284Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 60dlaukaU0n0iqD0) ...
2022-11-01T23:50:51.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:50:51.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:50:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:51:00.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:51:00.845Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:51:51.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:51:51.283Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:51:51.284Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 60dlaukaU0n0iqD0) ...
2022-11-01T23:51:51.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:51:51.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:51:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:52:00.848Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:52:00.854Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:52:51.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:52:51.284Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:52:51.284Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 60dlaukaU0n0iqD0) ...
2022-11-01T23:52:51.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:52:51.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:52:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:53:00.853Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:53:00.864Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:53:51.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:53:51.285Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:53:51.285Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 60dlaukaU0n0iqD0) ...
2022-11-01T23:53:51.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:53:51.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:53:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:54:00.864Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:54:00.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:54:51.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:54:51.283Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:54:51.283Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 60dlaukaU0n0iqD0) ...
2022-11-01T23:54:51.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:54:51.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:54:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:55:00.843Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:55:00.855Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:55:51.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:55:51.283Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:55:51.283Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 60dlaukaU0n0iqD0) ...
2022-11-01T23:55:51.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:55:51.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:55:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:56:00.865Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:56:00.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:56:51.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:56:51.284Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:56:51.284Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 60dlaukaU0n0iqD0) ...
2022-11-01T23:56:51.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:56:51.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:56:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:57:00.860Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:57:00.862Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:57:51.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:57:51.284Z||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-11-01T23:57:51.284Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:57:51.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:57:51.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:57:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:58:00.883Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:58:00.886Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:58:51.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:58:51.283Z||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-11-01T23:58:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:58:51.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:58:51.287Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:58:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:59:00.856Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:59:00.858Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-01T23:59:51.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:59:51.283Z||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-11-01T23:59:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-01T23:59:51.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-01T23:59:51.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-01T23:59:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:00:00.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:00:00.887Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:00:51.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:00:51.283Z||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-11-02T00:00:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:00:51.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:00:51.286Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:00:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:01:00.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:01:00.883Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:01:51.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:01:51.284Z||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-11-02T00:01:51.284Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:01:51.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:01:51.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:01:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:02:00.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:02:00.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:02:51.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:02:51.285Z||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-11-02T00:02:51.285Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:02:51.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:02:51.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:02:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:03:00.846Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:03:00.854Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:03:51.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:03:51.283Z||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-11-02T00:03:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:03:51.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:03:51.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:03:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:04:00.860Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:04:00.860Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:04:51.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:04:51.283Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:04:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:04:51.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:04:51.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:04:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:05:00.851Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:05:00.851Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:05:51.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:05:51.283Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:05:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:05:51.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:05:51.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:05:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:06:00.861Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:06:00.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:06:51.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:06:51.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:06:51.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:06:51.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:06:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:06:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:07:00.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:07:00.894Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:07:51.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:07:51.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:07:51.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:07:51.286Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:07:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:07:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:08:00.843Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:08:00.856Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:08:51.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:08:51.283Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:08:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:08:51.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:08:51.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:08:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:09:00.846Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:09:00.847Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:09:51.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:09:51.283Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:09:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:09:51.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:09:51.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:09:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:10:00.851Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:10:00.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:10:51.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:10:51.283Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:10:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:10:51.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:10:51.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:10:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:11:00.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:11:00.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:11:51.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:11:51.283Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:11:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:11:51.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:11:51.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:11:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:12:00.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:12:00.851Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:12:51.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:12:51.283Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:12:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:12:51.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:12:51.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:12:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:13:00.849Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:13:00.857Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:13:51.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:13:51.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:13:51.284Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:13:51.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:13:51.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:13:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:14:00.851Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:14:00.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:14:51.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:14:51.283Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:14:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:14:51.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:14:51.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:14:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:15:00.854Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:15:00.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:15:51.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:15:51.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:15:51.284Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:15:51.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:15:51.287Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:15:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:16:00.844Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:16:00.854Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:16:51.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:16:51.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:16:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:16:51.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:16:51.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:16:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:17:00.854Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:17:00.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:17:51.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:17:51.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:17:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:17:51.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:17:51.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:17:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:18:00.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:18:00.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:18:51.283Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:18:51.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:18:51.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:18:51.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:18:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:18:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:19:00.868Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:19:00.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:19:51.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:19:51.283Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:19:51.284Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:19:51.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:19:51.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:19:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:20:00.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:20:00.865Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:20:51.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:20:51.283Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:20:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:20:51.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:20:51.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:20:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:21:00.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:21:00.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:21:51.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:21:51.284Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:21:51.284Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:21:51.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:21:51.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:21:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:21:51.445Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:21:51.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:21:51.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "policy-id",
"timestamp": 1667348499104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:21:51.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:21:51.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:21:51.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "cds",
"timestamp": 1667348504549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:21:51.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:21:51.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:21:51.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "aai-ml",
"timestamp": 1667348499160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:21:51.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:21:51.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:21:51.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "policy-id",
"timestamp": 1667348499104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:21:51.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:21:51.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:21:51.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "cds",
"timestamp": 1667348504549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:21:51.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:21:51.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:21:51.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "aai-ml",
"timestamp": 1667348499160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:21:51.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:21:51.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:21:51.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "policy-id",
"timestamp": 1667348499104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-02T00:21:51.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:21:51.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:21:51.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "cds",
"timestamp": 1667348504549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:21:51.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:21:51.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:21:51.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "aai-ml",
"timestamp": 1667348499160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:21:51.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:21:51.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:21:51.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "policy-id",
"timestamp": 1667348499104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:21:51.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:21:51.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:21:51.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T00:21:51.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"cfad3f4c-0403-4577-9686-d7a1a180f236","serviceName":"vFW 2022-11-02 00-20-12","serviceVersion":"1.0","serviceUUID":"bf840c76-6e4e-4b41-9a10-cdd7ae424ee6","serviceDescription":"catalog service description","serviceInvariantUUID":"8d19c0c8-c5dd-4eae-9e87-cd29303efcad","resources":[{"resourceInstanceName":"vFW 8af9b0db-8b6e 0","resourceName":"vFW 8af9b0db-8b6e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b10e8497-472e-41f7-a9f9-635665034366","resourceInvariantUUID":"3020f8ea-9da4-42c9-bfdc-d2e55f8c2122","resourceCustomizationUUID":"8a84a895-2a2a-4fa4-bc2a-8eda998df300","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vf-license-model.xml","artifactChecksum":"MTFhN2ZmMjMxNzczMTgxZmY0ZTdiYTM3OTVmYWNkZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec838474-06fe-436e-ab50-d6f173d5298a","artifactVersion":"1"},{"artifactName":"vfw8af9b0db8b6e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json","artifactChecksum":"M2NlMmZmODc3ZDYyNmU5ZGU1MmYzNGQyODg2Y2ZkY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e37a3f8-94fb-4186-b112-222666d3234a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ddc78133-424e-4f86-8f71-4f21e435000f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vendor-license-model.xml","artifactChecksum":"OTZiYWM4NTZjOGU4YmZmMjQ4Y2U5ZWE3YTNkYWEyMzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c773a77d-ad53-4b32-a2c4-32095c3d6b6c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"35815042-321d-4ba4-b3a7-d92b2b9512f7","artifactVersion":"2","generatedFromUUID":"ddc78133-424e-4f86-8f71-4f21e435000f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221102002012-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-template.yml","artifactChecksum":"NDg4ZGVhZDI3YjgxNTE4NGI1MDVmZDA5YWYxZWU2ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"00a40c59-1a24-4968-8485-9f8e924ba674","artifactVersion":"1"},{"artifactName":"service-Vfw20221102002012-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar","artifactChecksum":"Yzc2YTU1YzliMTMzYjAzMjFkY2RmMDNiYjYwOTRlNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35882221-9c63-4e06-a501-76b10dbce35f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T00:21:51.934Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:21:51.941Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:21:51.954Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:21:51.954Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348511282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:21:52.055Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-02T00:21:52.060Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:21:52.060Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:21:52.092Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:21:52.093Z||pool-3-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:21:52.963Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:21:52.963Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:21:52.965Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:21:52.965Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348511282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json",
"status": "NOTIFIED"
}
2022-11-02T00:21:53.066Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:21:53.067Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:21:53.067Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:21:53.106Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:21:53.107Z||pool-4-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:21:53.966Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:21:53.967Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:21:53.969Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:21:53.969Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348511282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-02T00:21:54.070Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:21:54.072Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:21:54.072Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:21:54.089Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:21:54.089Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:21:54.970Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:21:54.976Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:21:54.979Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:21:54.979Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348511282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:21:55.079Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:21:55.080Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:21:55.081Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:21:55.097Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:21:55.097Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-02T00:21:55.980Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:21:55.985Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:21:55.987Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:21:55.987Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348511282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-02T00:21:56.088Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-02T00:21:56.089Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:21:56.089Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:21:56.106Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:21:56.107Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:21:56.989Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:21:56.990Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:21:56.993Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:21:56.993Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348511282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:21:57.093Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:21:57.094Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:21:57.095Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:21:57.109Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:21:57.110Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:21:57.995Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:21:57.996Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:21:57.999Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:21:57.999Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348511282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:21:58.098Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-02T00:21:58.099Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:21:58.099Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:21:58.114Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:21:58.114Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-02T00:21:59.004Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"serviceName": "vFW 2022-11-02 00-20-12",
"serviceVersion": "1.0",
"serviceUUID": "bf840c76-6e4e-4b41-9a10-cdd7ae424ee6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8d19c0c8-c5dd-4eae-9e87-cd29303efcad",
"resources": [
{
"resourceInstanceName": "vFW 8af9b0db-8b6e 0",
"resourceCustomizationUUID": "8a84a895-2a2a-4fa4-bc2a-8eda998df300",
"resourceName": "vFW 8af9b0db-8b6e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b10e8497-472e-41f7-a9f9-635665034366",
"resourceInvariantUUID": "3020f8ea-9da4-42c9-bfdc-d2e55f8c2122",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8af9b0db8b6e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json",
"artifactChecksum": "M2NlMmZmODc3ZDYyNmU5ZGU1MmYzNGQyODg2Y2ZkY2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9e37a3f8-94fb-4186-b112-222666d3234a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ddc78133-424e-4f86-8f71-4f21e435000f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "35815042-321d-4ba4-b3a7-d92b2b9512f7",
"generatedFromUUID": "ddc78133-424e-4f86-8f71-4f21e435000f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "35815042-321d-4ba4-b3a7-d92b2b9512f7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221102002012-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"artifactChecksum": "Yzc2YTU1YzliMTMzYjAzMjFkY2RmMDNiYjYwOTRlNTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "35882221-9c63-4e06-a501-76b10dbce35f"
}
],
"workloadContext": "Production"
}
2022-11-02T00:21:59.005Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T00:21:59.006Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bf840c76-6e4e-4b41-9a10-cdd7ae424ee6 ASDC
2022-11-02T00:21:59.133Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:cfad3f4c-0403-4577-9686-d7a1a180f236
ServiceName:vFW 2022-11-02 00-20-12
ServiceVersion:1.0
ServiceUUID:bf840c76-6e4e-4b41-9a10-cdd7ae424ee6
ServiceInvariantUUID:8d19c0c8-c5dd-4eae-9e87-cd29303efcad
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221102002012-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar
ArtifactUUID:35882221-9c63-4e06-a501-76b10dbce35f
ArtifactChecksum:Yzc2YTU1YzliMTMzYjAzMjFkY2RmMDNiYjYwOTRlNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8af9b0db-8b6e 0
ResourceCustomizationUUID:8a84a895-2a2a-4fa4-bc2a-8eda998df300
ResourceInvariantUUID:3020f8ea-9da4-42c9-bfdc-d2e55f8c2122
ResourceName:vFW 8af9b0db-8b6e
ResourceType:VF
ResourceUUID:b10e8497-472e-41f7-a9f9-635665034366
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8af9b0db8b6e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json
ArtifactUUID:9e37a3f8-94fb-4186-b112-222666d3234a
ArtifactChecksum:M2NlMmZmODc3ZDYyNmU5ZGU1MmYzNGQyODg2Y2ZkY2M=
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/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml
ArtifactUUID:ddc78133-424e-4f86-8f71-4f21e435000f
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/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env
ArtifactUUID:35815042-321d-4ba4-b3a7-d92b2b9512f7
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/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env
ArtifactUUID:35815042-321d-4ba4-b3a7-d92b2b9512f7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-02T00:21:59.133Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf840c76-6e4e-4b41-9a10-cdd7ae424ee6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:21:59.331Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T00:21:59.332Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-02T00:21:59.333Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-02T00:21:59.334Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 35882221-9c63-4e06-a501-76b10dbce35f from URL: /sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar
2022-11-02T00:21:59.334Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T00:21:59.336Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar
2022-11-02T00:21:59.561Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T00:21:59.567Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar 35882221-9c63-4e06-a501-76b10dbce35f 100656
2022-11-02T00:21:59.568Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar ASDC sendASDCNotification
2022-11-02T00:21:59.568Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar
2022-11-02T00:21:59.569Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T00:21:59.571Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:21:59.574Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:21:59.574Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348519567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:21:59.674Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:21:59.675Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:21:59.675Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:21:59.697Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:21:59.697Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:22:00.575Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T00:22:00.576Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-02T00:22:00.576Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 35882221-9c63-4e06-a501-76b10dbce35f, URL: /sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar to file: /app/ASDC/1/service-Vfw20221102002012-csar.csar
2022-11-02T00:22:00.577Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221102002012-csar.csar
2022-11-02T00:22:00.661Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221102002012-csar.csar
2022-11-02T00:22:00.661Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221102002012-csar.csar
2022-11-02T00:22:01.327Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17699649168362673535/Definitions/service-Vfw20221102002012-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-11-02T00:22:04.179Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T00:22:04.184Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-02T00:22:04.184Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221102002012-csar.csar
2022-11-02T00:22:04.184Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-02T00:22:04.184Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221102002012-csar.csar
2022-11-02T00:22:04.185Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221102002012-csar.csar
2022-11-02T00:22:04.185Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||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-Vfw20221102002012-csar.csar
2022-11-02T00:22:04.185Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221102002012-csar.csar
2022-11-02T00:22:04.185Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221102002012-csar.csar
2022-11-02T00:22:04.185Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221102002012-csar.csar
2022-11-02T00:22:04.185Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221102002012-csar.csar
2022-11-02T00:22:04.185Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221102002012-csar.csar
2022-11-02T00:22:04.185Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221102002012-csar.csar
2022-11-02T00:22:04.185Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221102002012-csar.csar
2022-11-02T00:22:04.186Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8af9b0db-8b6e 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-Vfw20221102002012-csar.csar
2022-11-02T00:22:04.186Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-02T00:22:04.192Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:04.194Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:22:04.198Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is matching search criteria
2022-11-02T00:22:04.199Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-02T00:22:04.200Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8af9b0db-8b6e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T00:22:04.202Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:04.202Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:22:04.203Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is matching search criteria
2022-11-02T00:22:04.203Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-02T00:22:04.203Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8af9b0db-8b6e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T00:22:04.203Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:04.204Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:22:04.207Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:04.207Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is not matching search criteria
2022-11-02T00:22:04.208Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T00:22:04.208Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T00:22:04.208Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T00:22:04.208Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T00:22:04.209Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T00:22:04.209Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T00:22:04.209Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T00:22:04.209Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T00:22:04.210Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T00:22:04.210Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T00:22:04.210Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T00:22:04.210Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T00:22:04.211Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T00:22:04.211Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T00:22:04.211Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T00:22:04.211Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-02T00:22:04.212Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:04.212Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T00:22:04.213Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:04.213Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is matching search criteria
2022-11-02T00:22:04.214Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8af9b0db-8b6e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T00:22:04.214Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:04.214Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is matching search criteria
2022-11-02T00:22:04.215Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8af9b0db-8b6e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T00:22:04.215Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:04.215Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is matching search criteria
2022-11-02T00:22:04.215Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8af9b0db-8b6e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T00:22:04.216Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:04.216Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is not matching search criteria
2022-11-02T00:22:04.216Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T00:22:04.216Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T00:22:04.217Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-02T00:22:04.217Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T00:22:04.217Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T00:22:04.217Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T00:22:04.218Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T00:22:04.218Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T00:22:04.218Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T00:22:04.218Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T00:22:04.218Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T00:22:04.219Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=063f8e81-fd34-4d9e-a8cd-704571193f34
2022-11-02T00:22:04.219Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:04.219Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is not matching search criteria
2022-11-02T00:22:04.220Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T00:22:04.220Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T00:22:04.220Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T00:22:04.220Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T00:22:04.220Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T00:22:04.221Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T00:22:04.221Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T00:22:04.221Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-02T00:22:04.221Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T00:22:04.222Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T00:22:04.222Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T00:22:04.222Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T00:22:04.223Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9effc5df-e196-457f-af06-0f25f528a85b
2022-11-02T00:22:04.223Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:04.223Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is not matching search criteria
2022-11-02T00:22:04.223Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T00:22:04.224Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T00:22:04.224Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T00:22:04.224Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T00:22:04.224Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T00:22:04.225Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T00:22:04.225Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T00:22:04.225Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T00:22:04.225Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T00:22:04.226Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T00:22:04.226Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T00:22:04.226Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-02T00:22:04.226Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=71494fab-5f2a-4769-9905-1b1e7ee75505
2022-11-02T00:22:04.226Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:04.227Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:22:04.227Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:04.227Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:22:04.227Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:04.228Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:22:04.228Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:04.228Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:22:04.228Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-02 00-20-12
Description:catalog service description
Model UUID:bf840c76-6e4e-4b41-9a10-cdd7ae424ee6
Model Version:NULL
Model InvariantUuid:8d19c0c8-c5dd-4eae-9e87-cd29303efcad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8af9b0db-8b6e
Model UUID:b2906fe8-582c-49be-83e3-a4a8a51f5dcf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3020f8ea-9da4-42c9-bfdc-d2e55f8c2122
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8a84a895-2a2a-4fa4-bc2a-8eda998df300
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1cba4e13-51a4-4ab6-8411-ff328005084d
ModelName:Vfw8af9b0db8b6e..base_vfw..module-0
ModelUuid:1ace8284-7de4-4d54-a8ac-694133c1902f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:063f8e81-fd34-4d9e-a8cd-704571193f34
ModelInvariantUuid:59d06943-ded1-492c-987e-370792d8806d
ModelName:vFW 8af9b0db-8b6e-nodes.vfwCvfc
ModelUuid:eb91f7b2-0eae-4724-a50d-5007536c8247
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c8d82a4b-d17e-4394-8d74-9a845b3a83cb
ModelInvariantUuid:99988cb7-d4a6-402e-a7e4-53639fd244fc
ModelName:Vfw8af9b0db8b6e.compute.nodes.heat.vfw
ModelUuid:fd966356-4523-4970-a2df-f299b81f20f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9effc5df-e196-457f-af06-0f25f528a85b
ModelInvariantUuid:79c64b03-97a5-43ac-b449-11aaa452cee1
ModelName:vFW 8af9b0db-8b6e-nodes.vsnCvfc
ModelUuid:398c7086-099e-4555-89f9-a7fc71dd9fc7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:85982b95-e47b-4d96-86f8-19e7682eeff2
ModelInvariantUuid:e2fbc4e4-7226-4263-8671-3256e82977f0
ModelName:Vfw8af9b0db8b6e.compute.nodes.heat.vsn
ModelUuid:b9fc7727-329b-4159-881b-4e8a45db71b0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:71494fab-5f2a-4769-9905-1b1e7ee75505
ModelInvariantUuid:0c82e5f5-2af0-40fe-ad4c-8510dca38889
ModelName:vFW 8af9b0db-8b6e-nodes.vpgCvfc
ModelUuid:72b5b35d-de5f-4475-96a3-2ca8ef2c84dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f0ad8a4d-3202-43d2-a2eb-5ef43925fb27
ModelInvariantUuid:6a96b29f-4665-450c-9813-cf0c41da4488
ModelName:Vfw8af9b0db8b6e.compute.nodes.heat.vpg
ModelUuid:afe68cff-e9f1-4103-8a6a-1d7b6b94975f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T00:22:04.249Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b10e8497-472e-41f7-a9f9-635665034366
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T00:22:04.303Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||vFW 8af9b0db-8b6e 0
2022-11-02T00:22:04.309Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b10e8497-472e-41f7-a9f9-635665034366
2022-11-02T00:22:04.309Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9e37a3f8-94fb-4186-b112-222666d3234a from URL: /sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json
2022-11-02T00:22:04.309Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T00:22:04.310Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json
2022-11-02T00:22:04.388Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T00:22:04.388Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json 9e37a3f8-94fb-4186-b112-222666d3234a 785
2022-11-02T00:22:04.389Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json ASDC sendASDCNotification
2022-11-02T00:22:04.389Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json
2022-11-02T00:22:04.389Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T00:22:04.389Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:22:04.391Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:22:04.391Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348524388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:22:04.491Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T00:22:04.492Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:22:04.492Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:22:04.514Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:22:04.515Z||pool-11-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:22:05.393Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8af9b0db8b6e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1cba4e13-51a4-4ab6-8411-ff328005084d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1ace8284-7de4-4d54-a8ac-694133c1902f",
"vfModuleModelCustomizationUUID": "d577e742-9bd5-48a9-b99c-6cea11fd524a",
"isBase": true,
"artifacts": [
"ddc78133-424e-4f86-8f71-4f21e435000f",
"35815042-321d-4ba4-b3a7-d92b2b9512f7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-02T00:22:05.406Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8af9b0db8b6e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ace8284-7de4-4d54-a8ac-694133c1902f
VfModuleModelInvariantUUID:1cba4e13-51a4-4ab6-8411-ff328005084d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ddc78133-424e-4f86-8f71-4f21e435000f
,
35815042-321d-4ba4-b3a7-d92b2b9512f7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-02T00:22:05.410Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8af9b0db8b6e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1cba4e13-51a4-4ab6-8411-ff328005084d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1ace8284-7de4-4d54-a8ac-694133c1902f",
"vfModuleModelCustomizationUUID": "d577e742-9bd5-48a9-b99c-6cea11fd524a",
"isBase": true,
"artifacts": [
"ddc78133-424e-4f86-8f71-4f21e435000f",
"35815042-321d-4ba4-b3a7-d92b2b9512f7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-02T00:22:05.410Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8af9b0db8b6e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ace8284-7de4-4d54-a8ac-694133c1902f
VfModuleModelInvariantUUID:1cba4e13-51a4-4ab6-8411-ff328005084d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ddc78133-424e-4f86-8f71-4f21e435000f
,
35815042-321d-4ba4-b3a7-d92b2b9512f7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-02T00:22:05.410Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ddc78133-424e-4f86-8f71-4f21e435000f from URL: /sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml
2022-11-02T00:22:05.411Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T00:22:05.411Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml
2022-11-02T00:22:05.495Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T00:22:05.496Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml ddc78133-424e-4f86-8f71-4f21e435000f 20368
2022-11-02T00:22:05.496Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-02T00:22:05.496Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml
2022-11-02T00:22:05.496Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T00:22:05.497Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:22:05.499Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:22:05.499Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348525496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:22:05.599Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:22:05.600Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:22:05.600Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:22:05.617Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:22:05.618Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:22:06.500Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 35815042-321d-4ba4-b3a7-d92b2b9512f7 from URL: /sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env
2022-11-02T00:22:06.500Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T00:22:06.500Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env
2022-11-02T00:22:06.624Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T00:22:06.625Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env 35815042-321d-4ba4-b3a7-d92b2b9512f7 2098
2022-11-02T00:22:06.625Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-02T00:22:06.625Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env
2022-11-02T00:22:06.625Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T00:22:06.626Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:22:06.629Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:22:06.629Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348526625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:22:06.728Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T00:22:06.729Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:22:06.729Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:22:06.745Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:22:06.746Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-02T00:22:07.630Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: bf840c76-6e4e-4b41-9a10-cdd7ae424ee6
2022-11-02T00:22:07.630Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8af9b0db-8b6e 0 b10e8497-472e-41f7-a9f9-635665034366 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T00:22:07.718Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d9305f1, org.onap.sdc.toscaparser.api.parameters.Input@388be9cd, org.onap.sdc.toscaparser.api.parameters.Input@2b207417, org.onap.sdc.toscaparser.api.parameters.Input@37bedc01, org.onap.sdc.toscaparser.api.parameters.Input@52e7fb8a]
2022-11-02T00:22:07.722Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.723Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:22:07.723Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-02T00:22:07.724Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8a84a895-2a2a-4fa4-bc2a-8eda998df300
2022-11-02T00:22:07.724Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a84a895-2a2a-4fa4-bc2a-8eda998df300 matches Tosca VF Customization UUID: 8a84a895-2a2a-4fa4-bc2a-8eda998df300
2022-11-02T00:22:07.724Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8a84a895-2a2a-4fa4-bc2a-8eda998df300 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-02T00:22:07.734Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.735Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:22:07.737Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8a84a895-2a2a-4fa4-bc2a-8eda998df300: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-02T00:22:07.737Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59bb49ca
2022-11-02T00:22:07.738Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.738Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T00:22:07.739Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d577e742-9bd5-48a9-b99c-6cea11fd524a
2022-11-02T00:22:07.740Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d577e742-9bd5-48a9-b99c-6cea11fd524a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-02T00:22:07.749Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.750Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is matching search criteria
2022-11-02T00:22:07.750Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8af9b0db-8b6e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T00:22:07.751Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.752Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is matching search criteria
2022-11-02T00:22:07.752Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8af9b0db-8b6e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T00:22:07.752Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.753Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is not matching search criteria
2022-11-02T00:22:07.753Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T00:22:07.753Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T00:22:07.754Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-02T00:22:07.754Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T00:22:07.755Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T00:22:07.755Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T00:22:07.756Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T00:22:07.756Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T00:22:07.756Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T00:22:07.757Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T00:22:07.757Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T00:22:07.758Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=063f8e81-fd34-4d9e-a8cd-704571193f34
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-02T00:22:07.770Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.771Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is matching search criteria
2022-11-02T00:22:07.771Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8af9b0db-8b6e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T00:22:07.771Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.772Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is not matching search criteria
2022-11-02T00:22:07.772Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T00:22:07.772Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T00:22:07.772Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T00:22:07.773Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T00:22:07.773Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T00:22:07.773Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T00:22:07.774Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T00:22:07.774Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-02T00:22:07.775Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T00:22:07.775Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T00:22:07.775Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T00:22:07.776Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T00:22:07.776Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9effc5df-e196-457f-af06-0f25f528a85b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-02T00:22:07.779Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.779Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is matching search criteria
2022-11-02T00:22:07.780Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8af9b0db-8b6e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T00:22:07.782Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.782Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is not matching search criteria
2022-11-02T00:22:07.783Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T00:22:07.783Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T00:22:07.784Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T00:22:07.784Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T00:22:07.784Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T00:22:07.784Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T00:22:07.785Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T00:22:07.785Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T00:22:07.785Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T00:22:07.785Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T00:22:07.786Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T00:22:07.786Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-02T00:22:07.786Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=71494fab-5f2a-4769-9905-1b1e7ee75505
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-02T00:22:07.789Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.789Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is matching search criteria
2022-11-02T00:22:07.789Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8af9b0db-8b6e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T00:22:07.790Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.790Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Node template vFW 8af9b0db-8b6e 0 is matching search criteria
2022-11-02T00:22:07.790Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8af9b0db-8b6e 0] matching following query criteria: sdcType=VF, customizationUUID=8a84a895-2a2a-4fa4-bc2a-8eda998df300
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T00:22:07.793Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.793Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:22:07.794Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid bf840c76-6e4e-4b41-9a10-cdd7ae424ee6: vFW 8af9b0db-8b6e
2022-11-02T00:22:07.794Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.794Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:22:07.794Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.795Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:22:07.795Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.795Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:22:07.795Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.796Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:22:07.796Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:22:07.796Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-02 00-20-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:22:07.796Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-02 00-20-12
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:22:08.140Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8af9b0db-8b6e b10e8497-472e-41f7-a9f9-635665034366 1 ASDC deployResourceStructure
2022-11-02T00:22:08.140Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json ASDC sendASDCNotification
2022-11-02T00:22:08.140Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json
2022-11-02T00:22:08.141Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T00:22:08.141Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:22:08.142Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:22:08.143Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348528140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T00:22:08.243Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:22:08.244Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:22:08.244Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:22:08.273Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:22:08.274Z||pool-14-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:22:09.144Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-02T00:22:09.144Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml
2022-11-02T00:22:09.144Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T00:22:09.144Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:22:09.146Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:22:09.146Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348529143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-02T00:22:09.246Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:22:09.247Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:22:09.247Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:22:09.278Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:22:09.279Z||pool-15-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:22:10.147Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-02T00:22:10.148Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env
2022-11-02T00:22:10.148Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T00:22:10.149Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:22:10.150Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:22:10.150Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348530147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-02T00:22:10.251Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:22:10.252Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:22:10.253Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:22:10.273Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:22:10.274Z||pool-16-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:22:11.152Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar ASDC sendASDCNotification
2022-11-02T00:22:11.152Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar
2022-11-02T00:22:11.152Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T00:22:11.152Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:22:11.154Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:22:11.154Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348531151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T00:22:11.254Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:22:11.255Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:22:11.255Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:22:11.275Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:22:11.275Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:22:12.155Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfad3f4c-0403-4577-9686-d7a1a180f236
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:22:12.185Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfad3f4c-0403-4577-9686-d7a1a180f236
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:22:12.189Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T00:22:12.189Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T00:22:12.189Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T00:22:42.190Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfad3f4c-0403-4577-9686-d7a1a180f236
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:22:42.203Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfad3f4c-0403-4577-9686-d7a1a180f236
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:22:42.206Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T00:22:42.206Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T00:22:42.206Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T00:22:51.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:22:51.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:22:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:22:51.325Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:22:51.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:22:51.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "cds",
"timestamp": 1667348504549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:22:51.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:23:12.207Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfad3f4c-0403-4577-9686-d7a1a180f236
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:23:12.225Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfad3f4c-0403-4577-9686-d7a1a180f236
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:23:12.228Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T00:23:12.228Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T00:23:12.228Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T00:23:42.228Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfad3f4c-0403-4577-9686-d7a1a180f236
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:23:42.244Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfad3f4c-0403-4577-9686-d7a1a180f236
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:23:42.247Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T00:23:42.247Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T00:23:42.247Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T00:23:51.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:23:51.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:23:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:23:51.319Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:23:51.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:23:51.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "aai-ml",
"timestamp": 1667348499160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:23:51.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:12.248Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfad3f4c-0403-4577-9686-d7a1a180f236
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:24:12.265Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfad3f4c-0403-4577-9686-d7a1a180f236
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:24:12.269Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T00:24:12.269Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T00:24:12.269Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T00:24:42.269Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfad3f4c-0403-4577-9686-d7a1a180f236
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:24:42.282Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfad3f4c-0403-4577-9686-d7a1a180f236
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:24:42.288Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T00:24:42.288Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T00:24:42.289Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T00:24:51.286Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:24:51.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:24:51.288Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:24:51.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:24:51.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348511282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "policy-id",
"timestamp": 1667348499104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "cds",
"timestamp": 1667348504549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "aai-ml",
"timestamp": 1667348499160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348511282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json",
"status": "NOTIFIED"
}
2022-11-02T00:24:51.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "policy-id",
"timestamp": 1667348499104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "cds",
"timestamp": 1667348504549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "aai-ml",
"timestamp": 1667348499160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348511282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-02T00:24:51.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "policy-id",
"timestamp": 1667348499104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:24:51.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "cds",
"timestamp": 1667348504549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:24:51.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "aai-ml",
"timestamp": 1667348499160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:24:51.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348511282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "aai-ml",
"timestamp": 1667348514791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:24:51.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "cds",
"timestamp": 1667348515414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:24:51.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "policy-id",
"timestamp": 1667348514942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:24:51.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348511282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-02T00:24:51.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "cds",
"timestamp": 1667348516452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T00:24:51.368Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cfad3f4c-0403-4577-9686-d7a1a180f236
2022-11-02T00:24:51.368Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfad3f4c-0403-4577-9686-d7a1a180f236 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:24:51.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "policy-id",
"timestamp": 1667348515959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T00:24:51.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348511282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "policy-id",
"timestamp": 1667348516964,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T00:24:51.404Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfad3f4c-0403-4577-9686-d7a1a180f236
2022-11-02T00:24:51.404Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfad3f4c-0403-4577-9686-d7a1a180f236 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:24:51.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348516260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348511282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:24:51.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348516260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json",
"status": "NOTIFIED"
}
2022-11-02T00:24:51.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348519567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:24:51.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348516260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-02T00:24:51.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348516260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348516260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-02T00:24:51.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348516260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348516260,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:24:51.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348524388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:24:51.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348524091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:24:51.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348525496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:24:51.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348525210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:24:51.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348526625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:24:51.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348526309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:24:51.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348526420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348528140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T00:24:51.424Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348527451,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T00:24:51.431Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfad3f4c-0403-4577-9686-d7a1a180f236
2022-11-02T00:24:51.432Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfad3f4c-0403-4577-9686-d7a1a180f236 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-02T00:24:51.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348526420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348529143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-02T00:24:51.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348528456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vfw8af9b0db8b6e0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T00:24:51.444Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348526420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348530147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-02T00:24:51.444Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348526420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348531151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T00:24:51.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "aai-ml",
"timestamp": 1667348530599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T00:24:51.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348526420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/resourceInstances/vfw8af9b0db8b6e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "aai-ml",
"timestamp": 1667348531605,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T00:24:51.455Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cfad3f4c-0403-4577-9686-d7a1a180f236
2022-11-02T00:24:51.456Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfad3f4c-0403-4577-9686-d7a1a180f236 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:24:51.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348526420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:24:51.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348526420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:24:51.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:24:51.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348534288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:24:51.473Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348540488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221102002012/1.0/artifacts/service-Vfw20221102002012-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T00:24:51.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:24:51.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:24:51.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348541493,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T00:24:51.482Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cfad3f4c-0403-4577-9686-d7a1a180f236
2022-11-02T00:24:51.482Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfad3f4c-0403-4577-9686-d7a1a180f236 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:25:12.289Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfad3f4c-0403-4577-9686-d7a1a180f236
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:25:12.315Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfad3f4c-0403-4577-9686-d7a1a180f236
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:25:12.320Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T00:25:12.320Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T00:25:12.320Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T00:25:12.320Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T00:25:12.320Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T00:25:12.321Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T00:25:12.321Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T00:25:12.321Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T00:25:12.321Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T00:25:12.321Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T00:25:12.336Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T00:25:42.337Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cfad3f4c-0403-4577-9686-d7a1a180f236 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-02T00:25:42.351Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cfad3f4c-0403-4577-9686-d7a1a180f236 and serviceModelVersionId: bf840c76-6e4e-4b41-9a10-cdd7ae424ee6
2022-11-02T00:25:42.351Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8d19c0c8-c5dd-4eae-9e87-cd29303efcad
2022-11-02T00:25:51.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:25:51.287Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:25:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:25:51.871Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:25:51.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348576261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348576261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json",
"status": "NOTIFIED"
}
2022-11-02T00:25:51.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348576261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-02T00:25:51.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "cds",
"timestamp": 1667348579549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "policy-id",
"timestamp": 1667348579103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348576261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "cds",
"timestamp": 1667348579549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "policy-id",
"timestamp": 1667348579103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348576261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-02T00:25:51.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "cds",
"timestamp": 1667348579549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "policy-id",
"timestamp": 1667348579103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-02T00:25:51.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348576261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "cds",
"timestamp": 1667348579549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "policy-id",
"timestamp": 1667348579103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348576261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:25:51.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "cds",
"timestamp": 1667348579549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "policy-id",
"timestamp": 1667348579103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348584154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:25:51.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:25:51.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "cds",
"timestamp": 1667348579549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "policy-id",
"timestamp": 1667348579103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348585264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:25:51.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:25:51.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "cds",
"timestamp": 1667348579549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:25:51.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "policy-id",
"timestamp": 1667348579103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:25:51.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348586346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:25:51.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:25:51.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "cds",
"timestamp": 1667348587301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:25:51.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:25:51.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "policy-id",
"timestamp": 1667348586871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:25:51.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:25:51.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348586420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348587383,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:25:51.924Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d308e15d-b902-47b4-a425-c991004b7127
2022-11-02T00:25:51.924Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d308e15d-b902-47b4-a425-c991004b7127 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:25:51.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "cds",
"timestamp": 1667348588306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T00:25:51.940Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d308e15d-b902-47b4-a425-c991004b7127
2022-11-02T00:25:51.940Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d308e15d-b902-47b4-a425-c991004b7127 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:25:51.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "policy-id",
"timestamp": 1667348587876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T00:25:51.956Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:25:51.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348586420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667348588394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T00:25:51.956Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:25:51.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "policy-id",
"timestamp": 1667348588880,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T00:25:51.965Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d308e15d-b902-47b4-a425-c991004b7127
2022-11-02T00:25:51.965Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d308e15d-b902-47b4-a425-c991004b7127 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-02T00:25:51.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348586420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "aai-ml",
"timestamp": 1667348589160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348586420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "aai-ml",
"timestamp": 1667348589160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348586420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "aai-ml",
"timestamp": 1667348589160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348586420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "aai-ml",
"timestamp": 1667348589160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348586420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:25:51.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "aai-ml",
"timestamp": 1667348589160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348594239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:25:51.978Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:25:51.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "aai-ml",
"timestamp": 1667348589160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:25:51.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "aai-ml",
"timestamp": 1667348589160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:25:51.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:25:51.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "aai-ml",
"timestamp": 1667348596910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:25:51.979Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:25:51.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348596818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T00:25:51.979Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:25:51.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:51.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667348597823,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T00:25:51.988Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d308e15d-b902-47b4-a425-c991004b7127
2022-11-02T00:25:51.988Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d308e15d-b902-47b4-a425-c991004b7127 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:25:52.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:52.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "aai-ml",
"timestamp": 1667348603961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T00:25:52.014Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:25:52.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:25:52.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "aai-ml",
"timestamp": 1667348604966,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T00:25:52.026Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d308e15d-b902-47b4-a425-c991004b7127
2022-11-02T00:25:52.026Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d308e15d-b902-47b4-a425-c991004b7127 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:25:56.595Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8d19c0c8-c5dd-4eae-9e87-cd29303efcad/model-vers/model-ver/bf840c76-6e4e-4b41-9a10-cdd7ae424ee6?depth=0
2022-11-02T00:25:56.702Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T00:25:57.202Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d19c0c8-c5dd-4eae-9e87-cd29303efcad/model-vers/model-ver/bf840c76-6e4e-4b41-9a10-cdd7ae424ee6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-02T00:25:57.206Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d19c0c8-c5dd-4eae-9e87-cd29303efcad/model-vers/model-ver/bf840c76-6e4e-4b41-9a10-cdd7ae424ee6?depth=0|INFO|500||Invoke
2022-11-02T00:25:57.228Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d19c0c8-c5dd-4eae-9e87-cd29303efcad/model-vers/model-ver/bf840c76-6e4e-4b41-9a10-cdd7ae424ee6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-02T00:25:57.610Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d19c0c8-c5dd-4eae-9e87-cd29303efcad/model-vers/model-ver/bf840c76-6e4e-4b41-9a10-cdd7ae424ee6?depth=0|INFO|500||InvokeReturn
2022-11-02T00:25:57.613Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d19c0c8-c5dd-4eae-9e87-cd29303efcad/model-vers/model-ver/bf840c76-6e4e-4b41-9a10-cdd7ae424ee6?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[347], X-AAI-TXID=[1-aai-resources-221102-00:25:57:014-70305], vertex-id=[147640], Content-Length=[0], Date=[Wed, 02 Nov 2022 00:25:57 GMT], Content-Type=[application/json]}
2022-11-02T00:25:57.614Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-02T00:25:57.617Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T00:25:57.617Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T00:25:57.623Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-02T00:25:57.626Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cfad3f4c-0403-4577-9686-d7a1a180f236 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T00:25:57.626Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T00:25:57.627Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:25:57.629Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:25:57.629Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348757626,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T00:25:57.729Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:25:57.730Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:25:57.731Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:25:57.763Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:25:57.764Z||pool-18-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T00:25:58.646Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:25:58.647Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:25:58.647Z|cfad3f4c-0403-4577-9686-d7a1a180f236|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:03.155Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:03.157Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T00:26:03.157Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d308e15d-b902-47b4-a425-c991004b7127","serviceName":"basic_onboard_pwSqkQ","serviceVersion":"1.0","serviceUUID":"ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3","serviceDescription":"service","serviceInvariantUUID":"419be837-a89f-4da6-9c8c-afb30e914d1d","resources":[{"resourceInstanceName":"basic_onboard_pwSqkQ 0","resourceName":"basic_onboard_pwSqkQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d33a7472-7de4-4018-971d-8127f69865e3","resourceInvariantUUID":"4165e34e-d92f-4b9a-a536-e2d0a568a852","resourceCustomizationUUID":"b17ddb41-770c-4e37-812b-3aac37fdf85c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vf-license-model.xml","artifactChecksum":"NmU0OTY4OGRmY2YzNWI5OWMwODZhNjU1MDAwYjMwODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44d5d631-839c-4f41-bcf3-5cbdb0427544","artifactVersion":"1"},{"artifactName":"basic_onboard_pwsqkq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json","artifactChecksum":"OWEzYzM0MTc5OWViMGFlODAxNjVlYTg4NmM5YWIxMGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"57165641-b150-4edd-a032-7977a6714a04","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a3774799-66d8-4081-a7db-0363612920ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"45499778-e904-458a-9c47-2a5a8ef10757","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"edb29d32-1b22-4a17-80e8-4459a156a938","artifactVersion":"2","generatedFromUUID":"a3774799-66d8-4081-a7db-0363612920ca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPwsqkq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-template.yml","artifactChecksum":"OGZiNzgwMDlhYTEyNDBlZmUxNWM2YWIwZGI3MDI1ZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be2d1b2d-8b74-4630-bcc4-c5e921f7a493","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPwsqkq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar","artifactChecksum":"YmM4ZTNjNmI3NDY2MjVlYjg0YzFiYWM5YzA3MjE5MzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e9e0e9c-0476-4c11-bf6f-c57ef759ff8b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T00:26:03.160Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:26:03.160Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:03.162Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:03.162Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348758646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:26:03.263Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T00:26:03.263Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:03.264Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:03.284Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:03.284Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:26:04.163Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:26:04.164Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:04.167Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:04.167Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348758646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json",
"status": "NOTIFIED"
}
2022-11-02T00:26:04.267Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:26:04.268Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:04.268Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:04.289Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:04.289Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:26:05.168Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:26:05.169Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:05.171Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:05.171Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348758646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-02T00:26:05.271Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:26:05.272Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:05.272Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:05.290Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:05.290Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-02T00:26:06.172Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:26:06.173Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:06.175Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:06.175Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348758646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:26:06.276Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:26:06.277Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:06.277Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:06.295Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:06.295Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:26:07.177Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:26:07.178Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:07.179Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:07.180Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348758646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-02T00:26:07.280Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:26:07.281Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:07.281Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:07.324Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:07.325Z||pool-23-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:26:08.180Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:26:08.181Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:08.183Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:08.183Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348758646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:26:08.284Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T00:26:08.284Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:08.285Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:08.304Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:08.304Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:26:09.184Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:26:09.185Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:09.187Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:09.187Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348758646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:26:09.287Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:26:09.288Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:09.288Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:09.304Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:09.305Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:26:10.189Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"serviceName": "basic_onboard_pwSqkQ",
"serviceVersion": "1.0",
"serviceUUID": "ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3",
"serviceDescription": "service",
"serviceInvariantUUID": "419be837-a89f-4da6-9c8c-afb30e914d1d",
"resources": [
{
"resourceInstanceName": "basic_onboard_pwSqkQ 0",
"resourceCustomizationUUID": "b17ddb41-770c-4e37-812b-3aac37fdf85c",
"resourceName": "basic_onboard_pwSqkQ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d33a7472-7de4-4018-971d-8127f69865e3",
"resourceInvariantUUID": "4165e34e-d92f-4b9a-a536-e2d0a568a852",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pwsqkq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json",
"artifactChecksum": "OWEzYzM0MTc5OWViMGFlODAxNjVlYTg4NmM5YWIxMGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "57165641-b150-4edd-a032-7977a6714a04",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a3774799-66d8-4081-a7db-0363612920ca",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "edb29d32-1b22-4a17-80e8-4459a156a938",
"generatedFromUUID": "a3774799-66d8-4081-a7db-0363612920ca"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "edb29d32-1b22-4a17-80e8-4459a156a938",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPwsqkq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"artifactChecksum": "YmM4ZTNjNmI3NDY2MjVlYjg0YzFiYWM5YzA3MjE5MzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7e9e0e9c-0476-4c11-bf6f-c57ef759ff8b"
}
],
"workloadContext": "Production"
}
2022-11-02T00:26:10.189Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T00:26:10.189Z|cfad3f4c-0403-4577-9686-d7a1a180f236|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3 ASDC
2022-11-02T00:26:10.190Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d308e15d-b902-47b4-a425-c991004b7127
ServiceName:basic_onboard_pwSqkQ
ServiceVersion:1.0
ServiceUUID:ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3
ServiceInvariantUUID:419be837-a89f-4da6-9c8c-afb30e914d1d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPwsqkq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar
ArtifactUUID:7e9e0e9c-0476-4c11-bf6f-c57ef759ff8b
ArtifactChecksum:YmM4ZTNjNmI3NDY2MjVlYjg0YzFiYWM5YzA3MjE5MzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pwSqkQ 0
ResourceCustomizationUUID:b17ddb41-770c-4e37-812b-3aac37fdf85c
ResourceInvariantUUID:4165e34e-d92f-4b9a-a536-e2d0a568a852
ResourceName:basic_onboard_pwSqkQ
ResourceType:VF
ResourceUUID:d33a7472-7de4-4018-971d-8127f69865e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pwsqkq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json
ArtifactUUID:57165641-b150-4edd-a032-7977a6714a04
ArtifactChecksum:OWEzYzM0MTc5OWViMGFlODAxNjVlYTg4NmM5YWIxMGM=
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/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a3774799-66d8-4081-a7db-0363612920ca
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/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env
ArtifactUUID:edb29d32-1b22-4a17-80e8-4459a156a938
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/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env
ArtifactUUID:edb29d32-1b22-4a17-80e8-4459a156a938
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-02T00:26:10.190Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T00:26:10.258Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T00:26:10.259Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-02T00:26:10.259Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-02T00:26:10.260Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7e9e0e9c-0476-4c11-bf6f-c57ef759ff8b from URL: /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:10.260Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T00:26:10.260Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:10.525Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T00:26:10.526Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar 7e9e0e9c-0476-4c11-bf6f-c57ef759ff8b 75309
2022-11-02T00:26:10.526Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar ASDC sendASDCNotification
2022-11-02T00:26:10.527Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:10.527Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T00:26:10.527Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:10.529Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:10.530Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348770526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:26:10.630Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:26:10.631Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:10.631Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:10.648Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:10.649Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:26:11.530Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T00:26:11.531Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-02T00:26:11.532Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7e9e0e9c-0476-4c11-bf6f-c57ef759ff8b, URL: /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar to file: /app/ASDC/1/service-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:11.532Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:11.532Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:11.533Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:11.720Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1331898674916488000/Definitions/service-BasicOnboardPwsqkq-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-02T00:26:12.850Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T00:26:12.851Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-02T00:26:12.851Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:12.852Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-02T00:26:12.852Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:12.852Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:12.853Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:12.853Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:12.853Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:12.853Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pwSqkQ 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-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:12.854Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||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-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:12.854Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-02T00:26:12.854Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:12.855Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:26:12.855Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pwSqkQ 0 is matching search criteria
2022-11-02T00:26:12.856Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-02T00:26:12.856Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pwSqkQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T00:26:12.856Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:12.857Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:26:12.857Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pwSqkQ 0 is matching search criteria
2022-11-02T00:26:12.857Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-02T00:26:12.858Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pwSqkQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T00:26:12.858Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:12.858Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:26:12.859Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:12.859Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pwSqkQ 0 is not matching search criteria
2022-11-02T00:26:12.859Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-02T00:26:12.860Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-02T00:26:12.860Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-02T00:26:12.860Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-02T00:26:12.861Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-02T00:26:12.861Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:12.861Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T00:26:12.862Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:12.862Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pwSqkQ 0 is matching search criteria
2022-11-02T00:26:12.862Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pwSqkQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T00:26:12.863Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:12.863Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pwSqkQ 0 is matching search criteria
2022-11-02T00:26:12.864Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pwSqkQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T00:26:12.864Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:12.864Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pwSqkQ 0 is matching search criteria
2022-11-02T00:26:12.864Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pwSqkQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T00:26:12.865Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:12.865Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pwSqkQ 0 is not matching search criteria
2022-11-02T00:26:12.866Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-02T00:26:12.866Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-02T00:26:12.866Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=59e3e2f3-6aa8-4da3-9ecf-8f8684212104
2022-11-02T00:26:12.867Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:12.867Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:26:12.867Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:12.868Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:26:12.868Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:12.869Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:26:12.869Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:12.869Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:26:12.870Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_pwSqkQ
Description:service
Model UUID:ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3
Model Version:NULL
Model InvariantUuid:419be837-a89f-4da6-9c8c-afb30e914d1d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_pwSqkQ
Model UUID:745f1d33-0c56-45fc-a622-fa0830827fd3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4165e34e-d92f-4b9a-a536-e2d0a568a852
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b17ddb41-770c-4e37-812b-3aac37fdf85c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3a022c10-64e1-48b0-93fa-a19974e1c350
ModelName:BasicOnboardPwsqkq..base_ubuntu18..module-0
ModelUuid:dcf5e283-7d0b-4124-bac6-7acb7d4271f8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:59e3e2f3-6aa8-4da3-9ecf-8f8684212104
ModelInvariantUuid:5b0dabfe-ab55-4f84-891d-f4d4879f1bbe
ModelName:basic_onboard_pwSqkQ-nodes.ubuntu18Cvfc
ModelUuid:9af7e55e-e2c3-4be4-8def-0405ddff0f22
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d677413c-7439-4a47-9fdf-1219a2850517
ModelInvariantUuid:d99bfaba-9d31-402e-b38a-409bb8646120
ModelName:BasicOnboardPwsqkq.compute.nodes.heat.ubuntu18
ModelUuid:3a56bd60-9e1c-4dca-af38-c9971900807e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T00:26:12.881Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d33a7472-7de4-4018-971d-8127f69865e3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T00:26:12.884Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||basic_onboard_pwSqkQ 0
2022-11-02T00:26:12.885Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d33a7472-7de4-4018-971d-8127f69865e3
2022-11-02T00:26:12.885Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 57165641-b150-4edd-a032-7977a6714a04 from URL: /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json
2022-11-02T00:26:12.885Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T00:26:12.885Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json
2022-11-02T00:26:12.962Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T00:26:12.963Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json 57165641-b150-4edd-a032-7977a6714a04 798
2022-11-02T00:26:12.963Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json ASDC sendASDCNotification
2022-11-02T00:26:12.964Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json
2022-11-02T00:26:12.964Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T00:26:12.964Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:12.967Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:12.967Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348772963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:26:13.067Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:26:13.068Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:13.069Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:13.087Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:13.087Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-02T00:26:13.967Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPwsqkq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3a022c10-64e1-48b0-93fa-a19974e1c350",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dcf5e283-7d0b-4124-bac6-7acb7d4271f8",
"vfModuleModelCustomizationUUID": "ede613a6-0c10-4eac-9aef-7e41cbf9ffae",
"isBase": true,
"artifacts": [
"a3774799-66d8-4081-a7db-0363612920ca",
"edb29d32-1b22-4a17-80e8-4459a156a938"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-02T00:26:13.973Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPwsqkq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcf5e283-7d0b-4124-bac6-7acb7d4271f8
VfModuleModelInvariantUUID:3a022c10-64e1-48b0-93fa-a19974e1c350
VfModuleModelDescription:NULL
Artifacts UUID List:{
a3774799-66d8-4081-a7db-0363612920ca
,
edb29d32-1b22-4a17-80e8-4459a156a938
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-02T00:26:13.975Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPwsqkq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3a022c10-64e1-48b0-93fa-a19974e1c350",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dcf5e283-7d0b-4124-bac6-7acb7d4271f8",
"vfModuleModelCustomizationUUID": "ede613a6-0c10-4eac-9aef-7e41cbf9ffae",
"isBase": true,
"artifacts": [
"a3774799-66d8-4081-a7db-0363612920ca",
"edb29d32-1b22-4a17-80e8-4459a156a938"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-02T00:26:13.975Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPwsqkq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcf5e283-7d0b-4124-bac6-7acb7d4271f8
VfModuleModelInvariantUUID:3a022c10-64e1-48b0-93fa-a19974e1c350
VfModuleModelDescription:NULL
Artifacts UUID List:{
a3774799-66d8-4081-a7db-0363612920ca
,
edb29d32-1b22-4a17-80e8-4459a156a938
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-02T00:26:13.976Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a3774799-66d8-4081-a7db-0363612920ca from URL: /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml
2022-11-02T00:26:13.976Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T00:26:13.976Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml
2022-11-02T00:26:14.044Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T00:26:14.045Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml a3774799-66d8-4081-a7db-0363612920ca 5033
2022-11-02T00:26:14.045Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-02T00:26:14.045Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml
2022-11-02T00:26:14.045Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T00:26:14.045Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:14.048Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:14.048Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348774045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:26:14.148Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:26:14.149Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:14.149Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:14.171Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:14.171Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:26:15.048Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: edb29d32-1b22-4a17-80e8-4459a156a938 from URL: /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env
2022-11-02T00:26:15.049Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-02T00:26:15.049Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env
2022-11-02T00:26:15.176Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-02T00:26:15.176Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env edb29d32-1b22-4a17-80e8-4459a156a938 909
2022-11-02T00:26:15.176Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-02T00:26:15.176Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env
2022-11-02T00:26:15.177Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T00:26:15.177Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:15.179Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:15.179Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348775176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:26:15.279Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:26:15.280Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:15.280Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:15.298Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:15.299Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-02T00:26:16.179Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3
2022-11-02T00:26:16.180Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pwSqkQ 0 d33a7472-7de4-4018-971d-8127f69865e3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T00:26:16.199Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61d887a5, org.onap.sdc.toscaparser.api.parameters.Input@18ea3ae, org.onap.sdc.toscaparser.api.parameters.Input@67c92359, org.onap.sdc.toscaparser.api.parameters.Input@7951c321, org.onap.sdc.toscaparser.api.parameters.Input@5c118601]
2022-11-02T00:26:16.200Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:16.201Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:26:16.201Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-02T00:26:16.201Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b17ddb41-770c-4e37-812b-3aac37fdf85c
2022-11-02T00:26:16.201Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b17ddb41-770c-4e37-812b-3aac37fdf85c matches Tosca VF Customization UUID: b17ddb41-770c-4e37-812b-3aac37fdf85c
2022-11-02T00:26:16.201Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b17ddb41-770c-4e37-812b-3aac37fdf85c matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-02T00:26:16.204Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:16.204Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:26:16.205Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b17ddb41-770c-4e37-812b-3aac37fdf85c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-02T00:26:16.205Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71b47369
2022-11-02T00:26:16.205Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:16.205Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T00:26:16.206Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ede613a6-0c10-4eac-9aef-7e41cbf9ffae
2022-11-02T00:26:16.206Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ede613a6-0c10-4eac-9aef-7e41cbf9ffae
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-02T00:26:16.209Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:16.209Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pwSqkQ 0 is matching search criteria
2022-11-02T00:26:16.209Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pwSqkQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T00:26:16.210Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:16.210Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pwSqkQ 0 is matching search criteria
2022-11-02T00:26:16.210Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pwSqkQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T00:26:16.211Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:16.211Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pwSqkQ 0 is not matching search criteria
2022-11-02T00:26:16.211Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-02T00:26:16.211Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-02T00:26:16.211Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=59e3e2f3-6aa8-4da3-9ecf-8f8684212104
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-02T00:26:16.214Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:16.215Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pwSqkQ 0 is matching search criteria
2022-11-02T00:26:16.215Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pwSqkQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T00:26:16.215Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:16.215Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pwSqkQ 0 is matching search criteria
2022-11-02T00:26:16.215Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pwSqkQ 0] matching following query criteria: sdcType=VF, customizationUUID=b17ddb41-770c-4e37-812b-3aac37fdf85c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T00:26:16.217Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:16.218Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:26:16.218Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3: basic_onboard_pwSqkQ
2022-11-02T00:26:16.218Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:16.218Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:26:16.219Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:16.219Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:26:16.219Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:16.220Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:26:16.220Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:16.220Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:26:16.220Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:26:16.220Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pwSqkQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:26:16.221Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_pwSqkQ
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:26:16.318Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pwSqkQ d33a7472-7de4-4018-971d-8127f69865e3 1 ASDC deployResourceStructure
2022-11-02T00:26:16.319Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json ASDC sendASDCNotification
2022-11-02T00:26:16.319Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json
2022-11-02T00:26:16.319Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T00:26:16.319Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:16.321Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:16.321Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348776319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T00:26:16.421Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:26:16.422Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:16.423Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:16.441Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:16.442Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:26:17.322Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-02T00:26:17.322Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml
2022-11-02T00:26:17.323Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T00:26:17.323Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:17.325Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:17.325Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348777322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-02T00:26:17.425Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:26:17.426Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:17.427Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:17.444Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:17.445Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-02T00:26:18.326Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-02T00:26:18.327Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env
2022-11-02T00:26:18.327Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T00:26:18.327Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:18.329Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:18.329Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348778326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-02T00:26:18.429Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:26:18.430Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:18.430Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:18.448Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:18.448Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:26:19.334Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar ASDC sendASDCNotification
2022-11-02T00:26:19.334Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar
2022-11-02T00:26:19.334Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T00:26:19.335Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:19.338Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:19.338Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348779334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T00:26:19.437Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T00:26:19.438Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:19.439Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:19.457Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:19.457Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:26:20.339Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d308e15d-b902-47b4-a425-c991004b7127
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:26:20.355Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d308e15d-b902-47b4-a425-c991004b7127
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:26:20.359Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T00:26:20.359Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T00:26:20.359Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T00:26:20.360Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T00:26:20.360Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T00:26:20.360Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T00:26:20.360Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T00:26:20.360Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T00:26:20.360Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T00:26:20.360Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T00:26:20.368Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T00:26:50.368Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d308e15d-b902-47b4-a425-c991004b7127 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-02T00:26:50.376Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d308e15d-b902-47b4-a425-c991004b7127 and serviceModelVersionId: ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3
2022-11-02T00:26:50.376Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 419be837-a89f-4da6-9c8c-afb30e914d1d
2022-11-02T00:26:50.377Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/419be837-a89f-4da6-9c8c-afb30e914d1d/model-vers/model-ver/ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3?depth=0
2022-11-02T00:26:50.381Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T00:26:50.435Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/419be837-a89f-4da6-9c8c-afb30e914d1d/model-vers/model-ver/ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3?depth=0|INFO|500||Invoke
2022-11-02T00:26:50.436Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/419be837-a89f-4da6-9c8c-afb30e914d1d/model-vers/model-ver/ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/419be837-a89f-4da6-9c8c-afb30e914d1d/model-vers/model-ver/ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d308e15d-b902-47b4-a425-c991004b7127], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a1a877ad-4701-494e-b4c8-c716eb16e352], X-ECOMP-RequestID=[d308e15d-b902-47b4-a425-c991004b7127], X-TransactionId=[], X-ONAP-RequestID=[d308e15d-b902-47b4-a425-c991004b7127], Content-Type=[application/merge-patch+json]}
2022-11-02T00:26:50.441Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/419be837-a89f-4da6-9c8c-afb30e914d1d/model-vers/model-ver/ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-02T00:26:50.601Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/419be837-a89f-4da6-9c8c-afb30e914d1d/model-vers/model-ver/ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3?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/419be837-a89f-4da6-9c8c-afb30e914d1d/model-vers/model-ver/ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[157], X-AAI-TXID=[1-aai-resources-221102-00:26:50:221-51968], vertex-id=[176216], Content-Length=[0], Date=[Wed, 02 Nov 2022 00:26:50 GMT], Content-Type=[application/json]}
2022-11-02T00:26:50.602Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/419be837-a89f-4da6-9c8c-afb30e914d1d/model-vers/model-ver/ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-02T00:26:50.603Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/419be837-a89f-4da6-9c8c-afb30e914d1d/model-vers/model-ver/ec7ae6b6-9b15-4b00-a7b1-87d6bff3b3c3?depth=0|INFO|500||InvokeReturn
2022-11-02T00:26:50.604Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T00:26:50.604Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T00:26:50.611Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-02T00:26:50.612Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d308e15d-b902-47b4-a425-c991004b7127 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T00:26:50.612Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T00:26:50.612Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:26:50.614Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:26:50.615Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348810612,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T00:26:50.715Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:26:50.716Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:26:50.716Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:50.734Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:50.735Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:26:51.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:26:51.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:26:51.286Z||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 60dlaukaU0n0iqD0) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T00:26:51.629Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:26:51.630Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:26:51.630Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:26:51.937Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:26:51.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfad3f4c-0403-4577-9686-d7a1a180f236",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348757626,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T00:26:51.939Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:26:51.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348758646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:26:51.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-02T00:26:51.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348758646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json",
"status": "NOTIFIED"
}
2022-11-02T00:26:51.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-02T00:26:51.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348758646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-02T00:26:51.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-02T00:26:51.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348758646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:26:51.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-02T00:26:51.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348758646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-02T00:26:51.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-02T00:26:51.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348758646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:26:51.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-02T00:26:51.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348758646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:26:51.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-02T00:26:51.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348770526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:26:51.941Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:26:51.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348772963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:26:51.941Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:26:51.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348774045,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:26:51.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:26:51.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348775176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:26:51.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:26:51.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348776319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/basic_onboard_pwsqkq0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-02T00:26:51.942Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:26:51.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348777322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-02T00:26:51.943Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:26:51.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348778326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/resourceInstances/basic_onboard_pwsqkq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-02T00:26:51.943Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:26:51.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348779334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwsqkq/1.0/artifacts/service-BasicOnboardPwsqkq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T00:26:51.943Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:26:51.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T00:26:51.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d308e15d-b902-47b4-a425-c991004b7127",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667348810612,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T00:26:51.943Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:27:01.189Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:27:01.189Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:27:01.190Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:27:01.190Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:27:10.737Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:27:10.738Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:27:10.739Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:27:10.739Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:27:20.306Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:27:20.307Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:27:20.307Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:27:20.307Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:27:29.880Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:27:51.282Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:27:51.283Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:27:51.283Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:27:51.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:27:51.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:27:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:28:00.854Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:28:00.860Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:28:51.282Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:28:51.283Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:28:51.283Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:28:51.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:28:51.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:28:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:29:00.851Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:29:00.851Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:29:51.282Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:29:51.283Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:29:51.283Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:29:51.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:29:51.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:29:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:30:00.840Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:30:00.844Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:30:51.282Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:30:51.284Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:30:51.284Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:30:51.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:30:51.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:30:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:31:00.841Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:31:00.854Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:31:51.282Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:31:51.284Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:31:51.285Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:31:51.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:31:51.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:31:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:32:00.841Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:32:00.842Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:32:51.282Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:32:51.284Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:32:51.284Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:32:51.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:32:51.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:32:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:33:00.840Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:33:00.852Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:33:51.282Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:33:51.283Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:33:51.283Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:33:51.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:33:51.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:33:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:34:00.842Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:34:00.846Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:34:51.282Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:34:51.283Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:34:51.283Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:34:51.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:34:51.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:34:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:35:00.851Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:35:00.851Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:35:51.282Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:35:51.283Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:35:51.283Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:35:51.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:35:51.285Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:35:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:36:00.855Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:36:00.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:36:51.282Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:36:51.284Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:36:51.284Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:36:51.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:36:51.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:36:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:37:00.839Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:37:00.853Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:37:51.284Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:37:51.286Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:37:51.287Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:37:51.287Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:37:51.290Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:37:51.291Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:38:00.848Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:38:00.853Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:38:51.282Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:38:51.284Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:38:51.284Z|d308e15d-b902-47b4-a425-c991004b7127|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:38:51.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:38:51.286Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:38:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:39:00.843Z|d308e15d-b902-47b4-a425-c991004b7127|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:39:00.863Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:39:51.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:39:51.283Z||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-11-02T00:39:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:39:51.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:39:51.286Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:39:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:40:00.855Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:40:00.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:40:51.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:40:51.283Z||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-11-02T00:40:51.283Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:40:51.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:40:51.286Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:40:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:40:51.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:40:51.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-02T00:40:51.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f04c9c96-ecc5-42f7-914e-3f46f6607d11","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"23806a51-7ba6-4030-919d-bab0543cecc5","serviceDescription":"service","serviceInvariantUUID":"40236d0b-12aa-47f4-ab03-18584d766b6d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1bc46e53-25a1-451a-b97b-8e3acf7d3024","resourceInvariantUUID":"3644a79a-ce97-4352-8bc0-abbeeeb27651","resourceCustomizationUUID":"902e6009-c768-40a6-b6b5-4422140167d9","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"OTUyYWFmMjUzZTdkMDIzYjRjYWU1MThiOTE3ODg2OGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f57debe2-3806-4c8c-adbb-a96ec45001e1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTYyNTdkZThiMWFkMmVlYTI3MzNlMDQ5M2U1YWRkMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e11e3cb-29c4-457a-ad64-0413b6d5ef45","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T00:40:51.918Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:40:51.919Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:40:51.923Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:40:51.923Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667349651282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:40:51.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:40:51.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:51.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667349596265,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:40:51.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:40:51.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:51.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "cds",
"timestamp": 1667349599549,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:40:51.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:40:51.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:51.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "policy-id",
"timestamp": 1667349599104,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:40:51.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:40:51.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:51.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667349596265,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:40:51.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:40:51.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:51.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "cds",
"timestamp": 1667349599549,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:40:51.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:40:51.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:51.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "policy-id",
"timestamp": 1667349599104,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:40:51.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:40:51.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:51.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667349606420,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:40:51.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:40:51.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:51.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "cds",
"timestamp": 1667349608444,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:40:51.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:40:51.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:51.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "policy-id",
"timestamp": 1667349607983,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:40:51.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:40:51.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:51.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667349606420,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:40:51.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:40:51.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:51.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "cds",
"timestamp": 1667349609450,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:40:51.999Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f04c9c96-ecc5-42f7-914e-3f46f6607d11
2022-11-02T00:40:52.000Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04c9c96-ecc5-42f7-914e-3f46f6607d11 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:40:52.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:52.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "policy-id",
"timestamp": 1667349608994,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T00:40:52.014Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:40:52.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:52.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667349609166,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:40:52.015Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:40:52.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:52.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "aai-ml",
"timestamp": 1667349609160,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:40:52.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:40:52.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:52.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "policy-id",
"timestamp": 1667349610011,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T00:40:52.023Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:40:52.024Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:40:52.024Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:40:52.027Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f04c9c96-ecc5-42f7-914e-3f46f6607d11
2022-11-02T00:40:52.027Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04c9c96-ecc5-42f7-914e-3f46f6607d11 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:40:52.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:52.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "aai-ml",
"timestamp": 1667349609160,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:40:52.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-02T00:40:52.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:52.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667349610964,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T00:40:52.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:40:52.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:52.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "aai-ml",
"timestamp": 1667349611997,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:40:52.042Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:40:52.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:52.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667349611972,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2022-11-02T00:40:52.045Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:40:52.045Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 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=?
2022-11-02T00:40:52.064Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f04c9c96-ecc5-42f7-914e-3f46f6607d11
2022-11-02T00:40:52.065Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04c9c96-ecc5-42f7-914e-3f46f6607d11 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:40:52.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:52.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "aai-ml",
"timestamp": 1667349616223,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T00:40:52.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T00:40:52.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T00:40:52.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "aai-ml",
"timestamp": 1667349617226,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T00:40:52.099Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f04c9c96-ecc5-42f7-914e-3f46f6607d11
2022-11-02T00:40:52.100Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f04c9c96-ecc5-42f7-914e-3f46f6607d11 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:40:52.923Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:40:52.924Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:40:52.927Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:40:52.927Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667349651282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:40:53.027Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:40:53.028Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:40:53.028Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:40:53.043Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:40:53.044Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:40:53.929Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "23806a51-7ba6-4030-919d-bab0543cecc5",
"serviceDescription": "service",
"serviceInvariantUUID": "40236d0b-12aa-47f4-ab03-18584d766b6d",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "902e6009-c768-40a6-b6b5-4422140167d9",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "1bc46e53-25a1-451a-b97b-8e3acf7d3024",
"resourceInvariantUUID": "3644a79a-ce97-4352-8bc0-abbeeeb27651",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MTYyNTdkZThiMWFkMmVlYTI3MzNlMDQ5M2U1YWRkMjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0e11e3cb-29c4-457a-ad64-0413b6d5ef45"
}
],
"workloadContext": "Production"
}
2022-11-02T00:40:53.929Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T00:40:53.929Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 23806a51-7ba6-4030-919d-bab0543cecc5 ASDC
2022-11-02T00:40:53.930Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f04c9c96-ecc5-42f7-914e-3f46f6607d11
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:23806a51-7ba6-4030-919d-bab0543cecc5
ServiceInvariantUUID:40236d0b-12aa-47f4-ab03-18584d766b6d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:0e11e3cb-29c4-457a-ad64-0413b6d5ef45
ArtifactChecksum:MTYyNTdkZThiMWFkMmVlYTI3MzNlMDQ5M2U1YWRkMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:902e6009-c768-40a6-b6b5-4422140167d9
ResourceInvariantUUID:3644a79a-ce97-4352-8bc0-abbeeeb27651
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1bc46e53-25a1-451a-b97b-8e3acf7d3024
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-02T00:40:53.930Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23806a51-7ba6-4030-919d-bab0543cecc5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T00:40:53.992Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T00:40:53.993Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T00:40:53.994Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T00:40:53.994Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0e11e3cb-29c4-457a-ad64-0413b6d5ef45 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-02T00:40:53.994Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T00:40:53.994Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-02T00:40:54.095Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T00:40:54.096Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0e11e3cb-29c4-457a-ad64-0413b6d5ef45 57662
2022-11-02T00:40:54.096Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-02T00:40:54.096Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-02T00:40:54.096Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T00:40:54.097Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:40:54.099Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:40:54.099Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667349654096,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:40:54.200Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-02T00:40:54.201Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:40:54.201Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:40:54.220Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:40:54.220Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-02T00:40:55.099Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T00:40:55.101Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T00:40:55.101Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0e11e3cb-29c4-457a-ad64-0413b6d5ef45, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T00:40:55.102Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-02T00:40:55.102Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T00:40:55.102Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T00:40:55.246Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14780859374006645528/Definitions/service-BasicNetwork-template.yml
2022-11-02T00:40:55.788Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T00:40:55.788Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-02T00:40:55.788Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T00:40:55.789Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-02T00:40:55.789Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T00:40:55.789Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T00:40:55.789Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T00:40:55.789Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T00:40:55.789Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|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-BasicNetwork-csar.csar
2022-11-02T00:40:55.789Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T00:40:55.790Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T00:40:55.790Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T00:40:55.790Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-02T00:40:55.790Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:40:55.790Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:40:55.790Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-02T00:40:55.791Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-02T00:40:55.791Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T00:40:55.791Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:40:55.791Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:40:55.791Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-02T00:40:55.791Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-02T00:40:55.791Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T00:40:55.791Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:40:55.792Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:40:55.792Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:40:55.792Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:40:55.792Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:40:55.792Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:40:55.792Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:40:55.792Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:40:55.793Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:40:55.793Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:40:55.793Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:23806a51-7ba6-4030-919d-bab0543cecc5
Model Version:NULL
Model InvariantUuid:40236d0b-12aa-47f4-ab03-18584d766b6d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3644a79a-ce97-4352-8bc0-abbeeeb27651
Model UUID:6f29e1a5-9271-4269-b8fe-06de14b0acde
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:902e6009-c768-40a6-b6b5-4422140167d9
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T00:40:55.804Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 1bc46e53-25a1-451a-b97b-8e3acf7d3024
2022-11-02T00:40:55.804Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||No resources found for Service: 23806a51-7ba6-4030-919d-bab0543cecc5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T00:40:55.810Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||
2022-11-02T00:40:55.810Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-02T00:40:55.811Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 23806a51-7ba6-4030-919d-bab0543cecc5
2022-11-02T00:40:55.811Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 23806a51-7ba6-4030-919d-bab0543cecc5
2022-11-02T00:40:55.811Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-02T00:40:55.812Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T00:40:55.818Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b03c75a, org.onap.sdc.toscaparser.api.parameters.Input@5e96466e, org.onap.sdc.toscaparser.api.parameters.Input@5ef71075, org.onap.sdc.toscaparser.api.parameters.Input@6fbc85fa, org.onap.sdc.toscaparser.api.parameters.Input@6a80a640]
2022-11-02T00:40:55.819Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:40:55.820Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:40:55.820Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:40:55.820Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:40:55.820Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 23806a51-7ba6-4030-919d-bab0543cecc5: Generic NeutronNet
2022-11-02T00:40:55.820Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:40:55.821Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:40:55.821Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:40:55.821Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-02T00:40:55.859Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:40:55.859Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:40:55.859Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:40:55.859Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:40:55.859Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:40:55.860Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:40:55.860Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-02T00:40:55.925Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-02T00:40:55.925Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-02T00:40:55.925Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-02T00:40:55.925Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T00:40:55.926Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:40:55.928Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:40:55.928Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667349655925,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-02T00:40:56.028Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T00:40:56.028Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:40:56.029Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:40:56.047Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:40:56.047Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:40:56.930Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f04c9c96-ecc5-42f7-914e-3f46f6607d11
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:40:56.944Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f04c9c96-ecc5-42f7-914e-3f46f6607d11
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T00:40:56.947Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T00:40:56.947Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T00:40:56.947Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T00:40:56.947Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T00:40:56.947Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T00:40:56.948Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T00:40:56.948Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T00:40:56.948Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T00:40:56.948Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-02T00:40:56.948Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T00:40:56.955Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T00:41:26.955Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f04c9c96-ecc5-42f7-914e-3f46f6607d11 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-02T00:41:26.962Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f04c9c96-ecc5-42f7-914e-3f46f6607d11 and serviceModelVersionId: 23806a51-7ba6-4030-919d-bab0543cecc5
2022-11-02T00:41:26.962Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40236d0b-12aa-47f4-ab03-18584d766b6d
2022-11-02T00:41:26.963Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40236d0b-12aa-47f4-ab03-18584d766b6d/model-vers/model-ver/23806a51-7ba6-4030-919d-bab0543cecc5?depth=0
2022-11-02T00:41:26.967Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T00:41:27.025Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40236d0b-12aa-47f4-ab03-18584d766b6d/model-vers/model-ver/23806a51-7ba6-4030-919d-bab0543cecc5?depth=0|INFO|500||Invoke
2022-11-02T00:41:27.026Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40236d0b-12aa-47f4-ab03-18584d766b6d/model-vers/model-ver/23806a51-7ba6-4030-919d-bab0543cecc5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40236d0b-12aa-47f4-ab03-18584d766b6d/model-vers/model-ver/23806a51-7ba6-4030-919d-bab0543cecc5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f04c9c96-ecc5-42f7-914e-3f46f6607d11], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8105afa0-55d9-4307-89b2-12bdf1b6630b], X-ECOMP-RequestID=[f04c9c96-ecc5-42f7-914e-3f46f6607d11], X-TransactionId=[], X-ONAP-RequestID=[f04c9c96-ecc5-42f7-914e-3f46f6607d11], Content-Type=[application/merge-patch+json]}
2022-11-02T00:41:27.032Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40236d0b-12aa-47f4-ab03-18584d766b6d/model-vers/model-ver/23806a51-7ba6-4030-919d-bab0543cecc5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-02T00:41:27.194Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40236d0b-12aa-47f4-ab03-18584d766b6d/model-vers/model-ver/23806a51-7ba6-4030-919d-bab0543cecc5?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/40236d0b-12aa-47f4-ab03-18584d766b6d/model-vers/model-ver/23806a51-7ba6-4030-919d-bab0543cecc5?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[159], X-AAI-TXID=[1-aai-resources-221102-00:41:26:744-22427], vertex-id=[196808], Content-Length=[0], Date=[Wed, 02 Nov 2022 00:41:26 GMT], Content-Type=[application/json]}
2022-11-02T00:41:27.195Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40236d0b-12aa-47f4-ab03-18584d766b6d/model-vers/model-ver/23806a51-7ba6-4030-919d-bab0543cecc5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-02T00:41:27.196Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40236d0b-12aa-47f4-ab03-18584d766b6d/model-vers/model-ver/23806a51-7ba6-4030-919d-bab0543cecc5?depth=0|INFO|500||InvokeReturn
2022-11-02T00:41:27.198Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T00:41:27.199Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T00:41:27.205Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-02T00:41:27.206Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f04c9c96-ecc5-42f7-914e-3f46f6607d11 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T00:41:27.206Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T00:41:27.206Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:41:27.208Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:41:27.208Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667349687206,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T00:41:27.308Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:41:27.309Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:41:27.309Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:41:27.327Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:41:27.328Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T00:41:51.282Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:41:51.283Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|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-11-02T00:41:51.283Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|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 60dlaukaU0n0iqD0) ...
2022-11-02T00:41:51.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T00:41:51.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T00:41:51.286Z||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 60dlaukaU0n0iqD0) ...
2022-11-02T00:41:51.316Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:41:51.317Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-02T00:41:51.317Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951","serviceName":"Demo_pNF_ybED0bkYTnUIJnjd92uF","serviceVersion":"1.0","serviceUUID":"c3810022-1898-4ecf-808e-6b740abaaf8c","serviceDescription":"catalog service description","serviceInvariantUUID":"abf0498a-24bc-4be7-8d3c-888120e88e91","resources":[{"resourceInstanceName":"pNF e76163f5-3060 0","resourceName":"pNF e76163f5-3060","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0bfd872d-4191-4e66-9aa4-2d96e470c311","resourceInvariantUUID":"8ffe2735-3b12-4caf-adde-36705a2a85db","resourceCustomizationUUID":"720a8e52-bbb7-45c5-8c42-1d2c312761c7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/resourceInstances/pnfe76163f530600/artifacts/vf-license-model.xml","artifactChecksum":"NTcwYTQ4YTBlMzY2YjVlZjIwMzgyOGExZTcwMDQwMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b6a05d4-8823-4ac1-93ae-1d92f7949faa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/resourceInstances/pnfe76163f530600/artifacts/pNF.csar","artifactChecksum":"ZDY2ZjA3OWViMDMzZWU3NWE1MGUxZTQ4NGI2ZTc5NWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2736acc4-4cfc-4b0d-847d-8b0ae8e9fbec","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/resourceInstances/pnfe76163f530600/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ea3b310-ee24-49f4-bd02-ce2809294628","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/resourceInstances/pnfe76163f530600/artifacts/vendor-license-model.xml","artifactChecksum":"OGI0Y2JmNmJjYmM3ZjFjYTBkZmIyZGNhNDk0NDgzM2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0b4a4be6-9d06-410f-a27b-b722a57d8317","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/resourceInstances/pnfe76163f530600/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce3b6c03-9fe8-4e73-a248-df529bfdb64f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/resourceInstances/pnfe76163f530600/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1bcd63a-745e-4b08-bb77-7dc2848178d7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYbed0bkytnuijnjd92uf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/artifacts/service-DemoPnfYbed0bkytnuijnjd92uf-template.yml","artifactChecksum":"MjViYWIyODFmYzc2NWIzZDlhMzZjMDkzMTI3ZjQyMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"006f0d6a-74f9-4160-b9e4-bc2dd9746672","artifactVersion":"1"},{"artifactName":"service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/artifacts/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar","artifactChecksum":"MjhkNjJmYWI0MGZiNDQwN2MyNGQ0YjVjMWNiNjAwMzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca0bdd9c-2dad-464c-81fa-44364ca7a774","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T00:41:51.319Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:41:51.319Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:41:51.321Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:41:51.321Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667349711282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/resourceInstances/pnfe76163f530600/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:41:51.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:41:51.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-02T00:41:51.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f04c9c96-ecc5-42f7-914e-3f46f6607d11",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667349651282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:41:51.421Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:41:51.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-02T00:41:51.422Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:41:51.422Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:41:51.438Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:41:51.439Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:41:52.321Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:41:52.322Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:41:52.324Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:41:52.324Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667349711282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/resourceInstances/pnfe76163f530600/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:41:52.424Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:41:52.425Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:41:52.425Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:41:52.441Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:41:52.441Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:41:53.324Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:41:53.325Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:41:53.327Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:41:53.327Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667349711282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/resourceInstances/pnfe76163f530600/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:41:53.427Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:41:53.428Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:41:53.428Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:41:53.455Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:41:53.455Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:41:54.328Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:41:54.330Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:41:54.332Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:41:54.332Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667349711282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/resourceInstances/pnfe76163f530600/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:41:54.432Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T00:41:54.433Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:41:54.434Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:41:54.454Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:41:54.454Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:41:55.333Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:41:55.334Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:41:55.336Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:41:55.336Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667349711282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/resourceInstances/pnfe76163f530600/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:41:55.436Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:41:55.437Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:41:55.437Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:41:55.454Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:41:55.454Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:41:56.337Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:41:56.338Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:41:56.339Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:41:56.356Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667349711282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/resourceInstances/pnfe76163f530600/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:41:56.440Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-11-02T00:41:56.441Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:41:56.441Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:41:56.459Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:41:56.459Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:41:57.357Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:41:57.358Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:41:57.361Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:41:57.361Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667349711282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/artifacts/service-DemoPnfYbed0bkytnuijnjd92uf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-02T00:41:57.461Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:41:57.462Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:41:57.462Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:41:57.481Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:41:57.482Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-02T00:41:58.362Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T00:41:58.363Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:41:58.364Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:41:58.364Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667349711282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/artifacts/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar",
"status": "NOTIFIED"
}
2022-11-02T00:41:58.465Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:41:58.465Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:41:58.466Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:41:58.484Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:41:58.484Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:41:59.366Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951",
"serviceName": "Demo_pNF_ybED0bkYTnUIJnjd92uF",
"serviceVersion": "1.0",
"serviceUUID": "c3810022-1898-4ecf-808e-6b740abaaf8c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "abf0498a-24bc-4be7-8d3c-888120e88e91",
"resources": [
{
"resourceInstanceName": "pNF e76163f5-3060 0",
"resourceCustomizationUUID": "720a8e52-bbb7-45c5-8c42-1d2c312761c7",
"resourceName": "pNF e76163f5-3060",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "0bfd872d-4191-4e66-9aa4-2d96e470c311",
"resourceInvariantUUID": "8ffe2735-3b12-4caf-adde-36705a2a85db",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/artifacts/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar",
"artifactChecksum": "MjhkNjJmYWI0MGZiNDQwN2MyNGQ0YjVjMWNiNjAwMzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ca0bdd9c-2dad-464c-81fa-44364ca7a774"
}
],
"workloadContext": "Production"
}
2022-11-02T00:41:59.366Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T00:41:59.366Z|f04c9c96-ecc5-42f7-914e-3f46f6607d11|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c3810022-1898-4ecf-808e-6b740abaaf8c ASDC
2022-11-02T00:41:59.367Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951
ServiceName:Demo_pNF_ybED0bkYTnUIJnjd92uF
ServiceVersion:1.0
ServiceUUID:c3810022-1898-4ecf-808e-6b740abaaf8c
ServiceInvariantUUID:abf0498a-24bc-4be7-8d3c-888120e88e91
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/artifacts/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
ArtifactUUID:ca0bdd9c-2dad-464c-81fa-44364ca7a774
ArtifactChecksum:MjhkNjJmYWI0MGZiNDQwN2MyNGQ0YjVjMWNiNjAwMzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e76163f5-3060 0
ResourceCustomizationUUID:720a8e52-bbb7-45c5-8c42-1d2c312761c7
ResourceInvariantUUID:8ffe2735-3b12-4caf-adde-36705a2a85db
ResourceName:pNF e76163f5-3060
ResourceType:PNF
ResourceUUID:0bfd872d-4191-4e66-9aa4-2d96e470c311
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-02T00:41:59.367Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3810022-1898-4ecf-808e-6b740abaaf8c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T00:41:59.401Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T00:41:59.401Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T00:41:59.401Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T00:41:59.401Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ca0bdd9c-2dad-464c-81fa-44364ca7a774 from URL: /sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/artifacts/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
2022-11-02T00:41:59.402Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T00:41:59.402Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/artifacts/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
2022-11-02T00:41:59.586Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T00:41:59.589Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/artifacts/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar ca0bdd9c-2dad-464c-81fa-44364ca7a774 87771
2022-11-02T00:41:59.589Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/artifacts/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar ASDC sendASDCNotification
2022-11-02T00:41:59.590Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/artifacts/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
2022-11-02T00:41:59.590Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T00:41:59.590Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T00:41:59.592Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T00:41:59.592Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667349719589,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/artifacts/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-02T00:41:59.692Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T00:41:59.696Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T00:41:59.696Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 60dlaukaU0n0iqD0) ...
2022-11-02T00:41:59.713Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-02T00:41:59.714Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-02T00:42:00.593Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T00:42:00.594Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T00:42:00.594Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ca0bdd9c-2dad-464c-81fa-44364ca7a774, URL: /sdc/v1/catalog/services/DemoPnfYbed0bkytnuijnjd92uf/1.0/artifacts/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar to file: /app/ASDC/1/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
2022-11-02T00:42:00.594Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
2022-11-02T00:42:00.595Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
2022-11-02T00:42:00.595Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
2022-11-02T00:42:00.701Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP933213253705863940/Definitions/service-DemoPnfYbed0bkytnuijnjd92uf-template.yml
2022-11-02T00:42:01.488Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T00:42:01.489Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-02T00:42:01.489Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
2022-11-02T00:42:01.489Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-02T00:42:01.489Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
2022-11-02T00:42:01.489Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
2022-11-02T00:42:01.489Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
2022-11-02T00:42:01.490Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|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-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
2022-11-02T00:42:01.490Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|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-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
2022-11-02T00:42:01.490Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e76163f5-3060 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
2022-11-02T00:42:01.490Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|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-DemoPnfYbed0bkytnuijnjd92uf-csar.csar
2022-11-02T00:42:01.490Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-02T00:42:01.490Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:42:01.491Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ybED0bkYTnUIJnjd92uF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:42:01.491Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||Node template pNF e76163f5-3060 0 is matching search criteria
2022-11-02T00:42:01.491Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-02T00:42:01.491Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF e76163f5-3060 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T00:42:01.492Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:42:01.492Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ybED0bkYTnUIJnjd92uF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:42:01.492Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||Node template pNF e76163f5-3060 0 is matching search criteria
2022-11-02T00:42:01.492Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-02T00:42:01.492Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF e76163f5-3060 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T00:42:01.493Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:42:01.493Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ybED0bkYTnUIJnjd92uF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:42:01.493Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:42:01.493Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ybED0bkYTnUIJnjd92uF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:42:01.493Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-02T00:42:01.494Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ybED0bkYTnUIJnjd92uF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T00:42:01.494Z|cbc4f59b-4ca5-40b9-ad24-ba3ef81f1951|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive