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-14T10:23:16.950Z||main|||||INFO|500||The following profiles are active: basic
2022-11-14T10:23:29.212Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-14T10:23:29.213Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-14T10:23:29.355Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-14T10:23:33.438Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-14T10:23:33.871Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-14T10:23:34.359Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-14T10:23:34.390Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-14T10:23:34.496Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-14T10:23:34.739Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-14T10:23:35.344Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-14T10:23:37.222Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-14T10:23:39.437Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-14T10:23:39.494Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-14T10:23:40.080Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-14T10:23:40.359Z||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-14T10:23:41.556Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-14T10:23:42.517Z||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-14T10:23:43.688Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-11-14T10:23:43.690Z||main|||||ERROR|500||(conn=1091) Table 'catalogdb.activity_spec' doesn't exist
2022-11-14T10:23:43.712Z||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-14T10:23:46.729Z||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-14T10:23:49.370Z||main|||||WARN|500||---
2022-11-14T10:23:49.370Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-14T10:23:49.371Z||main|||||WARN|500||---
2022-11-14T10:23:49.788Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-14T10:23:54.938Z||main|||||INFO|500||Started Application in 40.502 seconds (JVM running for 42.42)
2022-11-14T10:23:54.952Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-14T10:23:54.954Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-14T10:23:54.972Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-14T10:23:54.990Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-14T10:23:55.018Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f9eeeae-9090-4ea0-8557-1a4d00c02a5f url= /sdc/v1/artifactTypes
2022-11-14T10:23:55.019Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-14T10:23:55.114Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-14T10:23:55.116Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5438b701
2022-11-14T10:23:55.117Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-14T10:23:55.138Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-14T10:23:55.141Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-14T10:23:55.149Z||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$$8bb133fc.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-14T10:24:44.932Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-14T10:24:44.934Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-14T10:24:44.935Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-14T10:24:44.937Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-14T10:24:44.943Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7f9893d-92d2-4f57-b22c-aab6b0b5c1e4 url= /sdc/v1/artifactTypes
2022-11-14T10:24:44.943Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-14T10:24:44.952Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-14T10:24:44.953Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@33a26a54
2022-11-14T10:24:44.953Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-14T10:24:44.954Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-14T10:24:44.954Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-14T10:24:44.954Z||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$$8bb133fc.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-14T10:25:34.934Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-14T10:25:34.936Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-14T10:25:34.937Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-14T10:25:34.941Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-14T10:25:34.947Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 25d753be-c96a-4b54-b7e7-221637e3de88 url= /sdc/v1/artifactTypes
2022-11-14T10:25:34.951Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-14T10:25:34.959Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-14T10:25:34.960Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b514f7d
2022-11-14T10:25:34.960Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-14T10:25:34.961Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-14T10:25:34.961Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-14T10:25:34.962Z||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$$8bb133fc.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-14T10:26:24.932Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-14T10:26:24.933Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-14T10:26:24.933Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-14T10:26:24.943Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-14T10:26:24.955Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 843da163-7323-49f3-9cf4-b25265994419 url= /sdc/v1/artifactTypes
2022-11-14T10:26:24.956Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-14T10:26:24.968Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-14T10:26:24.969Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d9921df
2022-11-14T10:26:24.970Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-14T10:26:24.970Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-14T10:26:24.971Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-14T10:26:24.972Z||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$$8bb133fc.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-14T10:27:14.933Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-14T10:27:14.934Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-14T10:27:14.935Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-14T10:27:14.937Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-14T10:27:14.940Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f267d486-a916-4fbe-9950-3a4d101bfda2 url= /sdc/v1/artifactTypes
2022-11-14T10:27:14.940Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-14T10:27:14.948Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-14T10:27:14.949Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e7529fd
2022-11-14T10:27:14.949Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-14T10:27:14.949Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-14T10:27:14.949Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-14T10:27:14.950Z||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$$8bb133fc.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-14T10:28:04.932Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-14T10:28:04.932Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-14T10:28:04.933Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-14T10:28:04.937Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-14T10:28:04.943Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2a894330-d907-4261-bc3c-3423d45e56b0 url= /sdc/v1/artifactTypes
2022-11-14T10:28:04.944Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-14T10:28:05.017Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-14T10:28:05.027Z||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-14T10:28:05.050Z||scheduling-1|||||DEBUG|500||create keys
2022-11-14T10:28:05.060Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-14T10:28:05.154Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:28:05.178Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f6942d02-2000-4f47-ac4c-b0de78298f91 url= /sdc/v1/registerForDistribution
2022-11-14T10:28:05.304Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f6942d02-2000-4f47-ac4c-b0de78298f91 url= /sdc/v1/registerForDistribution
2022-11-14T10:28:05.304Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-14T10:28:05.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:28:05.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:28:05.325Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-14T10:28:05.325Z||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-14T10:28:05.326Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:28:05.328Z||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-14T10:28:05.328Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:28:15.659Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:28:15.684Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:29:05.312Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:29:05.314Z||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-14T10:29:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:29:05.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:29:05.317Z||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-14T10:29:05.317Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:29:14.915Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:29:14.918Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:30:05.313Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:30:05.315Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-14T10:30:05.315Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CllJitgBtMLpJCEq) ...
2022-11-14T10:30:05.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:30:05.316Z||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-14T10:30:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:30:14.895Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:30:14.900Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:31:05.312Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:31:05.313Z||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-14T10:31:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:31:05.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:31:05.316Z||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-14T10:31:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:31:14.885Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:31:14.886Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:32:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:32:05.313Z||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-14T10:32:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:32:05.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:32:05.316Z||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-14T10:32:05.317Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:32:14.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:32:14.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:33:05.313Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:33:05.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:33:05.316Z||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-14T10:33:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:33:05.316Z||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-14T10:33:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:33:14.893Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:33:14.893Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:33:28.560Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-14T10:34:05.314Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:34:05.315Z||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-14T10:34:05.315Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:34:05.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:34:05.316Z||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-14T10:34:05.317Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:34:14.883Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:34:14.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:35:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:35:05.313Z||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-14T10:35:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:35:05.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:35:05.317Z||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-14T10:35:05.317Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:35:14.887Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:35:14.903Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:36:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:36:05.313Z||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-14T10:36:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:36:05.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:36:05.316Z||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-14T10:36:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:36:14.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:36:14.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:37:05.313Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:37:05.315Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:37:05.317Z||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-14T10:37:05.317Z||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-14T10:37:05.317Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:37:05.317Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:37:14.892Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:37:14.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:38:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:38:05.313Z||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-14T10:38:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:38:05.315Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:38:05.319Z||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-14T10:38:05.320Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:38:14.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:38:14.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:39:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:39:05.313Z||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-14T10:39:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:39:05.315Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:39:05.316Z||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-14T10:39:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:39:14.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:39:14.869Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:40:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:40:05.313Z||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-14T10:40:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:40:05.316Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:40:05.316Z||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-14T10:40:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:40:14.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:40:14.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:41:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:41:05.313Z||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-14T10:41:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:41:05.315Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:41:05.316Z||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-14T10:41:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:41:14.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:41:14.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:42:05.313Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:42:05.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:42:05.316Z||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-14T10:42:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:42:05.316Z||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-14T10:42:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:42:14.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:42:14.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:43:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:43:05.313Z||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-14T10:43:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:43:05.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:43:05.316Z||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-14T10:43:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:43:14.883Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:43:14.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:44:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:44:05.313Z||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-14T10:44:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:44:05.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:44:05.316Z||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-14T10:44:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:44:14.883Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:44:14.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:45:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:45:05.313Z||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-14T10:45:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:45:05.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:45:05.316Z||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-14T10:45:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:45:14.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:45:14.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:46:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:46:05.313Z||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-14T10:46:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:46:05.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:46:05.316Z||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-14T10:46:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:46:14.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:46:14.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:47:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:47:05.313Z||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-14T10:47:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:47:05.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:47:05.316Z||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-14T10:47:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:47:14.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:47:14.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:48:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:48:05.314Z||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-14T10:48:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:48:05.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:48:05.316Z||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-14T10:48:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:48:14.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:48:14.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:49:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:49:05.314Z||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-14T10:49:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:49:05.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:49:05.316Z||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-14T10:49:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:49:14.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:49:14.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:50:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:50:05.313Z||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-14T10:50:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:50:05.315Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:50:05.316Z||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-14T10:50:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:50:14.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:50:14.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:51:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:51:05.313Z||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-14T10:51:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:51:05.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:51:05.316Z||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-14T10:51:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:51:14.864Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:51:14.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:52:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:52:05.313Z||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-14T10:52:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:52:05.317Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:52:05.318Z||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-14T10:52:05.318Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:52:14.933Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:52:14.933Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:53:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:53:05.313Z||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-14T10:53:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:53:05.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:53:05.316Z||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-14T10:53:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:53:14.866Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:53:14.869Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:54:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:54:05.315Z||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-14T10:54:05.315Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:54:05.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:54:05.316Z||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-14T10:54:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:54:14.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:54:14.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:55:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:55:05.313Z||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-14T10:55:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:55:05.315Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:55:05.316Z||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-14T10:55:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:55:14.894Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:55:14.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:56:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:56:05.313Z||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-14T10:56:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:56:05.315Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:56:05.316Z||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-14T10:56:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:56:14.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:56:14.888Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:57:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:57:05.313Z||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-14T10:57:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:57:05.315Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:57:05.316Z||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-14T10:57:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:57:14.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:57:14.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:58:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:58:05.313Z||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-14T10:58:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:58:05.315Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:58:05.317Z||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-14T10:58:05.318Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:58:14.865Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:58:14.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:59:05.313Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:59:05.314Z||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-14T10:59:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:59:05.315Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T10:59:05.316Z||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-14T10:59:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T10:59:14.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T10:59:14.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:00:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:00:05.313Z||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-14T11:00:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:00:05.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:00:05.316Z||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-14T11:00:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:00:14.867Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:00:14.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:01:05.313Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:01:05.315Z||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-14T11:01:05.315Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:01:05.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:01:05.316Z||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-14T11:01:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:01:14.861Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:01:14.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:02:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:02:05.313Z||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-14T11:02:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:02:05.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:02:05.316Z||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-14T11:02:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:02:14.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:02:14.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:03:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:03:05.313Z||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-14T11:03:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:03:05.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:03:05.317Z||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-14T11:03:05.318Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:03:14.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:03:14.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:04:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:04:05.313Z||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-14T11:04:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:04:05.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:04:05.316Z||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-14T11:04:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:04:14.861Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:04:14.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:05:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:05:05.313Z||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-14T11:05:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:05:05.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:05:05.317Z||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-14T11:05:05.317Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:05:14.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:05:14.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:06:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:06:05.313Z||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-14T11:06:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:06:05.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:06:05.316Z||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-14T11:06:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:06:14.864Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:06:14.867Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:07:05.313Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:07:05.315Z||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-14T11:07:05.315Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:07:05.316Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:07:05.316Z||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-14T11:07:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:07:14.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:07:14.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:08:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:08:05.313Z||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-14T11:08:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:08:05.316Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:08:05.317Z||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-14T11:08:05.317Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:08:14.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:08:14.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:09:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:09:05.313Z||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-14T11:09:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:09:05.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:09:05.316Z||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-14T11:09:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:09:14.864Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:09:14.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:10:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:10:05.313Z||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-14T11:10:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:10:05.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:10:05.316Z||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-14T11:10:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:10:14.860Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:10:14.863Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:11:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:11:05.313Z||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-14T11:11:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:11:05.315Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:11:05.316Z||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-14T11:11:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:11:14.865Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:11:14.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:12:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:12:05.313Z||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-14T11:12:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:12:05.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:12:05.316Z||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-14T11:12:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:12:14.860Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:12:14.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:13:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:13:05.313Z||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-14T11:13:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:13:05.316Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:13:05.316Z||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-14T11:13:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:13:14.860Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:13:14.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:14:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:14:05.314Z||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-14T11:14:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:14:05.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:14:05.316Z||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-14T11:14:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:14:14.864Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:14:14.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:15:05.313Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:15:05.314Z||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-14T11:15:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:15:05.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:15:05.316Z||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-14T11:15:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:15:14.862Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:15:14.863Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:16:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:16:05.314Z||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-14T11:16:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:16:05.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:16:05.316Z||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-14T11:16:05.317Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:16:14.923Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:16:14.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:17:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:17:05.313Z||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-14T11:17:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:17:05.315Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:17:05.316Z||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-14T11:17:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:17:14.860Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:17:14.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:18:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:18:05.314Z||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-14T11:18:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:18:05.316Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:18:05.318Z||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-14T11:18:05.318Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:18:14.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:18:14.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:19:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:19:05.313Z||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-14T11:19:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:19:05.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:19:05.316Z||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-14T11:19:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:19:14.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:19:14.911Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:20:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:20:05.314Z||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-14T11:20:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:20:05.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:20:05.316Z||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-14T11:20:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:20:14.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:20:14.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:21:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:21:05.313Z||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-14T11:21:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:21:05.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:21:05.316Z||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-14T11:21:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:21:14.864Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:21:14.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:22:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:22:05.314Z||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-14T11:22:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:22:05.315Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:22:05.316Z||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-14T11:22:05.317Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:22:14.864Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:22:14.869Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:23:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:23:05.313Z||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-14T11:23:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:23:05.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:23:05.316Z||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-14T11:23:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:23:14.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:23:14.914Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:24:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:24:05.313Z||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-14T11:24:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:24:05.315Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:24:05.316Z||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-14T11:24:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:24:14.858Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:24:14.858Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:25:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:25:05.313Z||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-14T11:25:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:25:05.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:25:05.316Z||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-14T11:25:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:25:14.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:25:14.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:26:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:26:05.314Z||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-14T11:26:05.314Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:26:05.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:26:05.317Z||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-14T11:26:05.317Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:26:14.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:26:14.861Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:05.312Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:27:05.314Z||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-14T11:27:05.315Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:27:05.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:27:05.316Z||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-14T11:27:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:27:05.948Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:05.949Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:05.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"35720782-ac67-4fc1-abf7-ee3c3193a065","serviceName":"basic_onboard_qWSYGA","serviceVersion":"1.0","serviceUUID":"c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c","serviceDescription":"service","serviceInvariantUUID":"da02e4e9-8b81-4a70-904b-67f0926055ff","resources":[{"resourceInstanceName":"basic_onboard_qWSYGA 0","resourceName":"basic_onboard_qWSYGA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c092bde6-a9f5-4c2a-a342-91a7660ee0eb","resourceInvariantUUID":"ee6e74ec-7336-4fb0-af2b-84540028da77","resourceCustomizationUUID":"1f1707d4-d825-4c5a-8939-bc315664dc61","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vf-license-model.xml","artifactChecksum":"ZDRmZGRiZTI4YmRlNTZmNmI0MDNmZTQ5MWExN2U3MzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a24fe19-23b0-4ae7-a605-2f54d4dbdf31","artifactVersion":"1"},{"artifactName":"basic_onboard_qwsyga0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json","artifactChecksum":"MmYxYmFmYjM2MGM3MWZlY2M0MjQ4YmM4NzU4ZDAzNDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84ce3984-42ed-423c-86ef-290d75b87ef2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4deb3711-be83-47cc-88a2-e44417673c72","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d0d5dff-2c74-4fcc-9bfd-043be57d1b2e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"31cb54c8-2d98-40a0-ada3-0a11fe0f3522","artifactVersion":"2","generatedFromUUID":"4deb3711-be83-47cc-88a2-e44417673c72"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQwsyga-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-template.yml","artifactChecksum":"NGY1OWUxZmI3MzE0NjQ2MjEyM2YyNWFmZTkxNjU1ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bea7a523-94c4-40a0-81bf-be4d3a14fb57","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQwsyga-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar","artifactChecksum":"ODllYTRmZTI3ZTlkNWRiMjYwMzQ2OTNjZjc2YzRlMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18547679-c879-4347-84f0-19e1152ac6b5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-14T11:27:05.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "cds",
"timestamp": 1668425179227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.969Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:27:05.974Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:27:05.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425181108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "cds",
"timestamp": 1668425179227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425181108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json",
"status": "NOTIFIED"
}
2022-11-14T11:27:05.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "cds",
"timestamp": 1668425179227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425181108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-14T11:27:05.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "cds",
"timestamp": 1668425179227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425181108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "policy-id",
"timestamp": 1668425189720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "cds",
"timestamp": 1668425179227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425181108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-14T11:27:05.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.985Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:27:05.985Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425225312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "policy-id",
"timestamp": 1668425189720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "cds",
"timestamp": 1668425179227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "aai-ml",
"timestamp": 1668425191433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425181108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "policy-id",
"timestamp": 1668425189720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-14T11:27:05.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "cds",
"timestamp": 1668425179227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:27:05.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "aai-ml",
"timestamp": 1668425191433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425181108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:27:05.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "policy-id",
"timestamp": 1668425189720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "aai-ml",
"timestamp": 1668425191433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "cds",
"timestamp": 1668425194898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:27:05.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:27:05.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425194520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:27:05.989Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:27:05.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "policy-id",
"timestamp": 1668425189720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "aai-ml",
"timestamp": 1668425191433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "policy-id",
"timestamp": 1668425189720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425195611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:27:05.990Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:27:05.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "aai-ml",
"timestamp": 1668425191433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "policy-id",
"timestamp": 1668425189720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:27:05.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425196697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:27:05.991Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:27:05.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "aai-ml",
"timestamp": 1668425191433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:05.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:05.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "policy-id",
"timestamp": 1668425197573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:27:05.991Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:27:05.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:05.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425197827,
"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=?
2022-11-14T11:27:06.086Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-14T11:27:06.089Z||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-14T11:27:06.090Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-14T11:27:06.134Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:06.135Z||pool-3-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:27:06.146Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35720782-ac67-4fc1-abf7-ee3c3193a065
2022-11-14T11:27:06.163Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35720782-ac67-4fc1-abf7-ee3c3193a065 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-14T11:27:06.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "aai-ml",
"timestamp": 1668425191433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:27:06.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:06.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "policy-id",
"timestamp": 1668425198589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:27:06.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:27:06.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425198833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-14T11:27:06.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:27:06.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "aai-ml",
"timestamp": 1668425199335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:27:06.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:27:06.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "policy-id",
"timestamp": 1668425199595,
"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-14T11:27:06.219Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35720782-ac67-4fc1-abf7-ee3c3193a065
2022-11-14T11:27:06.220Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35720782-ac67-4fc1-abf7-ee3c3193a065 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-14T11:27:06.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425205485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:06.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:06.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425205485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:06.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:06.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425205485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:06.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:06.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425205485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:06.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:06.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425205485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:06.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:06.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425205485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:06.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:06.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "aai-ml",
"timestamp": 1668425211567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:27:06.243Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:27:06.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425205485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:27:06.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:27:06.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "aai-ml",
"timestamp": 1668425212575,
"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-14T11:27:06.258Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 35720782-ac67-4fc1-abf7-ee3c3193a065
2022-11-14T11:27:06.258Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35720782-ac67-4fc1-abf7-ee3c3193a065 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-14T11:27:06.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425213385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:27:06.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:27:06.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425217852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:27:06.277Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:27:06.277Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:27:06.277Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425218858,
"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-14T11:27:06.289Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35720782-ac67-4fc1-abf7-ee3c3193a065
2022-11-14T11:27:06.290Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35720782-ac67-4fc1-abf7-ee3c3193a065 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-14T11:27:06.990Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:27:06.990Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:27:06.993Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:27:06.993Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425225312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json",
"status": "NOTIFIED"
}
2022-11-14T11:27:07.093Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:27:07.094Z||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-14T11:27:07.094Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:27:07.109Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:07.109Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-14T11:27:07.993Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:27:07.994Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:27:07.996Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:27:07.996Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425225312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-14T11:27:08.096Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:27:08.097Z||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-14T11:27:08.097Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:27:08.110Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:08.111Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-14T11:27:08.996Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:27:08.998Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:27:09.000Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:27:09.000Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425225312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:09.101Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-14T11:27:09.102Z||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-14T11:27:09.102Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:27:09.117Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:09.117Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:27:10.001Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:27:10.002Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:27:10.004Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:27:10.005Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425225312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-14T11:27:10.105Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:27:10.106Z||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-14T11:27:10.106Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:27:10.121Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:10.122Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-14T11:27:11.005Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:27:11.006Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:27:11.009Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:27:11.009Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425225312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:27:11.109Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:27:11.110Z||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-14T11:27:11.110Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:27:11.124Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:11.129Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-14T11:27:12.009Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:27:12.011Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:27:12.013Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:27:12.013Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425225312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:27:12.113Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:27:12.114Z||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-14T11:27:12.114Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:27:12.130Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:12.131Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:27:13.016Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"serviceName": "basic_onboard_qWSYGA",
"serviceVersion": "1.0",
"serviceUUID": "c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c",
"serviceDescription": "service",
"serviceInvariantUUID": "da02e4e9-8b81-4a70-904b-67f0926055ff",
"resources": [
{
"resourceInstanceName": "basic_onboard_qWSYGA 0",
"resourceCustomizationUUID": "1f1707d4-d825-4c5a-8939-bc315664dc61",
"resourceName": "basic_onboard_qWSYGA",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c092bde6-a9f5-4c2a-a342-91a7660ee0eb",
"resourceInvariantUUID": "ee6e74ec-7336-4fb0-af2b-84540028da77",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qwsyga0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json",
"artifactChecksum": "MmYxYmFmYjM2MGM3MWZlY2M0MjQ4YmM4NzU4ZDAzNDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "84ce3984-42ed-423c-86ef-290d75b87ef2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4deb3711-be83-47cc-88a2-e44417673c72",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "31cb54c8-2d98-40a0-ada3-0a11fe0f3522",
"generatedFromUUID": "4deb3711-be83-47cc-88a2-e44417673c72"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "31cb54c8-2d98-40a0-ada3-0a11fe0f3522",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQwsyga-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"artifactChecksum": "ODllYTRmZTI3ZTlkNWRiMjYwMzQ2OTNjZjc2YzRlMDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "18547679-c879-4347-84f0-19e1152ac6b5"
}
],
"workloadContext": "Production"
}
2022-11-14T11:27:13.017Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-14T11:27:13.017Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c ASDC
2022-11-14T11:27:13.108Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:35720782-ac67-4fc1-abf7-ee3c3193a065
ServiceName:basic_onboard_qWSYGA
ServiceVersion:1.0
ServiceUUID:c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c
ServiceInvariantUUID:da02e4e9-8b81-4a70-904b-67f0926055ff
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQwsyga-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar
ArtifactUUID:18547679-c879-4347-84f0-19e1152ac6b5
ArtifactChecksum:ODllYTRmZTI3ZTlkNWRiMjYwMzQ2OTNjZjc2YzRlMDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_qWSYGA 0
ResourceCustomizationUUID:1f1707d4-d825-4c5a-8939-bc315664dc61
ResourceInvariantUUID:ee6e74ec-7336-4fb0-af2b-84540028da77
ResourceName:basic_onboard_qWSYGA
ResourceType:VF
ResourceUUID:c092bde6-a9f5-4c2a-a342-91a7660ee0eb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qwsyga0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json
ArtifactUUID:84ce3984-42ed-423c-86ef-290d75b87ef2
ArtifactChecksum:MmYxYmFmYjM2MGM3MWZlY2M0MjQ4YmM4NzU4ZDAzNDM=
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/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4deb3711-be83-47cc-88a2-e44417673c72
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/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env
ArtifactUUID:31cb54c8-2d98-40a0-ada3-0a11fe0f3522
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/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env
ArtifactUUID:31cb54c8-2d98-40a0-ada3-0a11fe0f3522
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-14T11:27:13.108Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c 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-14T11:27:13.181Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T11:27:13.182Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-14T11:27:13.183Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-14T11:27:13.183Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 18547679-c879-4347-84f0-19e1152ac6b5 from URL: /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:13.183Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-14T11:27:13.185Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:13.402Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-14T11:27:13.405Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar 18547679-c879-4347-84f0-19e1152ac6b5 75310
2022-11-14T11:27:13.406Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar ASDC sendASDCNotification
2022-11-14T11:27:13.406Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:13.407Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T11:27:13.407Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:27:13.409Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:27:13.409Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425233405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:27:13.509Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:27:13.510Z||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-14T11:27:13.510Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:27:13.525Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:13.526Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-14T11:27:14.409Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T11:27:14.410Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-14T11:27:14.410Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 18547679-c879-4347-84f0-19e1152ac6b5, URL: /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar to file: /app/ASDC/1/service-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:14.411Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:14.469Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:14.469Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:14.795Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9950715370456976540/Definitions/service-BasicOnboardQwsyga-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-14T11:27:16.398Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-14T11:27:16.403Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-14T11:27:16.404Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:16.404Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-14T11:27:16.404Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:16.404Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:16.404Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_qWSYGA 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-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:16.404Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:16.404Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:16.404Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:16.404Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:16.404Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-14T11:27:16.413Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:16.415Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:27:16.420Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qWSYGA 0 is matching search criteria
2022-11-14T11:27:16.420Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-14T11:27:16.421Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qWSYGA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T11:27:16.422Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:16.423Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:27:16.423Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qWSYGA 0 is matching search criteria
2022-11-14T11:27:16.423Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-14T11:27:16.423Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qWSYGA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T11:27:16.423Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:16.423Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:27:16.427Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:16.427Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qWSYGA 0 is not matching search criteria
2022-11-14T11:27:16.427Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-14T11:27:16.427Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-14T11:27:16.427Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-14T11:27:16.427Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-14T11:27:16.428Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-14T11:27:16.428Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:16.428Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-14T11:27:16.429Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:16.429Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qWSYGA 0 is matching search criteria
2022-11-14T11:27:16.429Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qWSYGA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T11:27:16.430Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:16.430Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qWSYGA 0 is matching search criteria
2022-11-14T11:27:16.430Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qWSYGA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T11:27:16.430Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:16.430Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qWSYGA 0 is matching search criteria
2022-11-14T11:27:16.430Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qWSYGA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T11:27:16.430Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:16.431Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qWSYGA 0 is not matching search criteria
2022-11-14T11:27:16.431Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-14T11:27:16.431Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-14T11:27:16.431Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1b46289e-1cc7-4c50-90b5-fed74fbee04d
2022-11-14T11:27:16.431Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:16.431Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:27:16.432Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:16.432Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:27:16.432Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:16.432Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:27:16.432Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:16.432Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:27:16.432Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_qWSYGA
Description:service
Model UUID:c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c
Model Version:NULL
Model InvariantUuid:da02e4e9-8b81-4a70-904b-67f0926055ff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_qWSYGA
Model UUID:b3bbf967-dcec-426d-b7b4-ce1829aab76b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ee6e74ec-7336-4fb0-af2b-84540028da77
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1f1707d4-d825-4c5a-8939-bc315664dc61
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5330436f-68b3-48c6-9570-8f7d5fb612ab
ModelName:BasicOnboardQwsyga..base_ubuntu18..module-0
ModelUuid:79062ea0-4024-40c3-931f-dda0e3fba2ff
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1b46289e-1cc7-4c50-90b5-fed74fbee04d
ModelInvariantUuid:afb30176-11ab-4ce9-8dee-00b970eef0b0
ModelName:basic_onboard_qWSYGA-nodes.ubuntu18Cvfc
ModelUuid:0171ce5e-8fb6-4e14-898f-18cfcde647fe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e441b2b6-786b-4c7e-aa64-95b7fac532ec
ModelInvariantUuid:d10cde53-ce85-4a08-828e-988af39e7ef4
ModelName:BasicOnboardQwsyga.compute.nodes.heat.ubuntu18
ModelUuid:9125c86b-5a1d-43ae-b1ff-73e1cfa7818b
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-14T11:27:16.445Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c092bde6-a9f5-4c2a-a342-91a7660ee0eb
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-14T11:27:16.502Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||basic_onboard_qWSYGA 0
2022-11-14T11:27:16.509Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c092bde6-a9f5-4c2a-a342-91a7660ee0eb
2022-11-14T11:27:16.509Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 84ce3984-42ed-423c-86ef-290d75b87ef2 from URL: /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json
2022-11-14T11:27:16.509Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-14T11:27:16.510Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json
2022-11-14T11:27:16.595Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-14T11:27:16.596Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json 84ce3984-42ed-423c-86ef-290d75b87ef2 798
2022-11-14T11:27:16.596Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json ASDC sendASDCNotification
2022-11-14T11:27:16.596Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json
2022-11-14T11:27:16.596Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T11:27:16.596Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:27:16.599Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:27:16.599Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425236596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:27:16.699Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:27:16.700Z||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-14T11:27:16.700Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:27:16.719Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:16.720Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:27:17.600Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQwsyga..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5330436f-68b3-48c6-9570-8f7d5fb612ab",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "79062ea0-4024-40c3-931f-dda0e3fba2ff",
"vfModuleModelCustomizationUUID": "ca469439-df1f-40bc-b767-ee7c453b94e8",
"isBase": true,
"artifacts": [
"4deb3711-be83-47cc-88a2-e44417673c72",
"31cb54c8-2d98-40a0-ada3-0a11fe0f3522"
],
"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-14T11:27:17.615Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQwsyga..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79062ea0-4024-40c3-931f-dda0e3fba2ff
VfModuleModelInvariantUUID:5330436f-68b3-48c6-9570-8f7d5fb612ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
4deb3711-be83-47cc-88a2-e44417673c72
,
31cb54c8-2d98-40a0-ada3-0a11fe0f3522
}
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-14T11:27:17.618Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQwsyga..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5330436f-68b3-48c6-9570-8f7d5fb612ab",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "79062ea0-4024-40c3-931f-dda0e3fba2ff",
"vfModuleModelCustomizationUUID": "ca469439-df1f-40bc-b767-ee7c453b94e8",
"isBase": true,
"artifacts": [
"4deb3711-be83-47cc-88a2-e44417673c72",
"31cb54c8-2d98-40a0-ada3-0a11fe0f3522"
],
"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-14T11:27:17.618Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQwsyga..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79062ea0-4024-40c3-931f-dda0e3fba2ff
VfModuleModelInvariantUUID:5330436f-68b3-48c6-9570-8f7d5fb612ab
VfModuleModelDescription:NULL
Artifacts UUID List:{
4deb3711-be83-47cc-88a2-e44417673c72
,
31cb54c8-2d98-40a0-ada3-0a11fe0f3522
}
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-14T11:27:17.619Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4deb3711-be83-47cc-88a2-e44417673c72 from URL: /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml
2022-11-14T11:27:17.619Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-14T11:27:17.619Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml
2022-11-14T11:27:17.712Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-14T11:27:17.712Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml 4deb3711-be83-47cc-88a2-e44417673c72 5033
2022-11-14T11:27:17.712Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-14T11:27:17.713Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml
2022-11-14T11:27:17.713Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T11:27:17.713Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:27:17.715Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:27:17.715Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425237712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:27:17.815Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:27:17.816Z||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-14T11:27:17.816Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:27:17.832Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:17.833Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-14T11:27:18.716Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 31cb54c8-2d98-40a0-ada3-0a11fe0f3522 from URL: /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env
2022-11-14T11:27:18.716Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-14T11:27:18.717Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env
2022-11-14T11:27:18.811Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-14T11:27:18.811Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env 31cb54c8-2d98-40a0-ada3-0a11fe0f3522 909
2022-11-14T11:27:18.812Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-14T11:27:18.812Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env
2022-11-14T11:27:18.812Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T11:27:18.812Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:27:18.814Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:27:18.814Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425238812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:27:18.914Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:27:18.915Z||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-14T11:27:18.916Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:27:18.938Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:18.939Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-14T11:27:19.815Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c
2022-11-14T11:27:19.816Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_qWSYGA 0 c092bde6-a9f5-4c2a-a342-91a7660ee0eb 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-14T11:27:19.850Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fe8b94, org.onap.sdc.toscaparser.api.parameters.Input@4a83f1bb, org.onap.sdc.toscaparser.api.parameters.Input@3ec916ee, org.onap.sdc.toscaparser.api.parameters.Input@6e9ae10b, org.onap.sdc.toscaparser.api.parameters.Input@1c4a7567]
2022-11-14T11:27:19.854Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:19.855Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:27:19.855Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-14T11:27:19.856Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 1f1707d4-d825-4c5a-8939-bc315664dc61
2022-11-14T11:27:19.856Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f1707d4-d825-4c5a-8939-bc315664dc61 matches Tosca VF Customization UUID: 1f1707d4-d825-4c5a-8939-bc315664dc61
2022-11-14T11:27:19.856Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 1f1707d4-d825-4c5a-8939-bc315664dc61 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-14T11:27:19.862Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:19.863Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:27:19.865Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 1f1707d4-d825-4c5a-8939-bc315664dc61: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-14T11:27:19.865Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@565caeca
2022-11-14T11:27:19.865Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:19.866Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-14T11:27:19.866Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ca469439-df1f-40bc-b767-ee7c453b94e8
2022-11-14T11:27:19.868Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ca469439-df1f-40bc-b767-ee7c453b94e8
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-14T11:27:19.877Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:19.878Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qWSYGA 0 is matching search criteria
2022-11-14T11:27:19.878Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qWSYGA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T11:27:19.879Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:19.879Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qWSYGA 0 is matching search criteria
2022-11-14T11:27:19.879Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qWSYGA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T11:27:19.880Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:19.880Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qWSYGA 0 is not matching search criteria
2022-11-14T11:27:19.880Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-14T11:27:19.880Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-14T11:27:19.880Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1b46289e-1cc7-4c50-90b5-fed74fbee04d
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-14T11:27:19.888Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:19.888Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qWSYGA 0 is matching search criteria
2022-11-14T11:27:19.889Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qWSYGA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T11:27:19.889Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:19.889Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_qWSYGA 0 is matching search criteria
2022-11-14T11:27:19.889Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_qWSYGA 0] matching following query criteria: sdcType=VF, customizationUUID=1f1707d4-d825-4c5a-8939-bc315664dc61
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-14T11:27:19.893Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:19.893Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:27:19.894Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c: basic_onboard_qWSYGA
2022-11-14T11:27:19.894Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:19.894Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:27:19.895Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:19.895Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:27:19.895Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:19.895Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:27:19.896Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:19.896Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:27:19.896Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:27:19.896Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_qWSYGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:27:19.896Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_qWSYGA
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-14T11:27:20.103Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_qWSYGA c092bde6-a9f5-4c2a-a342-91a7660ee0eb 1 ASDC deployResourceStructure
2022-11-14T11:27:20.104Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json ASDC sendASDCNotification
2022-11-14T11:27:20.104Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json
2022-11-14T11:27:20.104Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T11:27:20.105Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:27:20.109Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:27:20.110Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425240104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-14T11:27:20.207Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-14T11:27:20.209Z||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-14T11:27:20.209Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:27:20.232Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:20.233Z||pool-14-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:27:21.110Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-14T11:27:21.111Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml
2022-11-14T11:27:21.111Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T11:27:21.112Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:27:21.114Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:27:21.114Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425241110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-14T11:27:21.215Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-14T11:27:21.216Z||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-14T11:27:21.216Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:27:21.230Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:21.231Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:27:22.116Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-14T11:27:22.116Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env
2022-11-14T11:27:22.116Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T11:27:22.117Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:27:22.118Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:27:22.119Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425242116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-14T11:27:22.219Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:27:22.220Z||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-14T11:27:22.220Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:27:22.235Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:22.236Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-14T11:27:23.120Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar ASDC sendASDCNotification
2022-11-14T11:27:23.120Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar
2022-11-14T11:27:23.120Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T11:27:23.120Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:27:23.122Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:27:23.122Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425243119,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:27:23.222Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:27:23.262Z||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-14T11:27:23.263Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:27:23.282Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:27:23.284Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:27:24.123Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35720782-ac67-4fc1-abf7-ee3c3193a065
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-14T11:27:24.149Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35720782-ac67-4fc1-abf7-ee3c3193a065
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-14T11:27:24.154Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T11:27:24.154Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-14T11:27:24.154Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-14T11:27:24.154Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-14T11:27:24.154Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T11:27:24.155Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T11:27:24.155Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T11:27:24.155Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T11:27:24.155Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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-14T11:27:24.165Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-14T11:27:54.166Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35720782-ac67-4fc1-abf7-ee3c3193a065 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-14T11:27:54.181Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35720782-ac67-4fc1-abf7-ee3c3193a065 and serviceModelVersionId: c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c
2022-11-14T11:27:54.181Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da02e4e9-8b81-4a70-904b-67f0926055ff
2022-11-14T11:28:04.329Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da02e4e9-8b81-4a70-904b-67f0926055ff/model-vers/model-ver/c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c?depth=0
2022-11-14T11:28:04.435Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-14T11:28:04.920Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da02e4e9-8b81-4a70-904b-67f0926055ff/model-vers/model-ver/c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c?depth=0|INFO|500||Invoke
2022-11-14T11:28:04.929Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da02e4e9-8b81-4a70-904b-67f0926055ff/model-vers/model-ver/c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da02e4e9-8b81-4a70-904b-67f0926055ff/model-vers/model-ver/c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[35720782-ac67-4fc1-abf7-ee3c3193a065], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2915baf7-1deb-4975-8d05-11cd263d4d8d], X-ECOMP-RequestID=[35720782-ac67-4fc1-abf7-ee3c3193a065], X-TransactionId=[], X-ONAP-RequestID=[35720782-ac67-4fc1-abf7-ee3c3193a065], Content-Type=[application/merge-patch+json]}
2022-11-14T11:28:04.953Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da02e4e9-8b81-4a70-904b-67f0926055ff/model-vers/model-ver/c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-14T11:28:05.196Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da02e4e9-8b81-4a70-904b-67f0926055ff/model-vers/model-ver/c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c?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/da02e4e9-8b81-4a70-904b-67f0926055ff/model-vers/model-ver/c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c?depth=0 has http status code:200 and response headers:{date=[Mon, 14 Nov 2022 11:28:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[215], vertex-id=[426056], x-aai-txid=[0-aai-resources-221114-11:28:05:338-33736], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-14T11:28:05.197Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da02e4e9-8b81-4a70-904b-67f0926055ff/model-vers/model-ver/c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-14T11:28:05.198Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da02e4e9-8b81-4a70-904b-67f0926055ff/model-vers/model-ver/c5a47d48-b2e0-42fc-8aa1-f02d6b7c803c?depth=0|INFO|500||InvokeReturn
2022-11-14T11:28:05.201Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-14T11:28:05.201Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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-14T11:28:05.213Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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-14T11:28:05.214Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35720782-ac67-4fc1-abf7-ee3c3193a065 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-14T11:28:05.215Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-14T11:28:05.215Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:28:05.217Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:28:05.217Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425285214,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-14T11:28:05.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:28:05.317Z||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-14T11:28:05.317Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:28:05.317Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:28:05.318Z||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-14T11:28:05.318Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:28:05.337Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:28:05.338Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-14T11:28:05.443Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:28:05.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:28:05.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425225312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:28:05.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
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-14T11:28:06.249Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:28:06.250Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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-14T11:28:06.250Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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 CllJitgBtMLpJCEq) ...
2022-11-14T11:28:15.806Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:29:05.312Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:29:05.313Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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-14T11:29:05.313Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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 CllJitgBtMLpJCEq) ...
2022-11-14T11:29:05.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:29:05.316Z||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-14T11:29:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:29:05.341Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:29:05.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T11:29:05.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425225312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json",
"status": "NOTIFIED"
}
2022-11-14T11:29:05.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-14T11:29:05.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T11:29:05.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425225312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-14T11:29:05.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-14T11:29:05.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T11:29:05.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425225312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:29:05.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-14T11:29:05.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T11:29:05.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425225312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-14T11:29:05.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-14T11:29:05.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T11:29:05.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425225312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:29:05.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-14T11:29:05.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T11:29:05.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425225312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425233405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425236596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425237712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425238812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425240104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/basic_onboard_qwsyga0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425241110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425242116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/resourceInstances/basic_onboard_qwsyga0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425243119,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQwsyga/1.0/artifacts/service-BasicOnboardQwsyga-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:29:05.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:29:14.858Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:30:05.312Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:30:05.313Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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-14T11:30:05.313Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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 CllJitgBtMLpJCEq) ...
2022-11-14T11:30:05.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:30:05.316Z||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-14T11:30:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:30:05.842Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:30:05.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-14T11:30:05.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "35720782-ac67-4fc1-abf7-ee3c3193a065",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425285214,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-14T11:30:05.844Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:30:14.860Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:05.312Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:31:05.313Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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-14T11:31:05.313Z|35720782-ac67-4fc1-abf7-ee3c3193a065|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 CllJitgBtMLpJCEq) ...
2022-11-14T11:31:05.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:31:05.316Z||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-14T11:31:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:31:05.797Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:05.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "policy-id",
"timestamp": 1668425449720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "cds",
"timestamp": 1668425449227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425445485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "policy-id",
"timestamp": 1668425449720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "cds",
"timestamp": 1668425449227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425445485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "cds",
"timestamp": 1668425449227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "policy-id",
"timestamp": 1668425449720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425445485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "policy-id",
"timestamp": 1668425449720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425445485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "cds",
"timestamp": 1668425449227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "policy-id",
"timestamp": 1668425449720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "cds",
"timestamp": 1668425449227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425445485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "policy-id",
"timestamp": 1668425449720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "cds",
"timestamp": 1668425449227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425445485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "policy-id",
"timestamp": 1668425449720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:31:05.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "cds",
"timestamp": 1668425449227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:31:05.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425445485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:31:05.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425461107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "aai-ml",
"timestamp": 1668425461433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "policy-id",
"timestamp": 1668425462346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:31:05.804Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:31:05.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "cds",
"timestamp": 1668425462844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:31:05.805Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:31:05.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425462759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:31:05.805Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:31:05.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425461107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json",
"status": "NOTIFIED"
}
2022-11-14T11:31:05.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "aai-ml",
"timestamp": 1668425461433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "policy-id",
"timestamp": 1668425463351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:31:05.805Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:31:05.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425461107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-14T11:31:05.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "aai-ml",
"timestamp": 1668425461433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "policy-id",
"timestamp": 1668425464354,
"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-14T11:31:05.831Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
2022-11-14T11:31:05.831Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49136fd5-8e2f-49c9-b892-3aa0f7c7dded 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-14T11:31:05.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425461107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "aai-ml",
"timestamp": 1668425461433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:05.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:31:05.944Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:05.945Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-14T11:31:05.945Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"49136fd5-8e2f-49c9-b892-3aa0f7c7dded","serviceName":"vFW 2022-11-14 11-29-48","serviceVersion":"1.0","serviceUUID":"b5f5d062-a695-4845-a035-4099ec53b410","serviceDescription":"catalog service description","serviceInvariantUUID":"e64b250d-73c8-405b-9e52-915ce8ba5030","resources":[{"resourceInstanceName":"vFW 2d435674-af5b 0","resourceName":"vFW 2d435674-af5b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3731088d-9131-4de0-89c0-77737c286b44","resourceInvariantUUID":"93a9d2a1-a5f8-4524-8cea-f89eb41a067f","resourceCustomizationUUID":"6499b03d-2d84-49a7-83f9-34e499e2efa4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vf-license-model.xml","artifactChecksum":"NDliYWIxZDVhMzUzMWIxYmUyMTc1ZjIzYThiNWViYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06482e56-6315-4da1-b224-4cb24f254e46","artifactVersion":"1"},{"artifactName":"vfw2d435674af5b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json","artifactChecksum":"NmM3YTMyMzRlNTkzMzQ3NGJhOWFmZWJkMTM0MzllZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c3368df8-40d7-4af2-ba2b-31873916b4ef","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01654684-f143-475e-91b6-e219c64421a7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vendor-license-model.xml","artifactChecksum":"OGI3YWE1YzI0MWEwNGQxMWU5OWZmZTNkZGUxZDVmYTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cbedce7-6c03-41f6-a2ce-5419712b16d9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"06ddc81f-4c61-4f51-9d22-c8f0368f1ae6","artifactVersion":"2","generatedFromUUID":"01654684-f143-475e-91b6-e219c64421a7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221114112948-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-template.yml","artifactChecksum":"OWUwOGI2MDBlZjNiN2EzODAxY2VmMThjYWRmMGU3ZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f37e8095-ca9d-4d9f-8649-b95a9e94a710","artifactVersion":"1"},{"artifactName":"service-Vfw20221114112948-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar","artifactChecksum":"Zjc0MGMyOGI0MjA4ODI0MmVhNTk3NGQ4MzE3YWEzOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b838122-e657-43af-8d23-dc818087b08a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-14T11:31:05.947Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:31:05.947Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:31:05.949Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:31:05.949Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425465312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:06.050Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-14T11:31:06.051Z||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-14T11:31:06.051Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:31:06.079Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:06.080Z||pool-19-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:31:06.949Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:31:06.950Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:31:06.952Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:31:06.952Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425465312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json",
"status": "NOTIFIED"
}
2022-11-14T11:31:07.052Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:31:07.053Z||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-14T11:31:07.053Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:31:07.067Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:07.067Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:31:07.953Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:31:07.954Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:31:07.956Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:31:07.956Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425465312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-14T11:31:08.056Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:31:08.057Z||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-14T11:31:08.057Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:31:08.071Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:08.072Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:31:08.957Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:31:08.957Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:31:08.959Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:31:08.960Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425465312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:09.060Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:31:09.061Z||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-14T11:31:09.062Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:31:09.074Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:09.075Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:31:09.961Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:31:09.962Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:31:09.964Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:31:09.964Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425465312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-14T11:31:10.064Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-14T11:31:10.066Z||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-14T11:31:10.066Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:31:10.079Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:10.080Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:31:10.965Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:31:10.966Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:31:10.968Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:31:10.969Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425465312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:31:11.068Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-14T11:31:11.069Z||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-14T11:31:11.069Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:31:11.084Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:11.085Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:31:11.969Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:31:11.970Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:31:11.972Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:31:11.972Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425465312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:31:12.072Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:31:12.073Z||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-14T11:31:12.073Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:31:12.086Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:12.087Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:31:12.974Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"serviceName": "vFW 2022-11-14 11-29-48",
"serviceVersion": "1.0",
"serviceUUID": "b5f5d062-a695-4845-a035-4099ec53b410",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e64b250d-73c8-405b-9e52-915ce8ba5030",
"resources": [
{
"resourceInstanceName": "vFW 2d435674-af5b 0",
"resourceCustomizationUUID": "6499b03d-2d84-49a7-83f9-34e499e2efa4",
"resourceName": "vFW 2d435674-af5b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3731088d-9131-4de0-89c0-77737c286b44",
"resourceInvariantUUID": "93a9d2a1-a5f8-4524-8cea-f89eb41a067f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2d435674af5b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json",
"artifactChecksum": "NmM3YTMyMzRlNTkzMzQ3NGJhOWFmZWJkMTM0MzllZGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c3368df8-40d7-4af2-ba2b-31873916b4ef",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "01654684-f143-475e-91b6-e219c64421a7",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "06ddc81f-4c61-4f51-9d22-c8f0368f1ae6",
"generatedFromUUID": "01654684-f143-475e-91b6-e219c64421a7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "06ddc81f-4c61-4f51-9d22-c8f0368f1ae6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221114112948-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"artifactChecksum": "Zjc0MGMyOGI0MjA4ODI0MmVhNTk3NGQ4MzE3YWEzOWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0b838122-e657-43af-8d23-dc818087b08a"
}
],
"workloadContext": "Production"
}
2022-11-14T11:31:12.974Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-14T11:31:12.974Z|35720782-ac67-4fc1-abf7-ee3c3193a065|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b5f5d062-a695-4845-a035-4099ec53b410 ASDC
2022-11-14T11:31:12.975Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:49136fd5-8e2f-49c9-b892-3aa0f7c7dded
ServiceName:vFW 2022-11-14 11-29-48
ServiceVersion:1.0
ServiceUUID:b5f5d062-a695-4845-a035-4099ec53b410
ServiceInvariantUUID:e64b250d-73c8-405b-9e52-915ce8ba5030
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221114112948-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar
ArtifactUUID:0b838122-e657-43af-8d23-dc818087b08a
ArtifactChecksum:Zjc0MGMyOGI0MjA4ODI0MmVhNTk3NGQ4MzE3YWEzOWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2d435674-af5b 0
ResourceCustomizationUUID:6499b03d-2d84-49a7-83f9-34e499e2efa4
ResourceInvariantUUID:93a9d2a1-a5f8-4524-8cea-f89eb41a067f
ResourceName:vFW 2d435674-af5b
ResourceType:VF
ResourceUUID:3731088d-9131-4de0-89c0-77737c286b44
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2d435674af5b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json
ArtifactUUID:c3368df8-40d7-4af2-ba2b-31873916b4ef
ArtifactChecksum:NmM3YTMyMzRlNTkzMzQ3NGJhOWFmZWJkMTM0MzllZGM=
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/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml
ArtifactUUID:01654684-f143-475e-91b6-e219c64421a7
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/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env
ArtifactUUID:06ddc81f-4c61-4f51-9d22-c8f0368f1ae6
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/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env
ArtifactUUID:06ddc81f-4c61-4f51-9d22-c8f0368f1ae6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-14T11:31:12.975Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b5f5d062-a695-4845-a035-4099ec53b410 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-14T11:31:13.023Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T11:31:13.023Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-14T11:31:13.023Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-14T11:31:13.024Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0b838122-e657-43af-8d23-dc818087b08a from URL: /sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar
2022-11-14T11:31:13.024Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-14T11:31:13.024Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar
2022-11-14T11:31:13.200Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-14T11:31:13.201Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar 0b838122-e657-43af-8d23-dc818087b08a 100666
2022-11-14T11:31:13.201Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar ASDC sendASDCNotification
2022-11-14T11:31:13.201Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar
2022-11-14T11:31:13.201Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T11:31:13.201Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:31:13.203Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:31:13.203Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425473201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:31:13.303Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:31:13.304Z||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-14T11:31:13.305Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:31:13.317Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:13.318Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:31:14.204Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T11:31:14.205Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-14T11:31:14.205Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0b838122-e657-43af-8d23-dc818087b08a, URL: /sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar to file: /app/ASDC/1/service-Vfw20221114112948-csar.csar
2022-11-14T11:31:14.205Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221114112948-csar.csar
2022-11-14T11:31:14.206Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221114112948-csar.csar
2022-11-14T11:31:14.206Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221114112948-csar.csar
2022-11-14T11:31:14.326Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9205020042378579288/Definitions/service-Vfw20221114112948-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-11-14T11:31:16.087Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-14T11:31:16.088Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-14T11:31:16.088Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221114112948-csar.csar
2022-11-14T11:31:16.088Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-14T11:31:16.088Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-Vfw20221114112948-csar.csar
2022-11-14T11:31:16.088Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-Vfw20221114112948-csar.csar
2022-11-14T11:31:16.088Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-Vfw20221114112948-csar.csar
2022-11-14T11:31:16.088Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-Vfw20221114112948-csar.csar
2022-11-14T11:31:16.088Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-Vfw20221114112948-csar.csar
2022-11-14T11:31:16.088Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-Vfw20221114112948-csar.csar
2022-11-14T11:31:16.088Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-Vfw20221114112948-csar.csar
2022-11-14T11:31:16.088Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-Vfw20221114112948-csar.csar
2022-11-14T11:31:16.088Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-Vfw20221114112948-csar.csar
2022-11-14T11:31:16.089Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2d435674-af5b 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-Vfw20221114112948-csar.csar
2022-11-14T11:31:16.089Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-Vfw20221114112948-csar.csar
2022-11-14T11:31:16.089Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-14T11:31:16.089Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:16.089Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:31:16.090Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is matching search criteria
2022-11-14T11:31:16.090Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-14T11:31:16.090Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2d435674-af5b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T11:31:16.090Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:16.090Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:31:16.090Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is matching search criteria
2022-11-14T11:31:16.091Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-14T11:31:16.091Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2d435674-af5b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T11:31:16.091Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:16.091Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:31:16.091Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:16.091Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is not matching search criteria
2022-11-14T11:31:16.091Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-14T11:31:16.092Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-14T11:31:16.092Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-14T11:31:16.092Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-14T11:31:16.092Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-14T11:31:16.092Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T11:31:16.092Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-14T11:31:16.092Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-14T11:31:16.092Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-14T11:31:16.093Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-14T11:31:16.093Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-14T11:31:16.093Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-14T11:31:16.093Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-14T11:31:16.093Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-14T11:31:16.093Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T11:31:16.093Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-14T11:31:16.093Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:16.093Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-14T11:31:16.094Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:16.094Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is matching search criteria
2022-11-14T11:31:16.094Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2d435674-af5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T11:31:16.094Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:16.094Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is matching search criteria
2022-11-14T11:31:16.094Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2d435674-af5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T11:31:16.094Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:16.094Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is matching search criteria
2022-11-14T11:31:16.095Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2d435674-af5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T11:31:16.095Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:16.095Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is not matching search criteria
2022-11-14T11:31:16.095Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-14T11:31:16.095Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-14T11:31:16.095Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-14T11:31:16.095Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-14T11:31:16.095Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-14T11:31:16.095Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-14T11:31:16.096Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-14T11:31:16.096Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-14T11:31:16.096Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-14T11:31:16.096Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-14T11:31:16.096Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T11:31:16.096Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8069c818-bee2-432e-bc38-e4b445a9e1bd
2022-11-14T11:31:16.096Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:16.097Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is not matching search criteria
2022-11-14T11:31:16.097Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-14T11:31:16.097Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-14T11:31:16.097Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-14T11:31:16.097Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-14T11:31:16.097Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-14T11:31:16.097Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T11:31:16.097Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-14T11:31:16.097Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-14T11:31:16.098Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-14T11:31:16.098Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-14T11:31:16.098Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-14T11:31:16.098Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T11:31:16.098Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a749c809-5520-4753-848b-eeb55d7d6870
2022-11-14T11:31:16.099Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:16.099Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is not matching search criteria
2022-11-14T11:31:16.099Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-14T11:31:16.099Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-14T11:31:16.099Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-14T11:31:16.099Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-14T11:31:16.100Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-14T11:31:16.100Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T11:31:16.100Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-14T11:31:16.100Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-14T11:31:16.100Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-14T11:31:16.100Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-14T11:31:16.100Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-14T11:31:16.100Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-14T11:31:16.100Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eea718af-1255-42f4-b426-6833c6553f96
2022-11-14T11:31:16.101Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:16.101Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:31:16.101Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:16.101Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:31:16.101Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:16.101Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:31:16.102Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:16.102Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:31:16.102Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-14 11-29-48
Description:catalog service description
Model UUID:b5f5d062-a695-4845-a035-4099ec53b410
Model Version:NULL
Model InvariantUuid:e64b250d-73c8-405b-9e52-915ce8ba5030
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2d435674-af5b
Model UUID:9ab1b31e-398d-429a-856b-f1cc169933e7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:93a9d2a1-a5f8-4524-8cea-f89eb41a067f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6499b03d-2d84-49a7-83f9-34e499e2efa4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9dc017b5-79da-44f9-a8a6-d31aaa678a26
ModelName:Vfw2d435674Af5b..base_vfw..module-0
ModelUuid:07eb9102-4bcd-44c0-87c2-027dadfbcab5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8069c818-bee2-432e-bc38-e4b445a9e1bd
ModelInvariantUuid:f5471400-cf1a-4f24-ac0a-bdc358ab78d7
ModelName:vFW 2d435674-af5b-nodes.vfwCvfc
ModelUuid:414b5acc-469c-455a-a747-a82273ef4bc4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5556bbfb-a5a3-4ccd-9c08-5c6b3a644736
ModelInvariantUuid:068b3b8a-1615-42b5-b1d0-ab7a1263ab47
ModelName:Vfw2d435674Af5b.compute.nodes.heat.vfw
ModelUuid:cbbedc2d-2c7d-41db-b858-caf438ccf7d2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a749c809-5520-4753-848b-eeb55d7d6870
ModelInvariantUuid:070f23c5-7cb1-4dfa-b35d-0aeb03659d02
ModelName:vFW 2d435674-af5b-nodes.vsnCvfc
ModelUuid:f79d7ed4-daa3-4fea-97d1-d9852a4f8e17
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:425fc037-18a8-4c55-9e64-9c7479ee1d6e
ModelInvariantUuid:49694570-fc57-4daf-95fc-11acb5293b72
ModelName:Vfw2d435674Af5b.compute.nodes.heat.vsn
ModelUuid:c8d0bc3f-a87a-47ca-ad24-09d9ceedf87b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:eea718af-1255-42f4-b426-6833c6553f96
ModelInvariantUuid:1839c39f-e972-442c-bfd4-ac3e1ed0683e
ModelName:vFW 2d435674-af5b-nodes.vpgCvfc
ModelUuid:3c46f78c-b4a7-43aa-86d3-6fe19d33b9e0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d29e0c1c-8b67-40cb-a2f9-56dfb39af34c
ModelInvariantUuid:bca68024-18d5-4ea1-b740-b7c52d36b95c
ModelName:Vfw2d435674Af5b.compute.nodes.heat.vpg
ModelUuid:d2f590b0-31ec-40b6-8939-a78dcb83d40f
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-14T11:31:16.110Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 3731088d-9131-4de0-89c0-77737c286b44
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-14T11:31:16.114Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||vFW 2d435674-af5b 0
2022-11-14T11:31:16.114Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3731088d-9131-4de0-89c0-77737c286b44
2022-11-14T11:31:16.114Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c3368df8-40d7-4af2-ba2b-31873916b4ef from URL: /sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json
2022-11-14T11:31:16.114Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-14T11:31:16.115Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json
2022-11-14T11:31:16.192Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-14T11:31:16.193Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json c3368df8-40d7-4af2-ba2b-31873916b4ef 785
2022-11-14T11:31:16.194Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json ASDC sendASDCNotification
2022-11-14T11:31:16.194Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json
2022-11-14T11:31:16.194Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T11:31:16.194Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:31:16.197Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:31:16.197Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425476194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:31:16.297Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:31:16.298Z||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-14T11:31:16.298Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:31:16.310Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:16.311Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:31:17.197Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2d435674Af5b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9dc017b5-79da-44f9-a8a6-d31aaa678a26",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "07eb9102-4bcd-44c0-87c2-027dadfbcab5",
"vfModuleModelCustomizationUUID": "2fe5edfe-be8f-45b0-8212-d3996f1c58da",
"isBase": true,
"artifacts": [
"01654684-f143-475e-91b6-e219c64421a7",
"06ddc81f-4c61-4f51-9d22-c8f0368f1ae6"
],
"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-14T11:31:17.201Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2d435674Af5b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07eb9102-4bcd-44c0-87c2-027dadfbcab5
VfModuleModelInvariantUUID:9dc017b5-79da-44f9-a8a6-d31aaa678a26
VfModuleModelDescription:NULL
Artifacts UUID List:{
01654684-f143-475e-91b6-e219c64421a7
,
06ddc81f-4c61-4f51-9d22-c8f0368f1ae6
}
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-14T11:31:17.203Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2d435674Af5b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9dc017b5-79da-44f9-a8a6-d31aaa678a26",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "07eb9102-4bcd-44c0-87c2-027dadfbcab5",
"vfModuleModelCustomizationUUID": "2fe5edfe-be8f-45b0-8212-d3996f1c58da",
"isBase": true,
"artifacts": [
"01654684-f143-475e-91b6-e219c64421a7",
"06ddc81f-4c61-4f51-9d22-c8f0368f1ae6"
],
"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-14T11:31:17.203Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2d435674Af5b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07eb9102-4bcd-44c0-87c2-027dadfbcab5
VfModuleModelInvariantUUID:9dc017b5-79da-44f9-a8a6-d31aaa678a26
VfModuleModelDescription:NULL
Artifacts UUID List:{
01654684-f143-475e-91b6-e219c64421a7
,
06ddc81f-4c61-4f51-9d22-c8f0368f1ae6
}
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-14T11:31:17.203Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 01654684-f143-475e-91b6-e219c64421a7 from URL: /sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml
2022-11-14T11:31:17.203Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-14T11:31:17.204Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml
2022-11-14T11:31:17.281Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-14T11:31:17.282Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml 01654684-f143-475e-91b6-e219c64421a7 20368
2022-11-14T11:31:17.282Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-14T11:31:17.282Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml
2022-11-14T11:31:17.282Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T11:31:17.282Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:31:17.285Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:31:17.285Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425477282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:31:17.385Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:31:17.387Z||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-14T11:31:17.387Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:31:17.404Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:17.405Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:31:18.286Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 06ddc81f-4c61-4f51-9d22-c8f0368f1ae6 from URL: /sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env
2022-11-14T11:31:18.286Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-14T11:31:18.287Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env
2022-11-14T11:31:18.394Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-14T11:31:18.395Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env 06ddc81f-4c61-4f51-9d22-c8f0368f1ae6 2098
2022-11-14T11:31:18.395Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-14T11:31:18.395Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env
2022-11-14T11:31:18.395Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T11:31:18.395Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:31:18.397Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:31:18.398Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425478395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:31:18.498Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-14T11:31:18.499Z||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-14T11:31:18.499Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:31:18.512Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:18.515Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:31:19.398Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b5f5d062-a695-4845-a035-4099ec53b410
2022-11-14T11:31:19.399Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2d435674-af5b 0 3731088d-9131-4de0-89c0-77737c286b44 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-14T11:31:19.429Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18c5e676, org.onap.sdc.toscaparser.api.parameters.Input@26196e14, org.onap.sdc.toscaparser.api.parameters.Input@11240e51, org.onap.sdc.toscaparser.api.parameters.Input@e0a3e39, org.onap.sdc.toscaparser.api.parameters.Input@39cb9fd8]
2022-11-14T11:31:19.430Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.431Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:31:19.431Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-14T11:31:19.431Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 6499b03d-2d84-49a7-83f9-34e499e2efa4
2022-11-14T11:31:19.431Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6499b03d-2d84-49a7-83f9-34e499e2efa4 matches Tosca VF Customization UUID: 6499b03d-2d84-49a7-83f9-34e499e2efa4
2022-11-14T11:31:19.431Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 6499b03d-2d84-49a7-83f9-34e499e2efa4 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-14T11:31:19.434Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.435Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:31:19.435Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 6499b03d-2d84-49a7-83f9-34e499e2efa4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-14T11:31:19.435Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a8cf41f
2022-11-14T11:31:19.435Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.436Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-14T11:31:19.436Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2fe5edfe-be8f-45b0-8212-d3996f1c58da
2022-11-14T11:31:19.436Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2fe5edfe-be8f-45b0-8212-d3996f1c58da
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-14T11:31:19.439Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.439Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is matching search criteria
2022-11-14T11:31:19.440Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2d435674-af5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T11:31:19.440Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.440Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is matching search criteria
2022-11-14T11:31:19.440Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2d435674-af5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T11:31:19.440Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.440Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is not matching search criteria
2022-11-14T11:31:19.440Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-14T11:31:19.441Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-14T11:31:19.441Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-14T11:31:19.441Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-14T11:31:19.441Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-14T11:31:19.441Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-14T11:31:19.441Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-14T11:31:19.441Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-14T11:31:19.441Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-14T11:31:19.441Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-14T11:31:19.441Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T11:31:19.441Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8069c818-bee2-432e-bc38-e4b445a9e1bd
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-14T11:31:19.444Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.445Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is matching search criteria
2022-11-14T11:31:19.445Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2d435674-af5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T11:31:19.445Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.445Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is not matching search criteria
2022-11-14T11:31:19.445Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-14T11:31:19.445Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-14T11:31:19.445Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-14T11:31:19.445Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-14T11:31:19.446Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-14T11:31:19.446Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T11:31:19.446Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-14T11:31:19.446Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-14T11:31:19.446Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-14T11:31:19.446Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-14T11:31:19.446Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-14T11:31:19.446Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T11:31:19.446Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a749c809-5520-4753-848b-eeb55d7d6870
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-14T11:31:19.450Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.451Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is matching search criteria
2022-11-14T11:31:19.451Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2d435674-af5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T11:31:19.454Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.455Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is not matching search criteria
2022-11-14T11:31:19.455Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-14T11:31:19.455Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-14T11:31:19.455Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-14T11:31:19.455Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-14T11:31:19.455Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-14T11:31:19.455Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-14T11:31:19.455Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-14T11:31:19.455Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-14T11:31:19.455Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-14T11:31:19.455Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-14T11:31:19.455Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-14T11:31:19.455Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-14T11:31:19.455Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eea718af-1255-42f4-b426-6833c6553f96
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-14T11:31:19.458Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.458Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is matching search criteria
2022-11-14T11:31:19.458Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2d435674-af5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-14T11:31:19.459Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.459Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Node template vFW 2d435674-af5b 0 is matching search criteria
2022-11-14T11:31:19.459Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2d435674-af5b 0] matching following query criteria: sdcType=VF, customizationUUID=6499b03d-2d84-49a7-83f9-34e499e2efa4
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-14T11:31:19.462Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.462Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:31:19.462Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b5f5d062-a695-4845-a035-4099ec53b410: vFW 2d435674-af5b
2022-11-14T11:31:19.462Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.462Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:31:19.462Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.463Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:31:19.463Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.463Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:31:19.463Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.463Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:31:19.463Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:31:19.463Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-14 11-29-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:31:19.463Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-14 11-29-48
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-14T11:31:19.700Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2d435674-af5b 3731088d-9131-4de0-89c0-77737c286b44 1 ASDC deployResourceStructure
2022-11-14T11:31:19.700Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json ASDC sendASDCNotification
2022-11-14T11:31:19.700Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json
2022-11-14T11:31:19.701Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T11:31:19.701Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:31:19.703Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:31:19.703Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425479700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-14T11:31:19.804Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-14T11:31:19.805Z||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-14T11:31:19.805Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:31:19.819Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:19.820Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:31:20.705Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-14T11:31:20.705Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml
2022-11-14T11:31:20.705Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T11:31:20.705Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:31:20.707Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:31:20.707Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425480705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-14T11:31:20.808Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:31:20.809Z||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-14T11:31:20.809Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:31:20.824Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:20.825Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:31:21.709Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-14T11:31:21.709Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env
2022-11-14T11:31:21.709Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T11:31:21.709Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:31:21.711Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:31:21.711Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425481708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-14T11:31:21.811Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:31:21.812Z||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-14T11:31:21.812Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:31:21.830Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:21.831Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:31:22.713Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar ASDC sendASDCNotification
2022-11-14T11:31:22.714Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar
2022-11-14T11:31:22.714Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T11:31:22.714Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:31:22.716Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:31:22.717Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425482713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:31:22.817Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:31:22.818Z||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-14T11:31:22.818Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:31:22.833Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:31:22.834Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:31:23.718Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
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-14T11:31:23.737Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
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-14T11:31:23.741Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T11:31:23.741Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T11:31:23.741Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T11:31:53.741Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
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-14T11:31:53.761Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
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-14T11:31:53.768Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T11:31:53.769Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T11:31:53.769Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T11:32:05.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:32:05.317Z||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-14T11:32:05.317Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:32:05.342Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:32:05.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:32:05.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425461107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-14T11:32:05.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:32:23.769Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
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-14T11:32:23.807Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
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-14T11:32:23.810Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T11:32:23.810Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T11:32:23.810Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T11:32:53.811Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
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-14T11:32:53.833Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
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-14T11:32:53.841Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T11:32:53.841Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T11:32:53.841Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T11:33:05.316Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:33:05.318Z||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-14T11:33:05.318Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:33:05.350Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:33:05.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:33:05.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425466086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:33:05.352Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:33:23.841Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
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-14T11:33:23.871Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
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-14T11:33:23.877Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T11:33:23.878Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T11:33:23.878Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T11:33:53.878Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
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-14T11:33:53.906Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
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-14T11:33:53.914Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T11:33:53.914Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T11:33:53.915Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T11:34:05.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:34:05.316Z||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-14T11:34:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:34:05.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:34:05.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425465312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:34:05.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:34:05.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "aai-ml",
"timestamp": 1668425461433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:34:05.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:34:05.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425461107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:34:05.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:34:05.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668425467091,
"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-14T11:34:05.873Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
2022-11-14T11:34:05.873Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49136fd5-8e2f-49c9-b892-3aa0f7c7dded 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-14T11:34:05.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425465312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json",
"status": "NOTIFIED"
}
2022-11-14T11:34:05.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:34:05.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "aai-ml",
"timestamp": 1668425461433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:34:05.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:34:05.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425461107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:34:05.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:34:05.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425465312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-14T11:34:05.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:34:05.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "aai-ml",
"timestamp": 1668425461433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:34:05.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:34:05.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425468904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425465312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "aai-ml",
"timestamp": 1668425469268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425470006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425465312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425465312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425471144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425465312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425472178,
"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-14T11:34:05.901Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
2022-11-14T11:34:05.902Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49136fd5-8e2f-49c9-b892-3aa0f7c7dded 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-14T11:34:05.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668425473182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-14T11:34:05.917Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:34:05.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425473201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:34:05.917Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:34:05.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425476194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:34:05.917Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:34:05.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425477282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:34:05.919Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:34:05.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425478395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:34:05.919Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:34:05.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "aai-ml",
"timestamp": 1668425479795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:34:05.919Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:34:05.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425479700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/vfw2d435674af5b0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-14T11:34:05.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:34:05.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "aai-ml",
"timestamp": 1668425480800,
"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-14T11:34:05.928Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
2022-11-14T11:34:05.928Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49136fd5-8e2f-49c9-b892-3aa0f7c7dded 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-14T11:34:05.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425480705,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-14T11:34:05.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:34:05.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425481708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/resourceInstances/vfw2d435674af5b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-14T11:34:05.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:34:05.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:34:05.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425482713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221114112948/1.0/artifacts/service-Vfw20221114112948-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:34:05.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:34:23.915Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
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-14T11:34:23.932Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded
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-14T11:34:23.938Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T11:34:23.939Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-14T11:34:23.939Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-14T11:34:23.939Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-14T11:34:23.939Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T11:34:23.939Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T11:34:23.939Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T11:34:23.939Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T11:34:23.939Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-14T11:34:23.950Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-14T11:34:53.950Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded 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-14T11:34:53.965Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49136fd5-8e2f-49c9-b892-3aa0f7c7dded and serviceModelVersionId: b5f5d062-a695-4845-a035-4099ec53b410
2022-11-14T11:34:53.966Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e64b250d-73c8-405b-9e52-915ce8ba5030
2022-11-14T11:34:53.967Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e64b250d-73c8-405b-9e52-915ce8ba5030/model-vers/model-ver/b5f5d062-a695-4845-a035-4099ec53b410?depth=0
2022-11-14T11:34:53.973Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-14T11:34:54.017Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e64b250d-73c8-405b-9e52-915ce8ba5030/model-vers/model-ver/b5f5d062-a695-4845-a035-4099ec53b410?depth=0|INFO|500||Invoke
2022-11-14T11:34:54.017Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e64b250d-73c8-405b-9e52-915ce8ba5030/model-vers/model-ver/b5f5d062-a695-4845-a035-4099ec53b410?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e64b250d-73c8-405b-9e52-915ce8ba5030/model-vers/model-ver/b5f5d062-a695-4845-a035-4099ec53b410?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[49136fd5-8e2f-49c9-b892-3aa0f7c7dded], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4783fce6-1b66-40be-880e-57feb30b9b15], X-ECOMP-RequestID=[49136fd5-8e2f-49c9-b892-3aa0f7c7dded], X-TransactionId=[], X-ONAP-RequestID=[49136fd5-8e2f-49c9-b892-3aa0f7c7dded], Content-Type=[application/merge-patch+json]}
2022-11-14T11:34:54.024Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e64b250d-73c8-405b-9e52-915ce8ba5030/model-vers/model-ver/b5f5d062-a695-4845-a035-4099ec53b410?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-14T11:34:54.150Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e64b250d-73c8-405b-9e52-915ce8ba5030/model-vers/model-ver/b5f5d062-a695-4845-a035-4099ec53b410?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/e64b250d-73c8-405b-9e52-915ce8ba5030/model-vers/model-ver/b5f5d062-a695-4845-a035-4099ec53b410?depth=0 has http status code:200 and response headers:{date=[Mon, 14 Nov 2022 11:34:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[121], vertex-id=[438344], x-aai-txid=[0-aai-resources-221114-11:34:54:444-73329], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-14T11:34:54.150Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e64b250d-73c8-405b-9e52-915ce8ba5030/model-vers/model-ver/b5f5d062-a695-4845-a035-4099ec53b410?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-14T11:34:54.151Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e64b250d-73c8-405b-9e52-915ce8ba5030/model-vers/model-ver/b5f5d062-a695-4845-a035-4099ec53b410?depth=0|INFO|500||InvokeReturn
2022-11-14T11:34:54.152Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-14T11:34:54.153Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-14T11:34:54.159Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-14T11:34:54.160Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49136fd5-8e2f-49c9-b892-3aa0f7c7dded and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-14T11:34:54.160Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-14T11:34:54.161Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:34:54.163Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:34:54.163Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425694160,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-14T11:34:54.263Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:34:54.264Z||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-14T11:34:54.264Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:34:54.283Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:34:54.284Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-14T11:34:55.182Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:34:55.183Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-14T11:34:55.183Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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 CllJitgBtMLpJCEq) ...
2022-11-14T11:35:05.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:35:05.316Z||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-14T11:35:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:35:05.525Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:35:05.525Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:35:05.526Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-14T11:35:05.526Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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 CllJitgBtMLpJCEq) ...
2022-11-14T11:35:05.947Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:35:05.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-14T11:35:05.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49136fd5-8e2f-49c9-b892-3aa0f7c7dded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668425694160,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-14T11:35:05.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:35:15.095Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:35:15.096Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:35:15.097Z||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-14T11:35:15.097Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:35:24.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:35:24.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:35:24.645Z||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-14T11:35:24.645Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:35:34.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:36:05.312Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:36:05.313Z||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-14T11:36:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:36:05.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:36:05.316Z||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-14T11:36:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:36:14.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:36:14.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:37:05.312Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:37:05.313Z||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-14T11:37:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:37:05.315Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:37:05.316Z||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-14T11:37:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:37:14.864Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:37:14.864Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:38:05.312Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:38:05.312Z||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-14T11:38:05.313Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:38:05.315Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:38:05.316Z||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-14T11:38:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:38:14.856Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:38:14.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:39:05.312Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:39:05.314Z||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-14T11:39:05.315Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:39:05.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:39:05.316Z||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-14T11:39:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:39:14.855Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:39:14.856Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:40:05.312Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:40:05.315Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:40:05.316Z||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-14T11:40:05.316Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:40:05.315Z||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-14T11:40:05.317Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:40:05.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:40:05.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T11:40:05.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "policy-id",
"timestamp": 1668425989720,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "cds",
"timestamp": 1668425989227,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "policy-id",
"timestamp": 1668425989720,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "cds",
"timestamp": 1668425989227,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "policy-id",
"timestamp": 1668425999043,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "cds",
"timestamp": 1668425999577,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T11:40:05.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "policy-id",
"timestamp": 1668426000057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:40:05.991Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:40:05.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T11:40:05.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "policy-id",
"timestamp": 1668426001060,
"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-14T11:40:06.039Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:40:06.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-14T11:40:06.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"02c41ef0-533c-4fd0-97fd-bb214b4403e7","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"85455f73-dbc3-4c3c-b752-b4a31c4c1c62","serviceDescription":"service","serviceInvariantUUID":"01b9169d-8422-42f5-b428-418382f7e5eb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"519f4a7c-1992-4f42-9e7d-8ceabf6aa9da","resourceInvariantUUID":"3c251c3d-f50a-49a6-a218-ed2391ce13df","resourceCustomizationUUID":"c8f0dee5-53a6-421d-9b30-e47f05256c92","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":"NzcxODQ2OTczMjE4NzkxNzBjMmNlZjVmNzk5OTFlZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ad986773-739c-468c-9958-8e13cd0438fb","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2Q3MmE4YjM3YThmNWEwYmM1NjJjMDAzNWUwZDgwNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac8fd323-24b7-4f55-bc57-3c0812685cc3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-14T11:40:06.045Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:40:06.046Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:40:06.049Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:40:06.049Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426005312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-14T11:40:06.147Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 02c41ef0-533c-4fd0-97fd-bb214b4403e7
2022-11-14T11:40:06.147Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02c41ef0-533c-4fd0-97fd-bb214b4403e7 and ComponentName POLICY
2022-11-14T11:40:06.151Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-14T11:40:06.152Z||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-14T11:40:06.152Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
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-14T11:40:06.184Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:40:06.185Z||pool-35-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:40:06.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T11:40:06.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668426001108,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:40:06.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-14T11:40:06.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T11:40:06.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "aai-ml",
"timestamp": 1668426001433,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:40:06.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-14T11:40:06.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T11:40:06.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668426001108,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:40:06.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-14T11:40:06.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T11:40:06.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "aai-ml",
"timestamp": 1668426001433,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:40:06.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-14T11:40:06.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-14T11:40:06.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "aai-ml",
"timestamp": 1668426004267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:40:06.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:40:07.050Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:40:07.051Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:40:07.053Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:40:07.053Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426005312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:40:07.155Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-14T11:40:07.155Z||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-14T11:40:07.156Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:40:07.176Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:40:07.177Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:40:08.056Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "85455f73-dbc3-4c3c-b752-b4a31c4c1c62",
"serviceDescription": "service",
"serviceInvariantUUID": "01b9169d-8422-42f5-b428-418382f7e5eb",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "c8f0dee5-53a6-421d-9b30-e47f05256c92",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "519f4a7c-1992-4f42-9e7d-8ceabf6aa9da",
"resourceInvariantUUID": "3c251c3d-f50a-49a6-a218-ed2391ce13df",
"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": "N2Q3MmE4YjM3YThmNWEwYmM1NjJjMDAzNWUwZDgwNWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ac8fd323-24b7-4f55-bc57-3c0812685cc3"
}
],
"workloadContext": "Production"
}
2022-11-14T11:40:08.056Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-14T11:40:08.056Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 85455f73-dbc3-4c3c-b752-b4a31c4c1c62 ASDC
2022-11-14T11:40:08.056Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:02c41ef0-533c-4fd0-97fd-bb214b4403e7
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:85455f73-dbc3-4c3c-b752-b4a31c4c1c62
ServiceInvariantUUID:01b9169d-8422-42f5-b428-418382f7e5eb
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:ac8fd323-24b7-4f55-bc57-3c0812685cc3
ArtifactChecksum:N2Q3MmE4YjM3YThmNWEwYmM1NjJjMDAzNWUwZDgwNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c8f0dee5-53a6-421d-9b30-e47f05256c92
ResourceInvariantUUID:3c251c3d-f50a-49a6-a218-ed2391ce13df
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:519f4a7c-1992-4f42-9e7d-8ceabf6aa9da
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-14T11:40:08.056Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85455f73-dbc3-4c3c-b752-b4a31c4c1c62 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-14T11:40:08.233Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T11:40:08.234Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-14T11:40:08.234Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-14T11:40:08.234Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ac8fd323-24b7-4f55-bc57-3c0812685cc3 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-14T11:40:08.234Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-14T11:40:08.234Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-14T11:40:08.416Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-14T11:40:08.417Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ac8fd323-24b7-4f55-bc57-3c0812685cc3 57659
2022-11-14T11:40:08.417Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||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-14T11:40:08.418Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||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-14T11:40:08.418Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T11:40:08.418Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:40:08.419Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:40:08.420Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426008417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:40:08.520Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:40:08.521Z||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-14T11:40:08.521Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:40:08.544Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:40:08.545Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:40:09.420Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T11:40:09.423Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-14T11:40:09.423Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ac8fd323-24b7-4f55-bc57-3c0812685cc3, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T11:40:09.423Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-14T11:40:09.424Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T11:40:09.424Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T11:40:09.541Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14885045506043240103/Definitions/service-BasicNetwork-template.yml
2022-11-14T11:40:09.982Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-14T11:40:09.982Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-14T11:40:09.982Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T11:40:09.982Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-14T11:40:09.982Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||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-14T11:40:09.983Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||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-14T11:40:09.983Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||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-14T11:40:09.983Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||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-14T11:40:09.983Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-14T11:40:09.983Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||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-14T11:40:09.983Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||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-14T11:40:09.983Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||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-14T11:40:09.983Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-14T11:40:09.983Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:40:09.983Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:40:09.983Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-14T11:40:09.983Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-14T11:40:09.984Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T11:40:09.984Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:40:09.984Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:40:09.984Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-14T11:40:09.984Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-14T11:40:09.984Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T11:40:09.984Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:40:09.984Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:40:09.984Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:40:09.984Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:40:09.985Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:40:09.985Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:40:09.985Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:40:09.985Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:40:09.985Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:40:09.985Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:40:09.985Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:85455f73-dbc3-4c3c-b752-b4a31c4c1c62
Model Version:NULL
Model InvariantUuid:01b9169d-8422-42f5-b428-418382f7e5eb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3c251c3d-f50a-49a6-a218-ed2391ce13df
Model UUID:cbe8ab6c-8062-4019-970d-69b6291cf952
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:c8f0dee5-53a6-421d-9b30-e47f05256c92
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-14T11:40:09.994Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 519f4a7c-1992-4f42-9e7d-8ceabf6aa9da
2022-11-14T11:40:09.994Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||No resources found for Service: 85455f73-dbc3-4c3c-b752-b4a31c4c1c62
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-14T11:40:10.012Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||
2022-11-14T11:40:10.012Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-14T11:40:10.013Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 85455f73-dbc3-4c3c-b752-b4a31c4c1c62
2022-11-14T11:40:10.014Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 85455f73-dbc3-4c3c-b752-b4a31c4c1c62
2022-11-14T11:40:10.014Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-14T11:40:10.014Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||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-14T11:40:10.024Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31c82e0e, org.onap.sdc.toscaparser.api.parameters.Input@66276a59, org.onap.sdc.toscaparser.api.parameters.Input@5b8a4147, org.onap.sdc.toscaparser.api.parameters.Input@4510b97b, org.onap.sdc.toscaparser.api.parameters.Input@35d85789]
2022-11-14T11:40:10.026Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:40:10.026Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:40:10.026Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:40:10.026Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:40:10.026Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 85455f73-dbc3-4c3c-b752-b4a31c4c1c62: Generic NeutronNet
2022-11-14T11:40:10.027Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:40:10.027Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:40:10.027Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:40:10.027Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||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-14T11:40:10.086Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:40:10.087Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:40:10.087Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:40:10.087Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:40:10.087Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:40:10.087Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:40:10.087Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||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-14T11:40:10.143Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-14T11:40:10.143Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||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-14T11:40:10.143Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||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-14T11:40:10.143Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-14T11:40:10.143Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:40:10.145Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:40:10.145Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426010143,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:40:10.246Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:40:10.247Z||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-14T11:40:10.248Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:40:10.263Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:40:10.264Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:40:11.147Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02c41ef0-533c-4fd0-97fd-bb214b4403e7
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-14T11:40:11.162Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02c41ef0-533c-4fd0-97fd-bb214b4403e7
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-14T11:40:11.165Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T11:40:11.166Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T11:40:11.166Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T11:40:41.166Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02c41ef0-533c-4fd0-97fd-bb214b4403e7
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-14T11:40:41.182Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02c41ef0-533c-4fd0-97fd-bb214b4403e7
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-14T11:40:41.185Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T11:40:41.186Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T11:40:41.186Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T11:41:05.315Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:41:05.317Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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-14T11:41:05.317Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|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 CllJitgBtMLpJCEq) ...
2022-11-14T11:41:05.445Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:41:05.446Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-14T11:41:05.446Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426005312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:41:05.446Z|49136fd5-8e2f-49c9-b892-3aa0f7c7dded|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-14T11:41:11.186Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02c41ef0-533c-4fd0-97fd-bb214b4403e7
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-14T11:41:11.236Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02c41ef0-533c-4fd0-97fd-bb214b4403e7
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-14T11:41:11.249Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T11:41:11.249Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T11:41:11.249Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T11:41:41.249Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02c41ef0-533c-4fd0-97fd-bb214b4403e7
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-14T11:41:41.265Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02c41ef0-533c-4fd0-97fd-bb214b4403e7
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-14T11:41:41.268Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T11:41:41.269Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-14T11:41:41.269Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-14T11:42:05.316Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:42:05.317Z||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-14T11:42:05.320Z||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 CllJitgBtMLpJCEq) ...
2022-11-14T11:42:05.383Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:42:05.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426005312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:42:05.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426008417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:42:05.386Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:42:05.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "aai-ml",
"timestamp": 1668426009288,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:42:05.386Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:42:05.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426010143,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:42:05.386Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:42:05.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "aai-ml",
"timestamp": 1668426010296,
"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-14T11:42:05.432Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 02c41ef0-533c-4fd0-97fd-bb214b4403e7
2022-11-14T11:42:05.432Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02c41ef0-533c-4fd0-97fd-bb214b4403e7 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-14T11:42:05.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668426015485,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.516Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668426015485,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:42:05.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668426018258,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:42:05.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:42:05.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668426020021,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:42:05.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:42:05.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668426021027,
"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-14T11:42:05.581Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 02c41ef0-533c-4fd0-97fd-bb214b4403e7
2022-11-14T11:42:05.581Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02c41ef0-533c-4fd0-97fd-bb214b4403e7 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-14T11:42:05.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "cds",
"timestamp": 1668426049227,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "policy-id",
"timestamp": 1668426049720,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "policy-id",
"timestamp": 1668426049720,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "cds",
"timestamp": 1668426049227,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "policy-id",
"timestamp": 1668426049720,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "cds",
"timestamp": 1668426049227,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "policy-id",
"timestamp": 1668426049720,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "cds",
"timestamp": 1668426049227,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "policy-id",
"timestamp": 1668426049720,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "cds",
"timestamp": 1668426049227,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "policy-id",
"timestamp": 1668426049720,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "cds",
"timestamp": 1668426049227,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668426061107,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "cds",
"timestamp": 1668426049227,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "policy-id",
"timestamp": 1668426049720,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "aai-ml",
"timestamp": 1668426061433,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668426061107,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "cds",
"timestamp": 1668426049227,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:42:05.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "policy-id",
"timestamp": 1668426049720,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:42:05.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "aai-ml",
"timestamp": 1668426061433,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668426061107,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "policy-id",
"timestamp": 1668426063947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:42:05.665Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:42:05.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "aai-ml",
"timestamp": 1668426061433,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "cds",
"timestamp": 1668426064441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:42:05.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:42:05.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668426061107,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:05.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "policy-id",
"timestamp": 1668426064951,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-14T11:42:05.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-14T11:42:05.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-14T11:42:05.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "aai-ml",
"timestamp": 1668426061433,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:05.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-14T11:42:11.269Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02c41ef0-533c-4fd0-97fd-bb214b4403e7
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-14T11:42:11.285Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02c41ef0-533c-4fd0-97fd-bb214b4403e7
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-14T11:42:11.292Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-14T11:42:11.292Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-14T11:42:11.292Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-14T11:42:11.292Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-14T11:42:11.292Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T11:42:11.292Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T11:42:11.292Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T11:42:11.292Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-14T11:42:11.292Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-14T11:42:11.306Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-14T11:42:41.306Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 02c41ef0-533c-4fd0-97fd-bb214b4403e7 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-14T11:42:41.313Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 02c41ef0-533c-4fd0-97fd-bb214b4403e7 and serviceModelVersionId: 85455f73-dbc3-4c3c-b752-b4a31c4c1c62
2022-11-14T11:42:41.313Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01b9169d-8422-42f5-b428-418382f7e5eb
2022-11-14T11:42:41.314Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01b9169d-8422-42f5-b428-418382f7e5eb/model-vers/model-ver/85455f73-dbc3-4c3c-b752-b4a31c4c1c62?depth=0
2022-11-14T11:42:41.318Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-14T11:42:41.351Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/01b9169d-8422-42f5-b428-418382f7e5eb/model-vers/model-ver/85455f73-dbc3-4c3c-b752-b4a31c4c1c62?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-14T11:42:41.353Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/01b9169d-8422-42f5-b428-418382f7e5eb/model-vers/model-ver/85455f73-dbc3-4c3c-b752-b4a31c4c1c62?depth=0|INFO|500||Invoke
2022-11-14T11:42:41.359Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/01b9169d-8422-42f5-b428-418382f7e5eb/model-vers/model-ver/85455f73-dbc3-4c3c-b752-b4a31c4c1c62?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-14T11:42:41.481Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/01b9169d-8422-42f5-b428-418382f7e5eb/model-vers/model-ver/85455f73-dbc3-4c3c-b752-b4a31c4c1c62?depth=0|INFO|500||InvokeReturn
2022-11-14T11:42:41.482Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/01b9169d-8422-42f5-b428-418382f7e5eb/model-vers/model-ver/85455f73-dbc3-4c3c-b752-b4a31c4c1c62?depth=0 has http status code:200 and response headers:{date=[Mon, 14 Nov 2022 11:42:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[118], vertex-id=[192536], x-aai-txid=[2-aai-resources-221114-11:42:41:816-1909], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-14T11:42:41.483Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-14T11:42:41.483Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-14T11:42:41.483Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-14T11:42:41.488Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-14T11:42:41.489Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 02c41ef0-533c-4fd0-97fd-bb214b4403e7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-14T11:42:41.489Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-14T11:42:41.489Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:42:41.491Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:42:41.491Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "02c41ef0-533c-4fd0-97fd-bb214b4403e7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426161489,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-14T11:42:41.591Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:42:41.592Z||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-14T11:42:41.592Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:42:41.610Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:42:41.611Z||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-14T11:42:42.507Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-14T11:42:42.508Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|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-14T11:42:42.508Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|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 CllJitgBtMLpJCEq) ...
2022-11-14T11:42:46.965Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:42:46.966Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-14T11:42:46.966Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a","serviceName":"Demo_pNF_tycciRL5WEB1uo8DKn8C","serviceVersion":"1.0","serviceUUID":"5da14350-d5a5-47f6-ac13-852f33d3118e","serviceDescription":"catalog service description","serviceInvariantUUID":"b8902c92-fb6b-4b36-8c40-34e4cfc75cf7","resources":[{"resourceInstanceName":"pNF 3eabf7e9-a0d7 0","resourceName":"pNF 3eabf7e9-a0d7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4ff0d71a-ada5-4104-b9f8-0d656a97afea","resourceInvariantUUID":"1e6bc32e-fcd1-4419-98c7-e2de28758eca","resourceCustomizationUUID":"ef192d7c-f5b7-4b11-b4bd-e09cc42c108f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/vf-license-model.xml","artifactChecksum":"Y2UzZDQ3NmJkMTIyMGQ2MmUwZDg4Njc5MjMwNzQ5ZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b4627ae-f484-4f79-a263-86e400079919","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/pNF.csar","artifactChecksum":"ZjkwZmNiNGQ3OTIxMzIzYjI2ZTUwMzQyMTM1MTViOTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc8d3a72-7ea8-4222-9719-548a2eda2cf8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a91b60a6-067e-414c-865f-65f4b054b813","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/vendor-license-model.xml","artifactChecksum":"M2Y1OTA3OWI5ZWJjMzBkNGM0ZDU4N2IzN2Y3YzAyYTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c366678-5f33-4f18-ab13-b50c8a777fdc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ecf58be2-ddbc-42f8-a6b4-43df85a68198","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54adec1f-d21f-434e-bcd0-5e72c0d50e91","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTyccirl5web1uo8dkn8c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-template.yml","artifactChecksum":"YmI1OGRiMWU0MGYzZWVhNjcyODc3ZmZlMDg1NjA1NjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8cc1f30-0f38-4745-bbe1-5228fb21ea53","artifactVersion":"1"},{"artifactName":"service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar","artifactChecksum":"NmI4NmI0YWVlZmE1ZjlhNmY2ZWJjYzA4ODFmYWFlMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f78aea2-5497-4e39-9fde-1ddcebabec09","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-14T11:42:46.968Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:42:46.968Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:42:46.969Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:42:46.969Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426162507,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:47.070Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-14T11:42:47.071Z||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-14T11:42:47.072Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:42:47.087Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:42:47.088Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:42:47.970Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:42:47.971Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:42:47.973Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:42:47.974Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426162507,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:48.074Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:42:48.075Z||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-14T11:42:48.075Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:42:48.090Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:42:48.091Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-14T11:42:48.974Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:42:48.975Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:42:48.977Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:42:48.977Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426162507,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:49.077Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:42:49.078Z||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-14T11:42:49.078Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:42:49.094Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:42:49.095Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:42:49.977Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:42:49.978Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:42:49.980Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:42:49.980Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426162507,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:50.080Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:42:50.081Z||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-14T11:42:50.081Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:42:50.101Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:42:50.101Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:42:50.980Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:42:50.981Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:42:50.984Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:42:50.984Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426162507,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:51.084Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:42:51.085Z||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-14T11:42:51.085Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:42:51.108Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:42:51.108Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:42:51.984Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:42:51.985Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:42:51.987Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:42:51.987Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426162507,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/resourceInstances/pnf3eabf7e9a0d70/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:52.087Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:42:52.088Z||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-14T11:42:52.088Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:42:52.104Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:42:52.105Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:42:52.988Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:42:52.989Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:42:52.990Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:42:52.990Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426162507,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-14T11:42:53.091Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-14T11:42:53.091Z||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-14T11:42:53.091Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:42:53.106Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:42:53.107Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:42:53.991Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-14T11:42:53.992Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:42:53.994Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:42:53.994Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426162507,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar",
"status": "NOTIFIED"
}
2022-11-14T11:42:54.094Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:42:54.095Z||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-14T11:42:54.095Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:42:54.112Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:42:54.112Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:42:54.995Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"serviceName": "Demo_pNF_tycciRL5WEB1uo8DKn8C",
"serviceVersion": "1.0",
"serviceUUID": "5da14350-d5a5-47f6-ac13-852f33d3118e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b8902c92-fb6b-4b36-8c40-34e4cfc75cf7",
"resources": [
{
"resourceInstanceName": "pNF 3eabf7e9-a0d7 0",
"resourceCustomizationUUID": "ef192d7c-f5b7-4b11-b4bd-e09cc42c108f",
"resourceName": "pNF 3eabf7e9-a0d7",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "4ff0d71a-ada5-4104-b9f8-0d656a97afea",
"resourceInvariantUUID": "1e6bc32e-fcd1-4419-98c7-e2de28758eca",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar",
"artifactChecksum": "NmI4NmI0YWVlZmE1ZjlhNmY2ZWJjYzA4ODFmYWFlMTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7f78aea2-5497-4e39-9fde-1ddcebabec09"
}
],
"workloadContext": "Production"
}
2022-11-14T11:42:54.995Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-14T11:42:54.995Z|02c41ef0-533c-4fd0-97fd-bb214b4403e7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5da14350-d5a5-47f6-ac13-852f33d3118e ASDC
2022-11-14T11:42:54.996Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a
ServiceName:Demo_pNF_tycciRL5WEB1uo8DKn8C
ServiceVersion:1.0
ServiceUUID:5da14350-d5a5-47f6-ac13-852f33d3118e
ServiceInvariantUUID:b8902c92-fb6b-4b36-8c40-34e4cfc75cf7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
ArtifactUUID:7f78aea2-5497-4e39-9fde-1ddcebabec09
ArtifactChecksum:NmI4NmI0YWVlZmE1ZjlhNmY2ZWJjYzA4ODFmYWFlMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3eabf7e9-a0d7 0
ResourceCustomizationUUID:ef192d7c-f5b7-4b11-b4bd-e09cc42c108f
ResourceInvariantUUID:1e6bc32e-fcd1-4419-98c7-e2de28758eca
ResourceName:pNF 3eabf7e9-a0d7
ResourceType:PNF
ResourceUUID:4ff0d71a-ada5-4104-b9f8-0d656a97afea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-14T11:42:54.996Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5da14350-d5a5-47f6-ac13-852f33d3118e 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-14T11:42:55.033Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T11:42:55.034Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-14T11:42:55.034Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-14T11:42:55.034Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7f78aea2-5497-4e39-9fde-1ddcebabec09 from URL: /sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
2022-11-14T11:42:55.034Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-14T11:42:55.034Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
2022-11-14T11:42:55.110Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-14T11:42:55.111Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar 7f78aea2-5497-4e39-9fde-1ddcebabec09 87771
2022-11-14T11:42:55.111Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar ASDC sendASDCNotification
2022-11-14T11:42:55.112Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
2022-11-14T11:42:55.112Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-14T11:42:55.112Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-14T11:42:55.114Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-14T11:42:55.114Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668426175111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-14T11:42:55.214Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-14T11:42:55.215Z||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-14T11:42:55.215Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CllJitgBtMLpJCEq) ...
2022-11-14T11:42:55.229Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-14T11:42:55.230Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-14T11:42:56.114Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-14T11:42:56.116Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-14T11:42:56.117Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7f78aea2-5497-4e39-9fde-1ddcebabec09, URL: /sdc/v1/catalog/services/DemoPnfTyccirl5web1uo8dkn8c/1.0/artifacts/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar to file: /app/ASDC/1/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
2022-11-14T11:42:56.117Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
2022-11-14T11:42:56.117Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
2022-11-14T11:42:56.117Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
2022-11-14T11:42:56.196Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4921382005944983260/Definitions/service-DemoPnfTyccirl5web1uo8dkn8c-template.yml
2022-11-14T11:42:56.822Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-14T11:42:56.822Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-14T11:42:56.822Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
2022-11-14T11:42:56.823Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-14T11:42:56.823Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
2022-11-14T11:42:56.823Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3eabf7e9-a0d7 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-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
2022-11-14T11:42:56.823Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
2022-11-14T11:42:56.823Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
2022-11-14T11:42:56.823Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
2022-11-14T11:42:56.823Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
2022-11-14T11:42:56.823Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTyccirl5web1uo8dkn8c-csar.csar
2022-11-14T11:42:56.823Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-14T11:42:56.823Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:42:56.823Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_tycciRL5WEB1uo8DKn8C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:42:56.823Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||Node template pNF 3eabf7e9-a0d7 0 is matching search criteria
2022-11-14T11:42:56.823Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-14T11:42:56.823Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 3eabf7e9-a0d7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T11:42:56.824Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:42:56.824Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_tycciRL5WEB1uo8DKn8C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:42:56.824Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||Node template pNF 3eabf7e9-a0d7 0 is matching search criteria
2022-11-14T11:42:56.824Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-14T11:42:56.824Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 3eabf7e9-a0d7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-14T11:42:56.824Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:42:56.824Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_tycciRL5WEB1uo8DKn8C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:42:56.824Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:42:56.824Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_tycciRL5WEB1uo8DKn8C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:42:56.824Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-14T11:42:56.824Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_tycciRL5WEB1uo8DKn8C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-14T11:42:56.824Z|c7beddbe-bbb6-45c6-9ca0-d11f9f6c662a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive